aws-sdk-proton 1.19.0 → 1.21.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-proton/client.rb +79 -84
- data/lib/aws-sdk-proton/client_api.rb +16 -1
- data/lib/aws-sdk-proton/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-proton/endpoint_provider.rb +75 -75
- data/lib/aws-sdk-proton/types.rb +91 -899
- data/lib/aws-sdk-proton.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-proton/types.rb
CHANGED
@@ -10,13 +10,6 @@
|
|
10
10
|
module Aws::Proton
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# @note When making an API call, you may pass AcceptEnvironmentAccountConnectionInput
|
14
|
-
# data as a hash:
|
15
|
-
#
|
16
|
-
# {
|
17
|
-
# id: "EnvironmentAccountConnectionId", # required
|
18
|
-
# }
|
19
|
-
#
|
20
13
|
# @!attribute [rw] id
|
21
14
|
# The ID of the environment account connection.
|
22
15
|
# @return [String]
|
@@ -72,9 +65,10 @@ module Aws::Proton
|
|
72
65
|
# @return [Types::RepositoryBranch]
|
73
66
|
#
|
74
67
|
# @!attribute [rw] pipeline_service_role_arn
|
75
|
-
# The Amazon Resource Name (ARN) of the service role
|
76
|
-
# for provisioning pipelines.
|
77
|
-
# Services-managed provisioning
|
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.
|
78
72
|
# @return [String]
|
79
73
|
#
|
80
74
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/AccountSettings AWS API Documentation
|
@@ -87,13 +81,6 @@ module Aws::Proton
|
|
87
81
|
include Aws::Structure
|
88
82
|
end
|
89
83
|
|
90
|
-
# @note When making an API call, you may pass CancelComponentDeploymentInput
|
91
|
-
# data as a hash:
|
92
|
-
#
|
93
|
-
# {
|
94
|
-
# component_name: "ResourceName", # required
|
95
|
-
# }
|
96
|
-
#
|
97
84
|
# @!attribute [rw] component_name
|
98
85
|
# The name of the component with the deployment to cancel.
|
99
86
|
# @return [String]
|
@@ -119,13 +106,6 @@ module Aws::Proton
|
|
119
106
|
include Aws::Structure
|
120
107
|
end
|
121
108
|
|
122
|
-
# @note When making an API call, you may pass CancelEnvironmentDeploymentInput
|
123
|
-
# data as a hash:
|
124
|
-
#
|
125
|
-
# {
|
126
|
-
# environment_name: "ResourceName", # required
|
127
|
-
# }
|
128
|
-
#
|
129
109
|
# @!attribute [rw] environment_name
|
130
110
|
# The name of the environment with the deployment to cancel.
|
131
111
|
# @return [String]
|
@@ -150,14 +130,6 @@ module Aws::Proton
|
|
150
130
|
include Aws::Structure
|
151
131
|
end
|
152
132
|
|
153
|
-
# @note When making an API call, you may pass CancelServiceInstanceDeploymentInput
|
154
|
-
# data as a hash:
|
155
|
-
#
|
156
|
-
# {
|
157
|
-
# service_instance_name: "ResourceName", # required
|
158
|
-
# service_name: "ResourceName", # required
|
159
|
-
# }
|
160
|
-
#
|
161
133
|
# @!attribute [rw] service_instance_name
|
162
134
|
# The name of the service instance with the deployment to cancel.
|
163
135
|
# @return [String]
|
@@ -188,13 +160,6 @@ module Aws::Proton
|
|
188
160
|
include Aws::Structure
|
189
161
|
end
|
190
162
|
|
191
|
-
# @note When making an API call, you may pass CancelServicePipelineDeploymentInput
|
192
|
-
# data as a hash:
|
193
|
-
#
|
194
|
-
# {
|
195
|
-
# service_name: "ResourceName", # required
|
196
|
-
# }
|
197
|
-
#
|
198
163
|
# @!attribute [rw] service_name
|
199
164
|
# The name of the service with the service pipeline deployment to
|
200
165
|
# cancel.
|
@@ -241,14 +206,6 @@ module Aws::Proton
|
|
241
206
|
|
242
207
|
# Compatible environment template data.
|
243
208
|
#
|
244
|
-
# @note When making an API call, you may pass CompatibleEnvironmentTemplateInput
|
245
|
-
# data as a hash:
|
246
|
-
#
|
247
|
-
# {
|
248
|
-
# major_version: "TemplateVersionPart", # required
|
249
|
-
# template_name: "ResourceName", # required
|
250
|
-
# }
|
251
|
-
#
|
252
209
|
# @!attribute [rw] major_version
|
253
210
|
# The major version of the compatible environment template.
|
254
211
|
# @return [String]
|
@@ -439,26 +396,6 @@ module Aws::Proton
|
|
439
396
|
include Aws::Structure
|
440
397
|
end
|
441
398
|
|
442
|
-
# @note When making an API call, you may pass CreateComponentInput
|
443
|
-
# data as a hash:
|
444
|
-
#
|
445
|
-
# {
|
446
|
-
# description: "Description",
|
447
|
-
# environment_name: "ResourceName",
|
448
|
-
# manifest: "TemplateManifestContents", # required
|
449
|
-
# name: "ResourceName", # required
|
450
|
-
# service_instance_name: "ResourceName",
|
451
|
-
# service_name: "ResourceName",
|
452
|
-
# service_spec: "SpecContents",
|
453
|
-
# tags: [
|
454
|
-
# {
|
455
|
-
# key: "TagKey", # required
|
456
|
-
# value: "TagValue", # required
|
457
|
-
# },
|
458
|
-
# ],
|
459
|
-
# template_file: "TemplateFileContents", # required
|
460
|
-
# }
|
461
|
-
#
|
462
399
|
# @!attribute [rw] description
|
463
400
|
# An optional customer-provided description of the component.
|
464
401
|
# @return [String]
|
@@ -549,24 +486,6 @@ module Aws::Proton
|
|
549
486
|
include Aws::Structure
|
550
487
|
end
|
551
488
|
|
552
|
-
# @note When making an API call, you may pass CreateEnvironmentAccountConnectionInput
|
553
|
-
# data as a hash:
|
554
|
-
#
|
555
|
-
# {
|
556
|
-
# client_token: "ClientToken",
|
557
|
-
# codebuild_role_arn: "RoleArn",
|
558
|
-
# component_role_arn: "RoleArn",
|
559
|
-
# environment_name: "ResourceName", # required
|
560
|
-
# management_account_id: "AwsAccountId", # required
|
561
|
-
# role_arn: "RoleArn", # required
|
562
|
-
# tags: [
|
563
|
-
# {
|
564
|
-
# key: "TagKey", # required
|
565
|
-
# value: "TagValue", # required
|
566
|
-
# },
|
567
|
-
# ],
|
568
|
-
# }
|
569
|
-
#
|
570
489
|
# @!attribute [rw] client_token
|
571
490
|
# When included, if two identical requests are made with the same
|
572
491
|
# client token, Proton returns the environment account connection that
|
@@ -584,11 +503,10 @@ module Aws::Proton
|
|
584
503
|
# @return [String]
|
585
504
|
#
|
586
505
|
# @!attribute [rw] component_role_arn
|
587
|
-
# The Amazon Resource Name (ARN) of
|
588
|
-
#
|
589
|
-
#
|
590
|
-
#
|
591
|
-
# provision in the account.
|
506
|
+
# The Amazon Resource Name (ARN) of the IAM service role that Proton
|
507
|
+
# uses when provisioning directly defined components in the associated
|
508
|
+
# environment account. It determines the scope of infrastructure that
|
509
|
+
# a component can provision in the account.
|
592
510
|
#
|
593
511
|
# You must specify `componentRoleArn` to allow directly defined
|
594
512
|
# components to be associated with any environments running in this
|
@@ -617,10 +535,9 @@ module Aws::Proton
|
|
617
535
|
# @return [String]
|
618
536
|
#
|
619
537
|
# @!attribute [rw] role_arn
|
620
|
-
# The Amazon Resource Name (ARN) of
|
621
|
-
# environment account. Proton uses this role to
|
622
|
-
# infrastructure resources
|
623
|
-
# provisioning and CloudFormation in the associated environment
|
538
|
+
# The Amazon Resource Name (ARN) of the IAM service role that's
|
539
|
+
# created in the environment account. Proton uses this role to
|
540
|
+
# provision infrastructure resources in the associated environment
|
624
541
|
# account.
|
625
542
|
# @return [String]
|
626
543
|
#
|
@@ -663,33 +580,6 @@ module Aws::Proton
|
|
663
580
|
include Aws::Structure
|
664
581
|
end
|
665
582
|
|
666
|
-
# @note When making an API call, you may pass CreateEnvironmentInput
|
667
|
-
# data as a hash:
|
668
|
-
#
|
669
|
-
# {
|
670
|
-
# codebuild_role_arn: "RoleArn",
|
671
|
-
# component_role_arn: "RoleArn",
|
672
|
-
# description: "Description",
|
673
|
-
# environment_account_connection_id: "EnvironmentAccountConnectionId",
|
674
|
-
# name: "ResourceName", # required
|
675
|
-
# proton_service_role_arn: "Arn",
|
676
|
-
# provisioning_repository: {
|
677
|
-
# branch: "GitBranchName", # required
|
678
|
-
# name: "RepositoryName", # required
|
679
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
680
|
-
# },
|
681
|
-
# spec: "SpecContents", # required
|
682
|
-
# tags: [
|
683
|
-
# {
|
684
|
-
# key: "TagKey", # required
|
685
|
-
# value: "TagValue", # required
|
686
|
-
# },
|
687
|
-
# ],
|
688
|
-
# template_major_version: "TemplateVersionPart", # required
|
689
|
-
# template_minor_version: "TemplateVersionPart",
|
690
|
-
# template_name: "ResourceName", # required
|
691
|
-
# }
|
692
|
-
#
|
693
583
|
# @!attribute [rw] codebuild_role_arn
|
694
584
|
# The Amazon Resource Name (ARN) of the IAM service role that allows
|
695
585
|
# Proton to provision infrastructure using CodeBuild-based
|
@@ -722,15 +612,15 @@ module Aws::Proton
|
|
722
612
|
# @return [String]
|
723
613
|
#
|
724
614
|
# @!attribute [rw] environment_account_connection_id
|
725
|
-
# The ID of the environment account connection that you provide if
|
726
|
-
#
|
727
|
-
# environment or for any of the service instances running in it in an
|
615
|
+
# The ID of the environment account connection that you provide if
|
616
|
+
# you're provisioning your environment infrastructure resources to an
|
728
617
|
# environment account. For more information, see [Environment account
|
729
618
|
# connections][1] in the *Proton User guide*.
|
730
619
|
#
|
731
|
-
#
|
732
|
-
#
|
733
|
-
# `
|
620
|
+
# To use Amazon Web Services-managed provisioning for the environment,
|
621
|
+
# specify either the `environmentAccountConnectionId` or
|
622
|
+
# `protonServiceRoleArn` parameter and omit the
|
623
|
+
# `provisioningRepository` parameter.
|
734
624
|
#
|
735
625
|
#
|
736
626
|
#
|
@@ -742,14 +632,13 @@ module Aws::Proton
|
|
742
632
|
# @return [String]
|
743
633
|
#
|
744
634
|
# @!attribute [rw] proton_service_role_arn
|
745
|
-
# The Amazon Resource Name (ARN) of the
|
746
|
-
# Proton to
|
747
|
-
# provisioning and CloudFormation on your behalf.
|
635
|
+
# The Amazon Resource Name (ARN) of the Proton service role that
|
636
|
+
# allows Proton to make calls to other services on your behalf.
|
748
637
|
#
|
749
|
-
# To use Amazon Web Services-managed provisioning for the environment
|
750
|
-
#
|
751
|
-
#
|
752
|
-
# `
|
638
|
+
# To use Amazon Web Services-managed provisioning for the environment,
|
639
|
+
# specify either the `environmentAccountConnectionId` or
|
640
|
+
# `protonServiceRoleArn` parameter and omit the
|
641
|
+
# `provisioningRepository` parameter.
|
753
642
|
# @return [String]
|
754
643
|
#
|
755
644
|
# @!attribute [rw] provisioning_repository
|
@@ -758,8 +647,9 @@ module Aws::Proton
|
|
758
647
|
# repository is a repository that has been registered with Proton. For
|
759
648
|
# more information, see CreateRepository.
|
760
649
|
#
|
761
|
-
# To use self-managed provisioning for the environment
|
762
|
-
#
|
650
|
+
# To use self-managed provisioning for the environment, specify this
|
651
|
+
# parameter and omit the `environmentAccountConnectionId` and
|
652
|
+
# `protonServiceRoleArn` parameters.
|
763
653
|
# @return [Types::RepositoryBranchInput]
|
764
654
|
#
|
765
655
|
# @!attribute [rw] spec
|
@@ -832,23 +722,6 @@ module Aws::Proton
|
|
832
722
|
include Aws::Structure
|
833
723
|
end
|
834
724
|
|
835
|
-
# @note When making an API call, you may pass CreateEnvironmentTemplateInput
|
836
|
-
# data as a hash:
|
837
|
-
#
|
838
|
-
# {
|
839
|
-
# description: "Description",
|
840
|
-
# display_name: "DisplayName",
|
841
|
-
# encryption_key: "Arn",
|
842
|
-
# name: "ResourceName", # required
|
843
|
-
# provisioning: "CUSTOMER_MANAGED", # accepts CUSTOMER_MANAGED
|
844
|
-
# tags: [
|
845
|
-
# {
|
846
|
-
# key: "TagKey", # required
|
847
|
-
# value: "TagValue", # required
|
848
|
-
# },
|
849
|
-
# ],
|
850
|
-
# }
|
851
|
-
#
|
852
725
|
# @!attribute [rw] description
|
853
726
|
# A description of the environment template.
|
854
727
|
# @return [String]
|
@@ -908,28 +781,6 @@ module Aws::Proton
|
|
908
781
|
include Aws::Structure
|
909
782
|
end
|
910
783
|
|
911
|
-
# @note When making an API call, you may pass CreateEnvironmentTemplateVersionInput
|
912
|
-
# data as a hash:
|
913
|
-
#
|
914
|
-
# {
|
915
|
-
# client_token: "ClientToken",
|
916
|
-
# description: "Description",
|
917
|
-
# major_version: "TemplateVersionPart",
|
918
|
-
# source: { # required
|
919
|
-
# s3: {
|
920
|
-
# bucket: "S3Bucket", # required
|
921
|
-
# key: "S3Key", # required
|
922
|
-
# },
|
923
|
-
# },
|
924
|
-
# tags: [
|
925
|
-
# {
|
926
|
-
# key: "TagKey", # required
|
927
|
-
# value: "TagValue", # required
|
928
|
-
# },
|
929
|
-
# ],
|
930
|
-
# template_name: "ResourceName", # required
|
931
|
-
# }
|
932
|
-
#
|
933
784
|
# @!attribute [rw] client_token
|
934
785
|
# When included, if two identical requests are made with the same
|
935
786
|
# client token, Proton returns the environment template version that
|
@@ -997,22 +848,6 @@ module Aws::Proton
|
|
997
848
|
include Aws::Structure
|
998
849
|
end
|
999
850
|
|
1000
|
-
# @note When making an API call, you may pass CreateRepositoryInput
|
1001
|
-
# data as a hash:
|
1002
|
-
#
|
1003
|
-
# {
|
1004
|
-
# connection_arn: "Arn", # required
|
1005
|
-
# encryption_key: "Arn",
|
1006
|
-
# name: "RepositoryName", # required
|
1007
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
1008
|
-
# tags: [
|
1009
|
-
# {
|
1010
|
-
# key: "TagKey", # required
|
1011
|
-
# value: "TagValue", # required
|
1012
|
-
# },
|
1013
|
-
# ],
|
1014
|
-
# }
|
1015
|
-
#
|
1016
851
|
# @!attribute [rw] connection_arn
|
1017
852
|
# The Amazon Resource Name (ARN) of your AWS CodeStar connection that
|
1018
853
|
# connects Proton to your repository provider account. For more
|
@@ -1073,27 +908,6 @@ module Aws::Proton
|
|
1073
908
|
include Aws::Structure
|
1074
909
|
end
|
1075
910
|
|
1076
|
-
# @note When making an API call, you may pass CreateServiceInput
|
1077
|
-
# data as a hash:
|
1078
|
-
#
|
1079
|
-
# {
|
1080
|
-
# branch_name: "GitBranchName",
|
1081
|
-
# description: "Description",
|
1082
|
-
# name: "ResourceName", # required
|
1083
|
-
# repository_connection_arn: "Arn",
|
1084
|
-
# repository_id: "RepositoryId",
|
1085
|
-
# spec: "SpecContents", # required
|
1086
|
-
# tags: [
|
1087
|
-
# {
|
1088
|
-
# key: "TagKey", # required
|
1089
|
-
# value: "TagValue", # required
|
1090
|
-
# },
|
1091
|
-
# ],
|
1092
|
-
# template_major_version: "TemplateVersionPart", # required
|
1093
|
-
# template_minor_version: "TemplateVersionPart",
|
1094
|
-
# template_name: "ResourceName", # required
|
1095
|
-
# }
|
1096
|
-
#
|
1097
911
|
# @!attribute [rw] branch_name
|
1098
912
|
# The name of the code repository branch that holds the code that's
|
1099
913
|
# deployed in Proton. *Don't* include this parameter if your service
|
@@ -1191,23 +1005,6 @@ module Aws::Proton
|
|
1191
1005
|
include Aws::Structure
|
1192
1006
|
end
|
1193
1007
|
|
1194
|
-
# @note When making an API call, you may pass CreateServiceTemplateInput
|
1195
|
-
# data as a hash:
|
1196
|
-
#
|
1197
|
-
# {
|
1198
|
-
# description: "Description",
|
1199
|
-
# display_name: "DisplayName",
|
1200
|
-
# encryption_key: "Arn",
|
1201
|
-
# name: "ResourceName", # required
|
1202
|
-
# pipeline_provisioning: "CUSTOMER_MANAGED", # accepts CUSTOMER_MANAGED
|
1203
|
-
# tags: [
|
1204
|
-
# {
|
1205
|
-
# key: "TagKey", # required
|
1206
|
-
# value: "TagValue", # required
|
1207
|
-
# },
|
1208
|
-
# ],
|
1209
|
-
# }
|
1210
|
-
#
|
1211
1008
|
# @!attribute [rw] description
|
1212
1009
|
# A description of the service template.
|
1213
1010
|
# @return [String]
|
@@ -1274,35 +1071,6 @@ module Aws::Proton
|
|
1274
1071
|
include Aws::Structure
|
1275
1072
|
end
|
1276
1073
|
|
1277
|
-
# @note When making an API call, you may pass CreateServiceTemplateVersionInput
|
1278
|
-
# data as a hash:
|
1279
|
-
#
|
1280
|
-
# {
|
1281
|
-
# client_token: "ClientToken",
|
1282
|
-
# compatible_environment_templates: [ # required
|
1283
|
-
# {
|
1284
|
-
# major_version: "TemplateVersionPart", # required
|
1285
|
-
# template_name: "ResourceName", # required
|
1286
|
-
# },
|
1287
|
-
# ],
|
1288
|
-
# description: "Description",
|
1289
|
-
# major_version: "TemplateVersionPart",
|
1290
|
-
# source: { # required
|
1291
|
-
# s3: {
|
1292
|
-
# bucket: "S3Bucket", # required
|
1293
|
-
# key: "S3Key", # required
|
1294
|
-
# },
|
1295
|
-
# },
|
1296
|
-
# supported_component_sources: ["DIRECTLY_DEFINED"], # accepts DIRECTLY_DEFINED
|
1297
|
-
# tags: [
|
1298
|
-
# {
|
1299
|
-
# key: "TagKey", # required
|
1300
|
-
# value: "TagValue", # required
|
1301
|
-
# },
|
1302
|
-
# ],
|
1303
|
-
# template_name: "ResourceName", # required
|
1304
|
-
# }
|
1305
|
-
#
|
1306
1074
|
# @!attribute [rw] client_token
|
1307
1075
|
# When included, if two identical requests are made with the same
|
1308
1076
|
# client token, Proton returns the service template version that the
|
@@ -1393,18 +1161,6 @@ module Aws::Proton
|
|
1393
1161
|
include Aws::Structure
|
1394
1162
|
end
|
1395
1163
|
|
1396
|
-
# @note When making an API call, you may pass CreateTemplateSyncConfigInput
|
1397
|
-
# data as a hash:
|
1398
|
-
#
|
1399
|
-
# {
|
1400
|
-
# branch: "GitBranchName", # required
|
1401
|
-
# repository_name: "RepositoryName", # required
|
1402
|
-
# repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
1403
|
-
# subdirectory: "Subdirectory",
|
1404
|
-
# template_name: "ResourceName", # required
|
1405
|
-
# template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
|
1406
|
-
# }
|
1407
|
-
#
|
1408
1164
|
# @!attribute [rw] branch
|
1409
1165
|
# The repository branch for your template.
|
1410
1166
|
# @return [String]
|
@@ -1457,13 +1213,6 @@ module Aws::Proton
|
|
1457
1213
|
include Aws::Structure
|
1458
1214
|
end
|
1459
1215
|
|
1460
|
-
# @note When making an API call, you may pass DeleteComponentInput
|
1461
|
-
# data as a hash:
|
1462
|
-
#
|
1463
|
-
# {
|
1464
|
-
# name: "ResourceName", # required
|
1465
|
-
# }
|
1466
|
-
#
|
1467
1216
|
# @!attribute [rw] name
|
1468
1217
|
# The name of the component to delete.
|
1469
1218
|
# @return [String]
|
@@ -1488,13 +1237,6 @@ module Aws::Proton
|
|
1488
1237
|
include Aws::Structure
|
1489
1238
|
end
|
1490
1239
|
|
1491
|
-
# @note When making an API call, you may pass DeleteEnvironmentAccountConnectionInput
|
1492
|
-
# data as a hash:
|
1493
|
-
#
|
1494
|
-
# {
|
1495
|
-
# id: "EnvironmentAccountConnectionId", # required
|
1496
|
-
# }
|
1497
|
-
#
|
1498
1240
|
# @!attribute [rw] id
|
1499
1241
|
# The ID of the environment account connection to delete.
|
1500
1242
|
# @return [String]
|
@@ -1520,13 +1262,6 @@ module Aws::Proton
|
|
1520
1262
|
include Aws::Structure
|
1521
1263
|
end
|
1522
1264
|
|
1523
|
-
# @note When making an API call, you may pass DeleteEnvironmentInput
|
1524
|
-
# data as a hash:
|
1525
|
-
#
|
1526
|
-
# {
|
1527
|
-
# name: "ResourceName", # required
|
1528
|
-
# }
|
1529
|
-
#
|
1530
1265
|
# @!attribute [rw] name
|
1531
1266
|
# The name of the environment to delete.
|
1532
1267
|
# @return [String]
|
@@ -1551,13 +1286,6 @@ module Aws::Proton
|
|
1551
1286
|
include Aws::Structure
|
1552
1287
|
end
|
1553
1288
|
|
1554
|
-
# @note When making an API call, you may pass DeleteEnvironmentTemplateInput
|
1555
|
-
# data as a hash:
|
1556
|
-
#
|
1557
|
-
# {
|
1558
|
-
# name: "ResourceName", # required
|
1559
|
-
# }
|
1560
|
-
#
|
1561
1289
|
# @!attribute [rw] name
|
1562
1290
|
# The name of the environment template to delete.
|
1563
1291
|
# @return [String]
|
@@ -1582,15 +1310,6 @@ module Aws::Proton
|
|
1582
1310
|
include Aws::Structure
|
1583
1311
|
end
|
1584
1312
|
|
1585
|
-
# @note When making an API call, you may pass DeleteEnvironmentTemplateVersionInput
|
1586
|
-
# data as a hash:
|
1587
|
-
#
|
1588
|
-
# {
|
1589
|
-
# major_version: "TemplateVersionPart", # required
|
1590
|
-
# minor_version: "TemplateVersionPart", # required
|
1591
|
-
# template_name: "ResourceName", # required
|
1592
|
-
# }
|
1593
|
-
#
|
1594
1313
|
# @!attribute [rw] major_version
|
1595
1314
|
# The environment template major version to delete.
|
1596
1315
|
# @return [String]
|
@@ -1625,14 +1344,6 @@ module Aws::Proton
|
|
1625
1344
|
include Aws::Structure
|
1626
1345
|
end
|
1627
1346
|
|
1628
|
-
# @note When making an API call, you may pass DeleteRepositoryInput
|
1629
|
-
# data as a hash:
|
1630
|
-
#
|
1631
|
-
# {
|
1632
|
-
# name: "RepositoryName", # required
|
1633
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
1634
|
-
# }
|
1635
|
-
#
|
1636
1347
|
# @!attribute [rw] name
|
1637
1348
|
# The repository name.
|
1638
1349
|
# @return [String]
|
@@ -1663,13 +1374,6 @@ module Aws::Proton
|
|
1663
1374
|
include Aws::Structure
|
1664
1375
|
end
|
1665
1376
|
|
1666
|
-
# @note When making an API call, you may pass DeleteServiceInput
|
1667
|
-
# data as a hash:
|
1668
|
-
#
|
1669
|
-
# {
|
1670
|
-
# name: "ResourceName", # required
|
1671
|
-
# }
|
1672
|
-
#
|
1673
1377
|
# @!attribute [rw] name
|
1674
1378
|
# The name of the service to delete.
|
1675
1379
|
# @return [String]
|
@@ -1694,13 +1398,6 @@ module Aws::Proton
|
|
1694
1398
|
include Aws::Structure
|
1695
1399
|
end
|
1696
1400
|
|
1697
|
-
# @note When making an API call, you may pass DeleteServiceTemplateInput
|
1698
|
-
# data as a hash:
|
1699
|
-
#
|
1700
|
-
# {
|
1701
|
-
# name: "ResourceName", # required
|
1702
|
-
# }
|
1703
|
-
#
|
1704
1401
|
# @!attribute [rw] name
|
1705
1402
|
# The name of the service template to delete.
|
1706
1403
|
# @return [String]
|
@@ -1725,15 +1422,6 @@ module Aws::Proton
|
|
1725
1422
|
include Aws::Structure
|
1726
1423
|
end
|
1727
1424
|
|
1728
|
-
# @note When making an API call, you may pass DeleteServiceTemplateVersionInput
|
1729
|
-
# data as a hash:
|
1730
|
-
#
|
1731
|
-
# {
|
1732
|
-
# major_version: "TemplateVersionPart", # required
|
1733
|
-
# minor_version: "TemplateVersionPart", # required
|
1734
|
-
# template_name: "ResourceName", # required
|
1735
|
-
# }
|
1736
|
-
#
|
1737
1425
|
# @!attribute [rw] major_version
|
1738
1426
|
# The service template major version to delete.
|
1739
1427
|
# @return [String]
|
@@ -1768,14 +1456,6 @@ module Aws::Proton
|
|
1768
1456
|
include Aws::Structure
|
1769
1457
|
end
|
1770
1458
|
|
1771
|
-
# @note When making an API call, you may pass DeleteTemplateSyncConfigInput
|
1772
|
-
# data as a hash:
|
1773
|
-
#
|
1774
|
-
# {
|
1775
|
-
# template_name: "ResourceName", # required
|
1776
|
-
# template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
|
1777
|
-
# }
|
1778
|
-
#
|
1779
1459
|
# @!attribute [rw] template_name
|
1780
1460
|
# The template name.
|
1781
1461
|
# @return [String]
|
@@ -1853,7 +1533,7 @@ module Aws::Proton
|
|
1853
1533
|
# @return [String]
|
1854
1534
|
#
|
1855
1535
|
# @!attribute [rw] environment_account_connection_id
|
1856
|
-
# The ID of the environment account connection that
|
1536
|
+
# The ID of the environment account connection that's used to
|
1857
1537
|
# provision infrastructure resources in an environment account.
|
1858
1538
|
# @return [String]
|
1859
1539
|
#
|
@@ -1875,9 +1555,8 @@ module Aws::Proton
|
|
1875
1555
|
# @return [String]
|
1876
1556
|
#
|
1877
1557
|
# @!attribute [rw] proton_service_role_arn
|
1878
|
-
# The Amazon Resource Name (ARN) of the
|
1879
|
-
# Proton to
|
1880
|
-
# provisioning and CloudFormation on your behalf.
|
1558
|
+
# The Amazon Resource Name (ARN) of the Proton service role that
|
1559
|
+
# allows Proton to make calls to other services on your behalf.
|
1881
1560
|
# @return [String]
|
1882
1561
|
#
|
1883
1562
|
# @!attribute [rw] provisioning
|
@@ -1994,11 +1673,8 @@ module Aws::Proton
|
|
1994
1673
|
# @return [Time]
|
1995
1674
|
#
|
1996
1675
|
# @!attribute [rw] role_arn
|
1997
|
-
# The
|
1998
|
-
#
|
1999
|
-
# infrastructure resources using Amazon Web Services-managed
|
2000
|
-
# provisioning and CloudFormation in the associated environment
|
2001
|
-
# account.
|
1676
|
+
# The IAM service role that's associated with the environment account
|
1677
|
+
# connection.
|
2002
1678
|
# @return [String]
|
2003
1679
|
#
|
2004
1680
|
# @!attribute [rw] status
|
@@ -2266,14 +1942,6 @@ module Aws::Proton
|
|
2266
1942
|
|
2267
1943
|
# A search filter for environment templates.
|
2268
1944
|
#
|
2269
|
-
# @note When making an API call, you may pass EnvironmentTemplateFilter
|
2270
|
-
# data as a hash:
|
2271
|
-
#
|
2272
|
-
# {
|
2273
|
-
# major_version: "TemplateVersionPart", # required
|
2274
|
-
# template_name: "ResourceName", # required
|
2275
|
-
# }
|
2276
|
-
#
|
2277
1945
|
# @!attribute [rw] major_version
|
2278
1946
|
# Include `majorVersion` to filter search for a major version.
|
2279
1947
|
# @return [String]
|
@@ -2490,13 +2158,6 @@ module Aws::Proton
|
|
2490
2158
|
include Aws::Structure
|
2491
2159
|
end
|
2492
2160
|
|
2493
|
-
# @note When making an API call, you may pass GetComponentInput
|
2494
|
-
# data as a hash:
|
2495
|
-
#
|
2496
|
-
# {
|
2497
|
-
# name: "ResourceName", # required
|
2498
|
-
# }
|
2499
|
-
#
|
2500
2161
|
# @!attribute [rw] name
|
2501
2162
|
# The name of the component that you want to get the detailed data
|
2502
2163
|
# for.
|
@@ -2522,13 +2183,6 @@ module Aws::Proton
|
|
2522
2183
|
include Aws::Structure
|
2523
2184
|
end
|
2524
2185
|
|
2525
|
-
# @note When making an API call, you may pass GetEnvironmentAccountConnectionInput
|
2526
|
-
# data as a hash:
|
2527
|
-
#
|
2528
|
-
# {
|
2529
|
-
# id: "EnvironmentAccountConnectionId", # required
|
2530
|
-
# }
|
2531
|
-
#
|
2532
2186
|
# @!attribute [rw] id
|
2533
2187
|
# The ID of the environment account connection that you want to get
|
2534
2188
|
# the detailed data for.
|
@@ -2554,13 +2208,6 @@ module Aws::Proton
|
|
2554
2208
|
include Aws::Structure
|
2555
2209
|
end
|
2556
2210
|
|
2557
|
-
# @note When making an API call, you may pass GetEnvironmentInput
|
2558
|
-
# data as a hash:
|
2559
|
-
#
|
2560
|
-
# {
|
2561
|
-
# name: "ResourceName", # required
|
2562
|
-
# }
|
2563
|
-
#
|
2564
2211
|
# @!attribute [rw] name
|
2565
2212
|
# The name of the environment that you want to get the detailed data
|
2566
2213
|
# for.
|
@@ -2586,13 +2233,6 @@ module Aws::Proton
|
|
2586
2233
|
include Aws::Structure
|
2587
2234
|
end
|
2588
2235
|
|
2589
|
-
# @note When making an API call, you may pass GetEnvironmentTemplateInput
|
2590
|
-
# data as a hash:
|
2591
|
-
#
|
2592
|
-
# {
|
2593
|
-
# name: "ResourceName", # required
|
2594
|
-
# }
|
2595
|
-
#
|
2596
2236
|
# @!attribute [rw] name
|
2597
2237
|
# The name of the environment template that you want to get the
|
2598
2238
|
# detailed data for.
|
@@ -2618,15 +2258,6 @@ module Aws::Proton
|
|
2618
2258
|
include Aws::Structure
|
2619
2259
|
end
|
2620
2260
|
|
2621
|
-
# @note When making an API call, you may pass GetEnvironmentTemplateVersionInput
|
2622
|
-
# data as a hash:
|
2623
|
-
#
|
2624
|
-
# {
|
2625
|
-
# major_version: "TemplateVersionPart", # required
|
2626
|
-
# minor_version: "TemplateVersionPart", # required
|
2627
|
-
# template_name: "ResourceName", # required
|
2628
|
-
# }
|
2629
|
-
#
|
2630
2261
|
# @!attribute [rw] major_version
|
2631
2262
|
# To get environment template major version detail data, include
|
2632
2263
|
# `major Version`.
|
@@ -2664,14 +2295,6 @@ module Aws::Proton
|
|
2664
2295
|
include Aws::Structure
|
2665
2296
|
end
|
2666
2297
|
|
2667
|
-
# @note When making an API call, you may pass GetRepositoryInput
|
2668
|
-
# data as a hash:
|
2669
|
-
#
|
2670
|
-
# {
|
2671
|
-
# name: "RepositoryName", # required
|
2672
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
2673
|
-
# }
|
2674
|
-
#
|
2675
2298
|
# @!attribute [rw] name
|
2676
2299
|
# The repository name, for example `myrepos/myrepo`.
|
2677
2300
|
# @return [String]
|
@@ -2701,16 +2324,6 @@ module Aws::Proton
|
|
2701
2324
|
include Aws::Structure
|
2702
2325
|
end
|
2703
2326
|
|
2704
|
-
# @note When making an API call, you may pass GetRepositorySyncStatusInput
|
2705
|
-
# data as a hash:
|
2706
|
-
#
|
2707
|
-
# {
|
2708
|
-
# branch: "GitBranchName", # required
|
2709
|
-
# repository_name: "RepositoryName", # required
|
2710
|
-
# repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
2711
|
-
# sync_type: "TEMPLATE_SYNC", # required, accepts TEMPLATE_SYNC
|
2712
|
-
# }
|
2713
|
-
#
|
2714
2327
|
# @!attribute [rw] branch
|
2715
2328
|
# The repository branch.
|
2716
2329
|
# @return [String]
|
@@ -2750,13 +2363,6 @@ module Aws::Proton
|
|
2750
2363
|
include Aws::Structure
|
2751
2364
|
end
|
2752
2365
|
|
2753
|
-
# @note When making an API call, you may pass GetServiceInput
|
2754
|
-
# data as a hash:
|
2755
|
-
#
|
2756
|
-
# {
|
2757
|
-
# name: "ResourceName", # required
|
2758
|
-
# }
|
2759
|
-
#
|
2760
2366
|
# @!attribute [rw] name
|
2761
2367
|
# The name of the service that you want to get the detailed data for.
|
2762
2368
|
# @return [String]
|
@@ -2769,14 +2375,6 @@ module Aws::Proton
|
|
2769
2375
|
include Aws::Structure
|
2770
2376
|
end
|
2771
2377
|
|
2772
|
-
# @note When making an API call, you may pass GetServiceInstanceInput
|
2773
|
-
# data as a hash:
|
2774
|
-
#
|
2775
|
-
# {
|
2776
|
-
# name: "ResourceName", # required
|
2777
|
-
# service_name: "ResourceName", # required
|
2778
|
-
# }
|
2779
|
-
#
|
2780
2378
|
# @!attribute [rw] name
|
2781
2379
|
# The name of a service instance that you want to get the detailed
|
2782
2380
|
# data for.
|
@@ -2819,13 +2417,6 @@ module Aws::Proton
|
|
2819
2417
|
include Aws::Structure
|
2820
2418
|
end
|
2821
2419
|
|
2822
|
-
# @note When making an API call, you may pass GetServiceTemplateInput
|
2823
|
-
# data as a hash:
|
2824
|
-
#
|
2825
|
-
# {
|
2826
|
-
# name: "ResourceName", # required
|
2827
|
-
# }
|
2828
|
-
#
|
2829
2420
|
# @!attribute [rw] name
|
2830
2421
|
# The name of the service template that you want to get detailed data
|
2831
2422
|
# for.
|
@@ -2851,15 +2442,6 @@ module Aws::Proton
|
|
2851
2442
|
include Aws::Structure
|
2852
2443
|
end
|
2853
2444
|
|
2854
|
-
# @note When making an API call, you may pass GetServiceTemplateVersionInput
|
2855
|
-
# data as a hash:
|
2856
|
-
#
|
2857
|
-
# {
|
2858
|
-
# major_version: "TemplateVersionPart", # required
|
2859
|
-
# minor_version: "TemplateVersionPart", # required
|
2860
|
-
# template_name: "ResourceName", # required
|
2861
|
-
# }
|
2862
|
-
#
|
2863
2445
|
# @!attribute [rw] major_version
|
2864
2446
|
# To get service template major version detail data, include `major
|
2865
2447
|
# Version`.
|
@@ -2897,14 +2479,6 @@ module Aws::Proton
|
|
2897
2479
|
include Aws::Structure
|
2898
2480
|
end
|
2899
2481
|
|
2900
|
-
# @note When making an API call, you may pass GetTemplateSyncConfigInput
|
2901
|
-
# data as a hash:
|
2902
|
-
#
|
2903
|
-
# {
|
2904
|
-
# template_name: "ResourceName", # required
|
2905
|
-
# template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
|
2906
|
-
# }
|
2907
|
-
#
|
2908
2482
|
# @!attribute [rw] template_name
|
2909
2483
|
# The template name.
|
2910
2484
|
# @return [String]
|
@@ -2935,15 +2509,6 @@ module Aws::Proton
|
|
2935
2509
|
include Aws::Structure
|
2936
2510
|
end
|
2937
2511
|
|
2938
|
-
# @note When making an API call, you may pass GetTemplateSyncStatusInput
|
2939
|
-
# data as a hash:
|
2940
|
-
#
|
2941
|
-
# {
|
2942
|
-
# template_name: "ResourceName", # required
|
2943
|
-
# template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
|
2944
|
-
# template_version: "TemplateVersionPart", # required
|
2945
|
-
# }
|
2946
|
-
#
|
2947
2512
|
# @!attribute [rw] template_name
|
2948
2513
|
# The template name.
|
2949
2514
|
# @return [String]
|
@@ -3001,14 +2566,6 @@ module Aws::Proton
|
|
3001
2566
|
include Aws::Structure
|
3002
2567
|
end
|
3003
2568
|
|
3004
|
-
# @note When making an API call, you may pass ListComponentOutputsInput
|
3005
|
-
# data as a hash:
|
3006
|
-
#
|
3007
|
-
# {
|
3008
|
-
# component_name: "ResourceName", # required
|
3009
|
-
# next_token: "EmptyNextToken",
|
3010
|
-
# }
|
3011
|
-
#
|
3012
2569
|
# @!attribute [rw] component_name
|
3013
2570
|
# The name of the component whose outputs you want.
|
3014
2571
|
# @return [String]
|
@@ -3045,14 +2602,6 @@ module Aws::Proton
|
|
3045
2602
|
include Aws::Structure
|
3046
2603
|
end
|
3047
2604
|
|
3048
|
-
# @note When making an API call, you may pass ListComponentProvisionedResourcesInput
|
3049
|
-
# data as a hash:
|
3050
|
-
#
|
3051
|
-
# {
|
3052
|
-
# component_name: "ResourceName", # required
|
3053
|
-
# next_token: "EmptyNextToken",
|
3054
|
-
# }
|
3055
|
-
#
|
3056
2605
|
# @!attribute [rw] component_name
|
3057
2606
|
# The name of the component whose provisioned resources you want.
|
3058
2607
|
# @return [String]
|
@@ -3091,17 +2640,6 @@ module Aws::Proton
|
|
3091
2640
|
include Aws::Structure
|
3092
2641
|
end
|
3093
2642
|
|
3094
|
-
# @note When making an API call, you may pass ListComponentsInput
|
3095
|
-
# data as a hash:
|
3096
|
-
#
|
3097
|
-
# {
|
3098
|
-
# environment_name: "ResourceName",
|
3099
|
-
# max_results: 1,
|
3100
|
-
# next_token: "NextToken",
|
3101
|
-
# service_instance_name: "ResourceName",
|
3102
|
-
# service_name: "ResourceName",
|
3103
|
-
# }
|
3104
|
-
#
|
3105
2643
|
# @!attribute [rw] environment_name
|
3106
2644
|
# The name of an environment for result list filtering. Proton returns
|
3107
2645
|
# components associated with the environment or attached to service
|
@@ -3158,17 +2696,6 @@ module Aws::Proton
|
|
3158
2696
|
include Aws::Structure
|
3159
2697
|
end
|
3160
2698
|
|
3161
|
-
# @note When making an API call, you may pass ListEnvironmentAccountConnectionsInput
|
3162
|
-
# data as a hash:
|
3163
|
-
#
|
3164
|
-
# {
|
3165
|
-
# environment_name: "ResourceName",
|
3166
|
-
# max_results: 1,
|
3167
|
-
# next_token: "NextToken",
|
3168
|
-
# requested_by: "MANAGEMENT_ACCOUNT", # required, accepts MANAGEMENT_ACCOUNT, ENVIRONMENT_ACCOUNT
|
3169
|
-
# statuses: ["PENDING"], # accepts PENDING, CONNECTED, REJECTED
|
3170
|
-
# }
|
3171
|
-
#
|
3172
2699
|
# @!attribute [rw] environment_name
|
3173
2700
|
# The environment name that's associated with each listed environment
|
3174
2701
|
# account connection.
|
@@ -3226,14 +2753,6 @@ module Aws::Proton
|
|
3226
2753
|
include Aws::Structure
|
3227
2754
|
end
|
3228
2755
|
|
3229
|
-
# @note When making an API call, you may pass ListEnvironmentOutputsInput
|
3230
|
-
# data as a hash:
|
3231
|
-
#
|
3232
|
-
# {
|
3233
|
-
# environment_name: "ResourceName", # required
|
3234
|
-
# next_token: "EmptyNextToken",
|
3235
|
-
# }
|
3236
|
-
#
|
3237
2756
|
# @!attribute [rw] environment_name
|
3238
2757
|
# The environment name.
|
3239
2758
|
# @return [String]
|
@@ -3272,14 +2791,6 @@ module Aws::Proton
|
|
3272
2791
|
include Aws::Structure
|
3273
2792
|
end
|
3274
2793
|
|
3275
|
-
# @note When making an API call, you may pass ListEnvironmentProvisionedResourcesInput
|
3276
|
-
# data as a hash:
|
3277
|
-
#
|
3278
|
-
# {
|
3279
|
-
# environment_name: "ResourceName", # required
|
3280
|
-
# next_token: "EmptyNextToken",
|
3281
|
-
# }
|
3282
|
-
#
|
3283
2794
|
# @!attribute [rw] environment_name
|
3284
2795
|
# The environment name.
|
3285
2796
|
# @return [String]
|
@@ -3319,16 +2830,6 @@ module Aws::Proton
|
|
3319
2830
|
include Aws::Structure
|
3320
2831
|
end
|
3321
2832
|
|
3322
|
-
# @note When making an API call, you may pass ListEnvironmentTemplateVersionsInput
|
3323
|
-
# data as a hash:
|
3324
|
-
#
|
3325
|
-
# {
|
3326
|
-
# major_version: "TemplateVersionPart",
|
3327
|
-
# max_results: 1,
|
3328
|
-
# next_token: "NextToken",
|
3329
|
-
# template_name: "ResourceName", # required
|
3330
|
-
# }
|
3331
|
-
#
|
3332
2833
|
# @!attribute [rw] major_version
|
3333
2834
|
# To view a list of minor of versions under a major version of an
|
3334
2835
|
# environment template, include `major Version`.
|
@@ -3385,14 +2886,6 @@ module Aws::Proton
|
|
3385
2886
|
include Aws::Structure
|
3386
2887
|
end
|
3387
2888
|
|
3388
|
-
# @note When making an API call, you may pass ListEnvironmentTemplatesInput
|
3389
|
-
# data as a hash:
|
3390
|
-
#
|
3391
|
-
# {
|
3392
|
-
# max_results: 1,
|
3393
|
-
# next_token: "NextToken",
|
3394
|
-
# }
|
3395
|
-
#
|
3396
2889
|
# @!attribute [rw] max_results
|
3397
2890
|
# The maximum number of environment templates to list.
|
3398
2891
|
# @return [Integer]
|
@@ -3431,20 +2924,6 @@ module Aws::Proton
|
|
3431
2924
|
include Aws::Structure
|
3432
2925
|
end
|
3433
2926
|
|
3434
|
-
# @note When making an API call, you may pass ListEnvironmentsInput
|
3435
|
-
# data as a hash:
|
3436
|
-
#
|
3437
|
-
# {
|
3438
|
-
# environment_templates: [
|
3439
|
-
# {
|
3440
|
-
# major_version: "TemplateVersionPart", # required
|
3441
|
-
# template_name: "ResourceName", # required
|
3442
|
-
# },
|
3443
|
-
# ],
|
3444
|
-
# max_results: 1,
|
3445
|
-
# next_token: "NextToken",
|
3446
|
-
# }
|
3447
|
-
#
|
3448
2927
|
# @!attribute [rw] environment_templates
|
3449
2928
|
# An array of the versions of the environment template.
|
3450
2929
|
# @return [Array<Types::EnvironmentTemplateFilter>]
|
@@ -3488,14 +2967,6 @@ module Aws::Proton
|
|
3488
2967
|
include Aws::Structure
|
3489
2968
|
end
|
3490
2969
|
|
3491
|
-
# @note When making an API call, you may pass ListRepositoriesInput
|
3492
|
-
# data as a hash:
|
3493
|
-
#
|
3494
|
-
# {
|
3495
|
-
# max_results: 1,
|
3496
|
-
# next_token: "NextToken",
|
3497
|
-
# }
|
3498
|
-
#
|
3499
2970
|
# @!attribute [rw] max_results
|
3500
2971
|
# The maximum number of repositories to list.
|
3501
2972
|
# @return [Integer]
|
@@ -3534,16 +3005,6 @@ module Aws::Proton
|
|
3534
3005
|
include Aws::Structure
|
3535
3006
|
end
|
3536
3007
|
|
3537
|
-
# @note When making an API call, you may pass ListRepositorySyncDefinitionsInput
|
3538
|
-
# data as a hash:
|
3539
|
-
#
|
3540
|
-
# {
|
3541
|
-
# next_token: "EmptyNextToken",
|
3542
|
-
# repository_name: "RepositoryName", # required
|
3543
|
-
# repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
3544
|
-
# sync_type: "TEMPLATE_SYNC", # required, accepts TEMPLATE_SYNC
|
3545
|
-
# }
|
3546
|
-
#
|
3547
3008
|
# @!attribute [rw] next_token
|
3548
3009
|
# A token that indicates the location of the next repository sync
|
3549
3010
|
# definition in the array of repository sync definitions, after the
|
@@ -3592,15 +3053,6 @@ module Aws::Proton
|
|
3592
3053
|
include Aws::Structure
|
3593
3054
|
end
|
3594
3055
|
|
3595
|
-
# @note When making an API call, you may pass ListServiceInstanceOutputsInput
|
3596
|
-
# data as a hash:
|
3597
|
-
#
|
3598
|
-
# {
|
3599
|
-
# next_token: "EmptyNextToken",
|
3600
|
-
# service_instance_name: "ResourceName", # required
|
3601
|
-
# service_name: "ResourceName", # required
|
3602
|
-
# }
|
3603
|
-
#
|
3604
3056
|
# @!attribute [rw] next_token
|
3605
3057
|
# A token that indicates the location of the next output in the array
|
3606
3058
|
# of outputs, after the list of outputs that was previously requested.
|
@@ -3642,15 +3094,6 @@ module Aws::Proton
|
|
3642
3094
|
include Aws::Structure
|
3643
3095
|
end
|
3644
3096
|
|
3645
|
-
# @note When making an API call, you may pass ListServiceInstanceProvisionedResourcesInput
|
3646
|
-
# data as a hash:
|
3647
|
-
#
|
3648
|
-
# {
|
3649
|
-
# next_token: "EmptyNextToken",
|
3650
|
-
# service_instance_name: "ResourceName", # required
|
3651
|
-
# service_name: "ResourceName", # required
|
3652
|
-
# }
|
3653
|
-
#
|
3654
3097
|
# @!attribute [rw] next_token
|
3655
3098
|
# A token that indicates the location of the next provisioned resource
|
3656
3099
|
# in the array of provisioned resources, after the list of provisioned
|
@@ -3695,14 +3138,39 @@ module Aws::Proton
|
|
3695
3138
|
include Aws::Structure
|
3696
3139
|
end
|
3697
3140
|
|
3698
|
-
#
|
3699
|
-
#
|
3141
|
+
# A filtering criterion to scope down the result list of the
|
3142
|
+
# ListServiceInstances action.
|
3143
|
+
#
|
3144
|
+
# @!attribute [rw] key
|
3145
|
+
# The name of a filtering criterion.
|
3146
|
+
# @return [String]
|
3147
|
+
#
|
3148
|
+
# @!attribute [rw] value
|
3149
|
+
# A value to filter by.
|
3700
3150
|
#
|
3701
|
-
#
|
3702
|
-
#
|
3703
|
-
#
|
3704
|
-
#
|
3705
|
-
#
|
3151
|
+
# With the date/time keys (`*At\{Before,After\}`), the value is a
|
3152
|
+
# valid [RFC 3339][1] string with no UTC offset and with an optional
|
3153
|
+
# fractional precision (for example, `1985-04-12T23:20:50.52Z`).
|
3154
|
+
#
|
3155
|
+
#
|
3156
|
+
#
|
3157
|
+
# [1]: https://datatracker.ietf.org/doc/html/rfc3339.html
|
3158
|
+
# @return [String]
|
3159
|
+
#
|
3160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListServiceInstancesFilter AWS API Documentation
|
3161
|
+
#
|
3162
|
+
class ListServiceInstancesFilter < Struct.new(
|
3163
|
+
:key,
|
3164
|
+
:value)
|
3165
|
+
SENSITIVE = []
|
3166
|
+
include Aws::Structure
|
3167
|
+
end
|
3168
|
+
|
3169
|
+
# @!attribute [rw] filters
|
3170
|
+
# An array of filtering criteria that scope down the result list. By
|
3171
|
+
# default, all service instances in the Amazon Web Services account
|
3172
|
+
# are returned.
|
3173
|
+
# @return [Array<Types::ListServiceInstancesFilter>]
|
3706
3174
|
#
|
3707
3175
|
# @!attribute [rw] max_results
|
3708
3176
|
# The maximum number of service instances to list.
|
@@ -3718,12 +3186,30 @@ module Aws::Proton
|
|
3718
3186
|
# The name of the service that the service instance belongs to.
|
3719
3187
|
# @return [String]
|
3720
3188
|
#
|
3189
|
+
# @!attribute [rw] sort_by
|
3190
|
+
# The field that the result list is sorted by.
|
3191
|
+
#
|
3192
|
+
# When you choose to sort by `serviceName`, service instances within
|
3193
|
+
# each service are sorted by service instance name.
|
3194
|
+
#
|
3195
|
+
# Default: `serviceName`
|
3196
|
+
# @return [String]
|
3197
|
+
#
|
3198
|
+
# @!attribute [rw] sort_order
|
3199
|
+
# Result list sort order.
|
3200
|
+
#
|
3201
|
+
# Default: `ASCENDING`
|
3202
|
+
# @return [String]
|
3203
|
+
#
|
3721
3204
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListServiceInstancesInput AWS API Documentation
|
3722
3205
|
#
|
3723
3206
|
class ListServiceInstancesInput < Struct.new(
|
3207
|
+
:filters,
|
3724
3208
|
:max_results,
|
3725
3209
|
:next_token,
|
3726
|
-
:service_name
|
3210
|
+
:service_name,
|
3211
|
+
:sort_by,
|
3212
|
+
:sort_order)
|
3727
3213
|
SENSITIVE = []
|
3728
3214
|
include Aws::Structure
|
3729
3215
|
end
|
@@ -3747,14 +3233,6 @@ module Aws::Proton
|
|
3747
3233
|
include Aws::Structure
|
3748
3234
|
end
|
3749
3235
|
|
3750
|
-
# @note When making an API call, you may pass ListServicePipelineOutputsInput
|
3751
|
-
# data as a hash:
|
3752
|
-
#
|
3753
|
-
# {
|
3754
|
-
# next_token: "EmptyNextToken",
|
3755
|
-
# service_name: "ResourceName", # required
|
3756
|
-
# }
|
3757
|
-
#
|
3758
3236
|
# @!attribute [rw] next_token
|
3759
3237
|
# A token that indicates the location of the next output in the array
|
3760
3238
|
# of outputs, after the list of outputs that was previously requested.
|
@@ -3791,14 +3269,6 @@ module Aws::Proton
|
|
3791
3269
|
include Aws::Structure
|
3792
3270
|
end
|
3793
3271
|
|
3794
|
-
# @note When making an API call, you may pass ListServicePipelineProvisionedResourcesInput
|
3795
|
-
# data as a hash:
|
3796
|
-
#
|
3797
|
-
# {
|
3798
|
-
# next_token: "EmptyNextToken",
|
3799
|
-
# service_name: "ResourceName", # required
|
3800
|
-
# }
|
3801
|
-
#
|
3802
3272
|
# @!attribute [rw] next_token
|
3803
3273
|
# A token that indicates the location of the next provisioned resource
|
3804
3274
|
# in the array of provisioned resources, after the list of provisioned
|
@@ -3838,16 +3308,6 @@ module Aws::Proton
|
|
3838
3308
|
include Aws::Structure
|
3839
3309
|
end
|
3840
3310
|
|
3841
|
-
# @note When making an API call, you may pass ListServiceTemplateVersionsInput
|
3842
|
-
# data as a hash:
|
3843
|
-
#
|
3844
|
-
# {
|
3845
|
-
# major_version: "TemplateVersionPart",
|
3846
|
-
# max_results: 1,
|
3847
|
-
# next_token: "NextToken",
|
3848
|
-
# template_name: "ResourceName", # required
|
3849
|
-
# }
|
3850
|
-
#
|
3851
3311
|
# @!attribute [rw] major_version
|
3852
3312
|
# To view a list of minor of versions under a major version of a
|
3853
3313
|
# service template, include `major Version`.
|
@@ -3904,14 +3364,6 @@ module Aws::Proton
|
|
3904
3364
|
include Aws::Structure
|
3905
3365
|
end
|
3906
3366
|
|
3907
|
-
# @note When making an API call, you may pass ListServiceTemplatesInput
|
3908
|
-
# data as a hash:
|
3909
|
-
#
|
3910
|
-
# {
|
3911
|
-
# max_results: 1,
|
3912
|
-
# next_token: "NextToken",
|
3913
|
-
# }
|
3914
|
-
#
|
3915
3367
|
# @!attribute [rw] max_results
|
3916
3368
|
# The maximum number of service templates to list.
|
3917
3369
|
# @return [Integer]
|
@@ -3950,14 +3402,6 @@ module Aws::Proton
|
|
3950
3402
|
include Aws::Structure
|
3951
3403
|
end
|
3952
3404
|
|
3953
|
-
# @note When making an API call, you may pass ListServicesInput
|
3954
|
-
# data as a hash:
|
3955
|
-
#
|
3956
|
-
# {
|
3957
|
-
# max_results: 1,
|
3958
|
-
# next_token: "NextToken",
|
3959
|
-
# }
|
3960
|
-
#
|
3961
3405
|
# @!attribute [rw] max_results
|
3962
3406
|
# The maximum number of services to list.
|
3963
3407
|
# @return [Integer]
|
@@ -3995,15 +3439,6 @@ module Aws::Proton
|
|
3995
3439
|
include Aws::Structure
|
3996
3440
|
end
|
3997
3441
|
|
3998
|
-
# @note When making an API call, you may pass ListTagsForResourceInput
|
3999
|
-
# data as a hash:
|
4000
|
-
#
|
4001
|
-
# {
|
4002
|
-
# max_results: 1,
|
4003
|
-
# next_token: "String",
|
4004
|
-
# resource_arn: "Arn", # required
|
4005
|
-
# }
|
4006
|
-
#
|
4007
3442
|
# @!attribute [rw] max_results
|
4008
3443
|
# The maximum number of tags to list.
|
4009
3444
|
# @return [Integer]
|
@@ -4047,38 +3482,17 @@ module Aws::Proton
|
|
4047
3482
|
include Aws::Structure
|
4048
3483
|
end
|
4049
3484
|
|
4050
|
-
# @note When making an API call, you may pass NotifyResourceDeploymentStatusChangeInput
|
4051
|
-
# data as a hash:
|
4052
|
-
#
|
4053
|
-
# {
|
4054
|
-
# deployment_id: "DeploymentId",
|
4055
|
-
# outputs: [
|
4056
|
-
# {
|
4057
|
-
# key: "OutputKey",
|
4058
|
-
# value_string: "OutputValueString",
|
4059
|
-
# },
|
4060
|
-
# ],
|
4061
|
-
# resource_arn: "Arn", # required
|
4062
|
-
# status: "IN_PROGRESS", # accepts IN_PROGRESS, FAILED, SUCCEEDED
|
4063
|
-
# status_message: "NotifyResourceDeploymentStatusChangeInputStatusMessageString",
|
4064
|
-
# }
|
4065
|
-
#
|
4066
3485
|
# @!attribute [rw] deployment_id
|
4067
|
-
# The deployment ID for your provisioned resource.
|
4068
|
-
# disambiguate different deployments of the resource. Applicable to
|
4069
|
-
# [self-managed provisioning][1].
|
4070
|
-
#
|
4071
|
-
#
|
4072
|
-
#
|
4073
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self
|
3486
|
+
# The deployment ID for your provisioned resource.
|
4074
3487
|
# @return [String]
|
4075
3488
|
#
|
4076
3489
|
# @!attribute [rw] outputs
|
4077
|
-
# The
|
3490
|
+
# The provisioned resource state change detail data that's returned
|
3491
|
+
# by Proton.
|
4078
3492
|
# @return [Array<Types::Output>]
|
4079
3493
|
#
|
4080
3494
|
# @!attribute [rw] resource_arn
|
4081
|
-
# The Amazon Resource Name (ARN)
|
3495
|
+
# The provisioned resource Amazon Resource Name (ARN).
|
4082
3496
|
# @return [String]
|
4083
3497
|
#
|
4084
3498
|
# @!attribute [rw] status
|
@@ -4107,14 +3521,6 @@ module Aws::Proton
|
|
4107
3521
|
|
4108
3522
|
# An infrastructure as code defined resource output.
|
4109
3523
|
#
|
4110
|
-
# @note When making an API call, you may pass Output
|
4111
|
-
# data as a hash:
|
4112
|
-
#
|
4113
|
-
# {
|
4114
|
-
# key: "OutputKey",
|
4115
|
-
# value_string: "OutputValueString",
|
4116
|
-
# }
|
4117
|
-
#
|
4118
3524
|
# @!attribute [rw] key
|
4119
3525
|
# The output key.
|
4120
3526
|
# @return [String]
|
@@ -4165,13 +3571,6 @@ module Aws::Proton
|
|
4165
3571
|
include Aws::Structure
|
4166
3572
|
end
|
4167
3573
|
|
4168
|
-
# @note When making an API call, you may pass RejectEnvironmentAccountConnectionInput
|
4169
|
-
# data as a hash:
|
4170
|
-
#
|
4171
|
-
# {
|
4172
|
-
# id: "EnvironmentAccountConnectionId", # required
|
4173
|
-
# }
|
4174
|
-
#
|
4175
3574
|
# @!attribute [rw] id
|
4176
3575
|
# The ID of the environment account connection to reject.
|
4177
3576
|
# @return [String]
|
@@ -4264,15 +3663,6 @@ module Aws::Proton
|
|
4264
3663
|
|
4265
3664
|
# Detail input data for a linked repository branch.
|
4266
3665
|
#
|
4267
|
-
# @note When making an API call, you may pass RepositoryBranchInput
|
4268
|
-
# data as a hash:
|
4269
|
-
#
|
4270
|
-
# {
|
4271
|
-
# branch: "GitBranchName", # required
|
4272
|
-
# name: "RepositoryName", # required
|
4273
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
4274
|
-
# }
|
4275
|
-
#
|
4276
3666
|
# @!attribute [rw] branch
|
4277
3667
|
# The repository branch.
|
4278
3668
|
# @return [String]
|
@@ -4523,14 +3913,6 @@ module Aws::Proton
|
|
4523
3913
|
|
4524
3914
|
# Template bundle S3 bucket data.
|
4525
3915
|
#
|
4526
|
-
# @note When making an API call, you may pass S3ObjectSource
|
4527
|
-
# data as a hash:
|
4528
|
-
#
|
4529
|
-
# {
|
4530
|
-
# bucket: "S3Bucket", # required
|
4531
|
-
# key: "S3Key", # required
|
4532
|
-
# }
|
4533
|
-
#
|
4534
3916
|
# @!attribute [rw] bucket
|
4535
3917
|
# The name of the S3 bucket that contains a template bundle.
|
4536
3918
|
# @return [String]
|
@@ -5163,14 +4545,6 @@ module Aws::Proton
|
|
5163
4545
|
|
5164
4546
|
# A description of a resource tag.
|
5165
4547
|
#
|
5166
|
-
# @note When making an API call, you may pass Tag
|
5167
|
-
# data as a hash:
|
5168
|
-
#
|
5169
|
-
# {
|
5170
|
-
# key: "TagKey", # required
|
5171
|
-
# value: "TagValue", # required
|
5172
|
-
# }
|
5173
|
-
#
|
5174
4548
|
# @!attribute [rw] key
|
5175
4549
|
# The key of the resource tag.
|
5176
4550
|
# @return [String]
|
@@ -5188,19 +4562,6 @@ module Aws::Proton
|
|
5188
4562
|
include Aws::Structure
|
5189
4563
|
end
|
5190
4564
|
|
5191
|
-
# @note When making an API call, you may pass TagResourceInput
|
5192
|
-
# data as a hash:
|
5193
|
-
#
|
5194
|
-
# {
|
5195
|
-
# resource_arn: "Arn", # required
|
5196
|
-
# tags: [ # required
|
5197
|
-
# {
|
5198
|
-
# key: "TagKey", # required
|
5199
|
-
# value: "TagValue", # required
|
5200
|
-
# },
|
5201
|
-
# ],
|
5202
|
-
# }
|
5203
|
-
#
|
5204
4565
|
# @!attribute [rw] resource_arn
|
5205
4566
|
# The Amazon Resource Name (ARN) of the Proton resource to apply
|
5206
4567
|
# customer tags to.
|
@@ -5297,14 +4658,6 @@ module Aws::Proton
|
|
5297
4658
|
include Aws::Structure
|
5298
4659
|
end
|
5299
4660
|
|
5300
|
-
# @note When making an API call, you may pass UntagResourceInput
|
5301
|
-
# data as a hash:
|
5302
|
-
#
|
5303
|
-
# {
|
5304
|
-
# resource_arn: "Arn", # required
|
5305
|
-
# tag_keys: ["TagKey"], # required
|
5306
|
-
# }
|
5307
|
-
#
|
5308
4661
|
# @!attribute [rw] resource_arn
|
5309
4662
|
# The Amazon Resource Name (ARN) of the resource to remove customer
|
5310
4663
|
# tags from.
|
@@ -5328,20 +4681,6 @@ module Aws::Proton
|
|
5328
4681
|
#
|
5329
4682
|
class UntagResourceOutput < Aws::EmptyStructure; end
|
5330
4683
|
|
5331
|
-
# @note When making an API call, you may pass UpdateAccountSettingsInput
|
5332
|
-
# data as a hash:
|
5333
|
-
#
|
5334
|
-
# {
|
5335
|
-
# delete_pipeline_provisioning_repository: false,
|
5336
|
-
# pipeline_codebuild_role_arn: "RoleArnOrEmptyString",
|
5337
|
-
# pipeline_provisioning_repository: {
|
5338
|
-
# branch: "GitBranchName", # required
|
5339
|
-
# name: "RepositoryName", # required
|
5340
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
5341
|
-
# },
|
5342
|
-
# pipeline_service_role_arn: "RoleArnOrEmptyString",
|
5343
|
-
# }
|
5344
|
-
#
|
5345
4684
|
# @!attribute [rw] delete_pipeline_provisioning_repository
|
5346
4685
|
# Set to `true` to remove a configured pipeline repository from the
|
5347
4686
|
# account settings. Don't set this field if you are updating the
|
@@ -5399,19 +4738,6 @@ module Aws::Proton
|
|
5399
4738
|
include Aws::Structure
|
5400
4739
|
end
|
5401
4740
|
|
5402
|
-
# @note When making an API call, you may pass UpdateComponentInput
|
5403
|
-
# data as a hash:
|
5404
|
-
#
|
5405
|
-
# {
|
5406
|
-
# deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION
|
5407
|
-
# description: "Description",
|
5408
|
-
# name: "ResourceName", # required
|
5409
|
-
# service_instance_name: "ResourceNameOrEmpty",
|
5410
|
-
# service_name: "ResourceNameOrEmpty",
|
5411
|
-
# service_spec: "SpecContents",
|
5412
|
-
# template_file: "TemplateFileContents",
|
5413
|
-
# }
|
5414
|
-
#
|
5415
4741
|
# @!attribute [rw] deployment_type
|
5416
4742
|
# The deployment type. It defines the mode for updating a component,
|
5417
4743
|
# as follows:
|
@@ -5501,16 +4827,6 @@ module Aws::Proton
|
|
5501
4827
|
include Aws::Structure
|
5502
4828
|
end
|
5503
4829
|
|
5504
|
-
# @note When making an API call, you may pass UpdateEnvironmentAccountConnectionInput
|
5505
|
-
# data as a hash:
|
5506
|
-
#
|
5507
|
-
# {
|
5508
|
-
# codebuild_role_arn: "RoleArn",
|
5509
|
-
# component_role_arn: "RoleArn",
|
5510
|
-
# id: "EnvironmentAccountConnectionId", # required
|
5511
|
-
# role_arn: "RoleArn",
|
5512
|
-
# }
|
5513
|
-
#
|
5514
4830
|
# @!attribute [rw] codebuild_role_arn
|
5515
4831
|
# The Amazon Resource Name (ARN) of an IAM service role in the
|
5516
4832
|
# environment account. Proton uses this role to provision
|
@@ -5541,11 +4857,8 @@ module Aws::Proton
|
|
5541
4857
|
# @return [String]
|
5542
4858
|
#
|
5543
4859
|
# @!attribute [rw] role_arn
|
5544
|
-
# The Amazon Resource Name (ARN) of
|
5545
|
-
#
|
5546
|
-
# infrastructure resources using Amazon Web Services-managed
|
5547
|
-
# provisioning and CloudFormation in the associated environment
|
5548
|
-
# account.
|
4860
|
+
# The Amazon Resource Name (ARN) of the IAM service role that's
|
4861
|
+
# associated with the environment account connection to update.
|
5549
4862
|
# @return [String]
|
5550
4863
|
#
|
5551
4864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateEnvironmentAccountConnectionInput AWS API Documentation
|
@@ -5572,27 +4885,6 @@ module Aws::Proton
|
|
5572
4885
|
include Aws::Structure
|
5573
4886
|
end
|
5574
4887
|
|
5575
|
-
# @note When making an API call, you may pass UpdateEnvironmentInput
|
5576
|
-
# data as a hash:
|
5577
|
-
#
|
5578
|
-
# {
|
5579
|
-
# codebuild_role_arn: "RoleArn",
|
5580
|
-
# component_role_arn: "RoleArn",
|
5581
|
-
# deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
|
5582
|
-
# description: "Description",
|
5583
|
-
# environment_account_connection_id: "EnvironmentAccountConnectionId",
|
5584
|
-
# name: "ResourceName", # required
|
5585
|
-
# proton_service_role_arn: "Arn",
|
5586
|
-
# provisioning_repository: {
|
5587
|
-
# branch: "GitBranchName", # required
|
5588
|
-
# name: "RepositoryName", # required
|
5589
|
-
# provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
5590
|
-
# },
|
5591
|
-
# spec: "SpecContents",
|
5592
|
-
# template_major_version: "TemplateVersionPart",
|
5593
|
-
# template_minor_version: "TemplateVersionPart",
|
5594
|
-
# }
|
5595
|
-
#
|
5596
4888
|
# @!attribute [rw] codebuild_role_arn
|
5597
4889
|
# The Amazon Resource Name (ARN) of the IAM service role that allows
|
5598
4890
|
# Proton to provision infrastructure using CodeBuild-based
|
@@ -5661,20 +4953,12 @@ module Aws::Proton
|
|
5661
4953
|
# @return [String]
|
5662
4954
|
#
|
5663
4955
|
# @!attribute [rw] environment_account_connection_id
|
5664
|
-
# The ID of the environment account connection
|
5665
|
-
# want Proton to provision infrastructure resources for your
|
5666
|
-
# environment or for any of the service instances running in it in an
|
5667
|
-
# environment account. For more information, see [Environment account
|
5668
|
-
# connections][1] in the *Proton User guide*.
|
4956
|
+
# The ID of the environment account connection.
|
5669
4957
|
#
|
5670
4958
|
# You can only update to a new environment account connection if it
|
5671
4959
|
# was created in the same environment account that the current
|
5672
4960
|
# environment account connection was created in and is associated with
|
5673
4961
|
# the current environment.
|
5674
|
-
#
|
5675
|
-
#
|
5676
|
-
#
|
5677
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html
|
5678
4962
|
# @return [String]
|
5679
4963
|
#
|
5680
4964
|
# @!attribute [rw] name
|
@@ -5682,9 +4966,8 @@ module Aws::Proton
|
|
5682
4966
|
# @return [String]
|
5683
4967
|
#
|
5684
4968
|
# @!attribute [rw] proton_service_role_arn
|
5685
|
-
# The Amazon Resource Name (ARN) of the
|
5686
|
-
# Proton to
|
5687
|
-
# provisioning and CloudFormation on your behalf.
|
4969
|
+
# The Amazon Resource Name (ARN) of the Proton service role that
|
4970
|
+
# allows Proton to make API calls to other services your behalf.
|
5688
4971
|
# @return [String]
|
5689
4972
|
#
|
5690
4973
|
# @!attribute [rw] provisioning_repository
|
@@ -5736,15 +5019,6 @@ module Aws::Proton
|
|
5736
5019
|
include Aws::Structure
|
5737
5020
|
end
|
5738
5021
|
|
5739
|
-
# @note When making an API call, you may pass UpdateEnvironmentTemplateInput
|
5740
|
-
# data as a hash:
|
5741
|
-
#
|
5742
|
-
# {
|
5743
|
-
# description: "Description",
|
5744
|
-
# display_name: "DisplayName",
|
5745
|
-
# name: "ResourceName", # required
|
5746
|
-
# }
|
5747
|
-
#
|
5748
5022
|
# @!attribute [rw] description
|
5749
5023
|
# A description of the environment template update.
|
5750
5024
|
# @return [String]
|
@@ -5780,17 +5054,6 @@ module Aws::Proton
|
|
5780
5054
|
include Aws::Structure
|
5781
5055
|
end
|
5782
5056
|
|
5783
|
-
# @note When making an API call, you may pass UpdateEnvironmentTemplateVersionInput
|
5784
|
-
# data as a hash:
|
5785
|
-
#
|
5786
|
-
# {
|
5787
|
-
# description: "Description",
|
5788
|
-
# major_version: "TemplateVersionPart", # required
|
5789
|
-
# minor_version: "TemplateVersionPart", # required
|
5790
|
-
# status: "REGISTRATION_IN_PROGRESS", # accepts REGISTRATION_IN_PROGRESS, REGISTRATION_FAILED, DRAFT, PUBLISHED
|
5791
|
-
# template_name: "ResourceName", # required
|
5792
|
-
# }
|
5793
|
-
#
|
5794
5057
|
# @!attribute [rw] description
|
5795
5058
|
# A description of environment template version to update.
|
5796
5059
|
# @return [String]
|
@@ -5838,15 +5101,6 @@ module Aws::Proton
|
|
5838
5101
|
include Aws::Structure
|
5839
5102
|
end
|
5840
5103
|
|
5841
|
-
# @note When making an API call, you may pass UpdateServiceInput
|
5842
|
-
# data as a hash:
|
5843
|
-
#
|
5844
|
-
# {
|
5845
|
-
# description: "Description",
|
5846
|
-
# name: "ResourceName", # required
|
5847
|
-
# spec: "SpecContents",
|
5848
|
-
# }
|
5849
|
-
#
|
5850
5104
|
# @!attribute [rw] description
|
5851
5105
|
# The edited service description.
|
5852
5106
|
# @return [String]
|
@@ -5877,18 +5131,6 @@ module Aws::Proton
|
|
5877
5131
|
include Aws::Structure
|
5878
5132
|
end
|
5879
5133
|
|
5880
|
-
# @note When making an API call, you may pass UpdateServiceInstanceInput
|
5881
|
-
# data as a hash:
|
5882
|
-
#
|
5883
|
-
# {
|
5884
|
-
# deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
|
5885
|
-
# name: "ResourceName", # required
|
5886
|
-
# service_name: "ResourceName", # required
|
5887
|
-
# spec: "SpecContents",
|
5888
|
-
# template_major_version: "TemplateVersionPart",
|
5889
|
-
# template_minor_version: "TemplateVersionPart",
|
5890
|
-
# }
|
5891
|
-
#
|
5892
5134
|
# @!attribute [rw] deployment_type
|
5893
5135
|
# The deployment type. It defines the mode for updating a service
|
5894
5136
|
# instance, as follows:
|
@@ -5987,17 +5229,6 @@ module Aws::Proton
|
|
5987
5229
|
include Aws::Structure
|
5988
5230
|
end
|
5989
5231
|
|
5990
|
-
# @note When making an API call, you may pass UpdateServicePipelineInput
|
5991
|
-
# data as a hash:
|
5992
|
-
#
|
5993
|
-
# {
|
5994
|
-
# deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
|
5995
|
-
# service_name: "ResourceName", # required
|
5996
|
-
# spec: "SpecContents", # required
|
5997
|
-
# template_major_version: "TemplateVersionPart",
|
5998
|
-
# template_minor_version: "TemplateVersionPart",
|
5999
|
-
# }
|
6000
|
-
#
|
6001
5232
|
# @!attribute [rw] deployment_type
|
6002
5233
|
# The deployment type.
|
6003
5234
|
#
|
@@ -6082,15 +5313,6 @@ module Aws::Proton
|
|
6082
5313
|
include Aws::Structure
|
6083
5314
|
end
|
6084
5315
|
|
6085
|
-
# @note When making an API call, you may pass UpdateServiceTemplateInput
|
6086
|
-
# data as a hash:
|
6087
|
-
#
|
6088
|
-
# {
|
6089
|
-
# description: "Description",
|
6090
|
-
# display_name: "DisplayName",
|
6091
|
-
# name: "ResourceName", # required
|
6092
|
-
# }
|
6093
|
-
#
|
6094
5316
|
# @!attribute [rw] description
|
6095
5317
|
# A description of the service template update.
|
6096
5318
|
# @return [String]
|
@@ -6126,24 +5348,6 @@ module Aws::Proton
|
|
6126
5348
|
include Aws::Structure
|
6127
5349
|
end
|
6128
5350
|
|
6129
|
-
# @note When making an API call, you may pass UpdateServiceTemplateVersionInput
|
6130
|
-
# data as a hash:
|
6131
|
-
#
|
6132
|
-
# {
|
6133
|
-
# compatible_environment_templates: [
|
6134
|
-
# {
|
6135
|
-
# major_version: "TemplateVersionPart", # required
|
6136
|
-
# template_name: "ResourceName", # required
|
6137
|
-
# },
|
6138
|
-
# ],
|
6139
|
-
# description: "Description",
|
6140
|
-
# major_version: "TemplateVersionPart", # required
|
6141
|
-
# minor_version: "TemplateVersionPart", # required
|
6142
|
-
# status: "REGISTRATION_IN_PROGRESS", # accepts REGISTRATION_IN_PROGRESS, REGISTRATION_FAILED, DRAFT, PUBLISHED
|
6143
|
-
# supported_component_sources: ["DIRECTLY_DEFINED"], # accepts DIRECTLY_DEFINED
|
6144
|
-
# template_name: "ResourceName", # required
|
6145
|
-
# }
|
6146
|
-
#
|
6147
5351
|
# @!attribute [rw] compatible_environment_templates
|
6148
5352
|
# An array of environment template objects that are compatible with
|
6149
5353
|
# this service template version. A service instance based on this
|
@@ -6218,18 +5422,6 @@ module Aws::Proton
|
|
6218
5422
|
include Aws::Structure
|
6219
5423
|
end
|
6220
5424
|
|
6221
|
-
# @note When making an API call, you may pass UpdateTemplateSyncConfigInput
|
6222
|
-
# data as a hash:
|
6223
|
-
#
|
6224
|
-
# {
|
6225
|
-
# branch: "GitBranchName", # required
|
6226
|
-
# repository_name: "RepositoryName", # required
|
6227
|
-
# repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
|
6228
|
-
# subdirectory: "Subdirectory",
|
6229
|
-
# template_name: "ResourceName", # required
|
6230
|
-
# template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
|
6231
|
-
# }
|
6232
|
-
#
|
6233
5425
|
# @!attribute [rw] branch
|
6234
5426
|
# The repository branch for your template.
|
6235
5427
|
# @return [String]
|