aws-sdk-proton 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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]
@@ -88,13 +81,6 @@ module Aws::Proton
88
81
  include Aws::Structure
89
82
  end
90
83
 
91
- # @note When making an API call, you may pass CancelComponentDeploymentInput
92
- # data as a hash:
93
- #
94
- # {
95
- # component_name: "ResourceName", # required
96
- # }
97
- #
98
84
  # @!attribute [rw] component_name
99
85
  # The name of the component with the deployment to cancel.
100
86
  # @return [String]
@@ -120,13 +106,6 @@ module Aws::Proton
120
106
  include Aws::Structure
121
107
  end
122
108
 
123
- # @note When making an API call, you may pass CancelEnvironmentDeploymentInput
124
- # data as a hash:
125
- #
126
- # {
127
- # environment_name: "ResourceName", # required
128
- # }
129
- #
130
109
  # @!attribute [rw] environment_name
131
110
  # The name of the environment with the deployment to cancel.
132
111
  # @return [String]
@@ -151,14 +130,6 @@ module Aws::Proton
151
130
  include Aws::Structure
152
131
  end
153
132
 
154
- # @note When making an API call, you may pass CancelServiceInstanceDeploymentInput
155
- # data as a hash:
156
- #
157
- # {
158
- # service_instance_name: "ResourceName", # required
159
- # service_name: "ResourceName", # required
160
- # }
161
- #
162
133
  # @!attribute [rw] service_instance_name
163
134
  # The name of the service instance with the deployment to cancel.
164
135
  # @return [String]
@@ -189,13 +160,6 @@ module Aws::Proton
189
160
  include Aws::Structure
190
161
  end
191
162
 
192
- # @note When making an API call, you may pass CancelServicePipelineDeploymentInput
193
- # data as a hash:
194
- #
195
- # {
196
- # service_name: "ResourceName", # required
197
- # }
198
- #
199
163
  # @!attribute [rw] service_name
200
164
  # The name of the service with the service pipeline deployment to
201
165
  # cancel.
@@ -242,14 +206,6 @@ module Aws::Proton
242
206
 
243
207
  # Compatible environment template data.
244
208
  #
245
- # @note When making an API call, you may pass CompatibleEnvironmentTemplateInput
246
- # data as a hash:
247
- #
248
- # {
249
- # major_version: "TemplateVersionPart", # required
250
- # template_name: "ResourceName", # required
251
- # }
252
- #
253
209
  # @!attribute [rw] major_version
254
210
  # The major version of the compatible environment template.
255
211
  # @return [String]
@@ -440,26 +396,6 @@ module Aws::Proton
440
396
  include Aws::Structure
441
397
  end
442
398
 
443
- # @note When making an API call, you may pass CreateComponentInput
444
- # data as a hash:
445
- #
446
- # {
447
- # description: "Description",
448
- # environment_name: "ResourceName",
449
- # manifest: "TemplateManifestContents", # required
450
- # name: "ResourceName", # required
451
- # service_instance_name: "ResourceName",
452
- # service_name: "ResourceName",
453
- # service_spec: "SpecContents",
454
- # tags: [
455
- # {
456
- # key: "TagKey", # required
457
- # value: "TagValue", # required
458
- # },
459
- # ],
460
- # template_file: "TemplateFileContents", # required
461
- # }
462
- #
463
399
  # @!attribute [rw] description
464
400
  # An optional customer-provided description of the component.
465
401
  # @return [String]
@@ -550,24 +486,6 @@ module Aws::Proton
550
486
  include Aws::Structure
551
487
  end
552
488
 
553
- # @note When making an API call, you may pass CreateEnvironmentAccountConnectionInput
554
- # data as a hash:
555
- #
556
- # {
557
- # client_token: "ClientToken",
558
- # codebuild_role_arn: "RoleArn",
559
- # component_role_arn: "RoleArn",
560
- # environment_name: "ResourceName", # required
561
- # management_account_id: "AwsAccountId", # required
562
- # role_arn: "RoleArn", # required
563
- # tags: [
564
- # {
565
- # key: "TagKey", # required
566
- # value: "TagValue", # required
567
- # },
568
- # ],
569
- # }
570
- #
571
489
  # @!attribute [rw] client_token
572
490
  # When included, if two identical requests are made with the same
573
491
  # client token, Proton returns the environment account connection that
@@ -662,33 +580,6 @@ module Aws::Proton
662
580
  include Aws::Structure
663
581
  end
664
582
 
665
- # @note When making an API call, you may pass CreateEnvironmentInput
666
- # data as a hash:
667
- #
668
- # {
669
- # codebuild_role_arn: "RoleArn",
670
- # component_role_arn: "RoleArn",
671
- # description: "Description",
672
- # environment_account_connection_id: "EnvironmentAccountConnectionId",
673
- # name: "ResourceName", # required
674
- # proton_service_role_arn: "Arn",
675
- # provisioning_repository: {
676
- # branch: "GitBranchName", # required
677
- # name: "RepositoryName", # required
678
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
679
- # },
680
- # spec: "SpecContents", # required
681
- # tags: [
682
- # {
683
- # key: "TagKey", # required
684
- # value: "TagValue", # required
685
- # },
686
- # ],
687
- # template_major_version: "TemplateVersionPart", # required
688
- # template_minor_version: "TemplateVersionPart",
689
- # template_name: "ResourceName", # required
690
- # }
691
- #
692
583
  # @!attribute [rw] codebuild_role_arn
693
584
  # The Amazon Resource Name (ARN) of the IAM service role that allows
694
585
  # Proton to provision infrastructure using CodeBuild-based
@@ -831,23 +722,6 @@ module Aws::Proton
831
722
  include Aws::Structure
832
723
  end
833
724
 
834
- # @note When making an API call, you may pass CreateEnvironmentTemplateInput
835
- # data as a hash:
836
- #
837
- # {
838
- # description: "Description",
839
- # display_name: "DisplayName",
840
- # encryption_key: "Arn",
841
- # name: "ResourceName", # required
842
- # provisioning: "CUSTOMER_MANAGED", # accepts CUSTOMER_MANAGED
843
- # tags: [
844
- # {
845
- # key: "TagKey", # required
846
- # value: "TagValue", # required
847
- # },
848
- # ],
849
- # }
850
- #
851
725
  # @!attribute [rw] description
852
726
  # A description of the environment template.
853
727
  # @return [String]
@@ -907,28 +781,6 @@ module Aws::Proton
907
781
  include Aws::Structure
908
782
  end
909
783
 
910
- # @note When making an API call, you may pass CreateEnvironmentTemplateVersionInput
911
- # data as a hash:
912
- #
913
- # {
914
- # client_token: "ClientToken",
915
- # description: "Description",
916
- # major_version: "TemplateVersionPart",
917
- # source: { # required
918
- # s3: {
919
- # bucket: "S3Bucket", # required
920
- # key: "S3Key", # required
921
- # },
922
- # },
923
- # tags: [
924
- # {
925
- # key: "TagKey", # required
926
- # value: "TagValue", # required
927
- # },
928
- # ],
929
- # template_name: "ResourceName", # required
930
- # }
931
- #
932
784
  # @!attribute [rw] client_token
933
785
  # When included, if two identical requests are made with the same
934
786
  # client token, Proton returns the environment template version that
@@ -996,22 +848,6 @@ module Aws::Proton
996
848
  include Aws::Structure
997
849
  end
998
850
 
999
- # @note When making an API call, you may pass CreateRepositoryInput
1000
- # data as a hash:
1001
- #
1002
- # {
1003
- # connection_arn: "Arn", # required
1004
- # encryption_key: "Arn",
1005
- # name: "RepositoryName", # required
1006
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
1007
- # tags: [
1008
- # {
1009
- # key: "TagKey", # required
1010
- # value: "TagValue", # required
1011
- # },
1012
- # ],
1013
- # }
1014
- #
1015
851
  # @!attribute [rw] connection_arn
1016
852
  # The Amazon Resource Name (ARN) of your AWS CodeStar connection that
1017
853
  # connects Proton to your repository provider account. For more
@@ -1072,27 +908,6 @@ module Aws::Proton
1072
908
  include Aws::Structure
1073
909
  end
1074
910
 
1075
- # @note When making an API call, you may pass CreateServiceInput
1076
- # data as a hash:
1077
- #
1078
- # {
1079
- # branch_name: "GitBranchName",
1080
- # description: "Description",
1081
- # name: "ResourceName", # required
1082
- # repository_connection_arn: "Arn",
1083
- # repository_id: "RepositoryId",
1084
- # spec: "SpecContents", # required
1085
- # tags: [
1086
- # {
1087
- # key: "TagKey", # required
1088
- # value: "TagValue", # required
1089
- # },
1090
- # ],
1091
- # template_major_version: "TemplateVersionPart", # required
1092
- # template_minor_version: "TemplateVersionPart",
1093
- # template_name: "ResourceName", # required
1094
- # }
1095
- #
1096
911
  # @!attribute [rw] branch_name
1097
912
  # The name of the code repository branch that holds the code that's
1098
913
  # deployed in Proton. *Don't* include this parameter if your service
@@ -1190,23 +1005,6 @@ module Aws::Proton
1190
1005
  include Aws::Structure
1191
1006
  end
1192
1007
 
1193
- # @note When making an API call, you may pass CreateServiceTemplateInput
1194
- # data as a hash:
1195
- #
1196
- # {
1197
- # description: "Description",
1198
- # display_name: "DisplayName",
1199
- # encryption_key: "Arn",
1200
- # name: "ResourceName", # required
1201
- # pipeline_provisioning: "CUSTOMER_MANAGED", # accepts CUSTOMER_MANAGED
1202
- # tags: [
1203
- # {
1204
- # key: "TagKey", # required
1205
- # value: "TagValue", # required
1206
- # },
1207
- # ],
1208
- # }
1209
- #
1210
1008
  # @!attribute [rw] description
1211
1009
  # A description of the service template.
1212
1010
  # @return [String]
@@ -1273,35 +1071,6 @@ module Aws::Proton
1273
1071
  include Aws::Structure
1274
1072
  end
1275
1073
 
1276
- # @note When making an API call, you may pass CreateServiceTemplateVersionInput
1277
- # data as a hash:
1278
- #
1279
- # {
1280
- # client_token: "ClientToken",
1281
- # compatible_environment_templates: [ # required
1282
- # {
1283
- # major_version: "TemplateVersionPart", # required
1284
- # template_name: "ResourceName", # required
1285
- # },
1286
- # ],
1287
- # description: "Description",
1288
- # major_version: "TemplateVersionPart",
1289
- # source: { # required
1290
- # s3: {
1291
- # bucket: "S3Bucket", # required
1292
- # key: "S3Key", # required
1293
- # },
1294
- # },
1295
- # supported_component_sources: ["DIRECTLY_DEFINED"], # accepts DIRECTLY_DEFINED
1296
- # tags: [
1297
- # {
1298
- # key: "TagKey", # required
1299
- # value: "TagValue", # required
1300
- # },
1301
- # ],
1302
- # template_name: "ResourceName", # required
1303
- # }
1304
- #
1305
1074
  # @!attribute [rw] client_token
1306
1075
  # When included, if two identical requests are made with the same
1307
1076
  # client token, Proton returns the service template version that the
@@ -1392,18 +1161,6 @@ module Aws::Proton
1392
1161
  include Aws::Structure
1393
1162
  end
1394
1163
 
1395
- # @note When making an API call, you may pass CreateTemplateSyncConfigInput
1396
- # data as a hash:
1397
- #
1398
- # {
1399
- # branch: "GitBranchName", # required
1400
- # repository_name: "RepositoryName", # required
1401
- # repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
1402
- # subdirectory: "Subdirectory",
1403
- # template_name: "ResourceName", # required
1404
- # template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
1405
- # }
1406
- #
1407
1164
  # @!attribute [rw] branch
1408
1165
  # The repository branch for your template.
1409
1166
  # @return [String]
@@ -1456,13 +1213,6 @@ module Aws::Proton
1456
1213
  include Aws::Structure
1457
1214
  end
1458
1215
 
1459
- # @note When making an API call, you may pass DeleteComponentInput
1460
- # data as a hash:
1461
- #
1462
- # {
1463
- # name: "ResourceName", # required
1464
- # }
1465
- #
1466
1216
  # @!attribute [rw] name
1467
1217
  # The name of the component to delete.
1468
1218
  # @return [String]
@@ -1487,13 +1237,6 @@ module Aws::Proton
1487
1237
  include Aws::Structure
1488
1238
  end
1489
1239
 
1490
- # @note When making an API call, you may pass DeleteEnvironmentAccountConnectionInput
1491
- # data as a hash:
1492
- #
1493
- # {
1494
- # id: "EnvironmentAccountConnectionId", # required
1495
- # }
1496
- #
1497
1240
  # @!attribute [rw] id
1498
1241
  # The ID of the environment account connection to delete.
1499
1242
  # @return [String]
@@ -1519,13 +1262,6 @@ module Aws::Proton
1519
1262
  include Aws::Structure
1520
1263
  end
1521
1264
 
1522
- # @note When making an API call, you may pass DeleteEnvironmentInput
1523
- # data as a hash:
1524
- #
1525
- # {
1526
- # name: "ResourceName", # required
1527
- # }
1528
- #
1529
1265
  # @!attribute [rw] name
1530
1266
  # The name of the environment to delete.
1531
1267
  # @return [String]
@@ -1550,13 +1286,6 @@ module Aws::Proton
1550
1286
  include Aws::Structure
1551
1287
  end
1552
1288
 
1553
- # @note When making an API call, you may pass DeleteEnvironmentTemplateInput
1554
- # data as a hash:
1555
- #
1556
- # {
1557
- # name: "ResourceName", # required
1558
- # }
1559
- #
1560
1289
  # @!attribute [rw] name
1561
1290
  # The name of the environment template to delete.
1562
1291
  # @return [String]
@@ -1581,15 +1310,6 @@ module Aws::Proton
1581
1310
  include Aws::Structure
1582
1311
  end
1583
1312
 
1584
- # @note When making an API call, you may pass DeleteEnvironmentTemplateVersionInput
1585
- # data as a hash:
1586
- #
1587
- # {
1588
- # major_version: "TemplateVersionPart", # required
1589
- # minor_version: "TemplateVersionPart", # required
1590
- # template_name: "ResourceName", # required
1591
- # }
1592
- #
1593
1313
  # @!attribute [rw] major_version
1594
1314
  # The environment template major version to delete.
1595
1315
  # @return [String]
@@ -1624,14 +1344,6 @@ module Aws::Proton
1624
1344
  include Aws::Structure
1625
1345
  end
1626
1346
 
1627
- # @note When making an API call, you may pass DeleteRepositoryInput
1628
- # data as a hash:
1629
- #
1630
- # {
1631
- # name: "RepositoryName", # required
1632
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
1633
- # }
1634
- #
1635
1347
  # @!attribute [rw] name
1636
1348
  # The repository name.
1637
1349
  # @return [String]
@@ -1662,13 +1374,6 @@ module Aws::Proton
1662
1374
  include Aws::Structure
1663
1375
  end
1664
1376
 
1665
- # @note When making an API call, you may pass DeleteServiceInput
1666
- # data as a hash:
1667
- #
1668
- # {
1669
- # name: "ResourceName", # required
1670
- # }
1671
- #
1672
1377
  # @!attribute [rw] name
1673
1378
  # The name of the service to delete.
1674
1379
  # @return [String]
@@ -1693,13 +1398,6 @@ module Aws::Proton
1693
1398
  include Aws::Structure
1694
1399
  end
1695
1400
 
1696
- # @note When making an API call, you may pass DeleteServiceTemplateInput
1697
- # data as a hash:
1698
- #
1699
- # {
1700
- # name: "ResourceName", # required
1701
- # }
1702
- #
1703
1401
  # @!attribute [rw] name
1704
1402
  # The name of the service template to delete.
1705
1403
  # @return [String]
@@ -1724,15 +1422,6 @@ module Aws::Proton
1724
1422
  include Aws::Structure
1725
1423
  end
1726
1424
 
1727
- # @note When making an API call, you may pass DeleteServiceTemplateVersionInput
1728
- # data as a hash:
1729
- #
1730
- # {
1731
- # major_version: "TemplateVersionPart", # required
1732
- # minor_version: "TemplateVersionPart", # required
1733
- # template_name: "ResourceName", # required
1734
- # }
1735
- #
1736
1425
  # @!attribute [rw] major_version
1737
1426
  # The service template major version to delete.
1738
1427
  # @return [String]
@@ -1767,14 +1456,6 @@ module Aws::Proton
1767
1456
  include Aws::Structure
1768
1457
  end
1769
1458
 
1770
- # @note When making an API call, you may pass DeleteTemplateSyncConfigInput
1771
- # data as a hash:
1772
- #
1773
- # {
1774
- # template_name: "ResourceName", # required
1775
- # template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
1776
- # }
1777
- #
1778
1459
  # @!attribute [rw] template_name
1779
1460
  # The template name.
1780
1461
  # @return [String]
@@ -2261,14 +1942,6 @@ module Aws::Proton
2261
1942
 
2262
1943
  # A search filter for environment templates.
2263
1944
  #
2264
- # @note When making an API call, you may pass EnvironmentTemplateFilter
2265
- # data as a hash:
2266
- #
2267
- # {
2268
- # major_version: "TemplateVersionPart", # required
2269
- # template_name: "ResourceName", # required
2270
- # }
2271
- #
2272
1945
  # @!attribute [rw] major_version
2273
1946
  # Include `majorVersion` to filter search for a major version.
2274
1947
  # @return [String]
@@ -2485,13 +2158,6 @@ module Aws::Proton
2485
2158
  include Aws::Structure
2486
2159
  end
2487
2160
 
2488
- # @note When making an API call, you may pass GetComponentInput
2489
- # data as a hash:
2490
- #
2491
- # {
2492
- # name: "ResourceName", # required
2493
- # }
2494
- #
2495
2161
  # @!attribute [rw] name
2496
2162
  # The name of the component that you want to get the detailed data
2497
2163
  # for.
@@ -2517,13 +2183,6 @@ module Aws::Proton
2517
2183
  include Aws::Structure
2518
2184
  end
2519
2185
 
2520
- # @note When making an API call, you may pass GetEnvironmentAccountConnectionInput
2521
- # data as a hash:
2522
- #
2523
- # {
2524
- # id: "EnvironmentAccountConnectionId", # required
2525
- # }
2526
- #
2527
2186
  # @!attribute [rw] id
2528
2187
  # The ID of the environment account connection that you want to get
2529
2188
  # the detailed data for.
@@ -2549,13 +2208,6 @@ module Aws::Proton
2549
2208
  include Aws::Structure
2550
2209
  end
2551
2210
 
2552
- # @note When making an API call, you may pass GetEnvironmentInput
2553
- # data as a hash:
2554
- #
2555
- # {
2556
- # name: "ResourceName", # required
2557
- # }
2558
- #
2559
2211
  # @!attribute [rw] name
2560
2212
  # The name of the environment that you want to get the detailed data
2561
2213
  # for.
@@ -2581,13 +2233,6 @@ module Aws::Proton
2581
2233
  include Aws::Structure
2582
2234
  end
2583
2235
 
2584
- # @note When making an API call, you may pass GetEnvironmentTemplateInput
2585
- # data as a hash:
2586
- #
2587
- # {
2588
- # name: "ResourceName", # required
2589
- # }
2590
- #
2591
2236
  # @!attribute [rw] name
2592
2237
  # The name of the environment template that you want to get the
2593
2238
  # detailed data for.
@@ -2613,15 +2258,6 @@ module Aws::Proton
2613
2258
  include Aws::Structure
2614
2259
  end
2615
2260
 
2616
- # @note When making an API call, you may pass GetEnvironmentTemplateVersionInput
2617
- # data as a hash:
2618
- #
2619
- # {
2620
- # major_version: "TemplateVersionPart", # required
2621
- # minor_version: "TemplateVersionPart", # required
2622
- # template_name: "ResourceName", # required
2623
- # }
2624
- #
2625
2261
  # @!attribute [rw] major_version
2626
2262
  # To get environment template major version detail data, include
2627
2263
  # `major Version`.
@@ -2659,14 +2295,6 @@ module Aws::Proton
2659
2295
  include Aws::Structure
2660
2296
  end
2661
2297
 
2662
- # @note When making an API call, you may pass GetRepositoryInput
2663
- # data as a hash:
2664
- #
2665
- # {
2666
- # name: "RepositoryName", # required
2667
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
2668
- # }
2669
- #
2670
2298
  # @!attribute [rw] name
2671
2299
  # The repository name, for example `myrepos/myrepo`.
2672
2300
  # @return [String]
@@ -2696,16 +2324,6 @@ module Aws::Proton
2696
2324
  include Aws::Structure
2697
2325
  end
2698
2326
 
2699
- # @note When making an API call, you may pass GetRepositorySyncStatusInput
2700
- # data as a hash:
2701
- #
2702
- # {
2703
- # branch: "GitBranchName", # required
2704
- # repository_name: "RepositoryName", # required
2705
- # repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
2706
- # sync_type: "TEMPLATE_SYNC", # required, accepts TEMPLATE_SYNC
2707
- # }
2708
- #
2709
2327
  # @!attribute [rw] branch
2710
2328
  # The repository branch.
2711
2329
  # @return [String]
@@ -2745,13 +2363,6 @@ module Aws::Proton
2745
2363
  include Aws::Structure
2746
2364
  end
2747
2365
 
2748
- # @note When making an API call, you may pass GetServiceInput
2749
- # data as a hash:
2750
- #
2751
- # {
2752
- # name: "ResourceName", # required
2753
- # }
2754
- #
2755
2366
  # @!attribute [rw] name
2756
2367
  # The name of the service that you want to get the detailed data for.
2757
2368
  # @return [String]
@@ -2764,14 +2375,6 @@ module Aws::Proton
2764
2375
  include Aws::Structure
2765
2376
  end
2766
2377
 
2767
- # @note When making an API call, you may pass GetServiceInstanceInput
2768
- # data as a hash:
2769
- #
2770
- # {
2771
- # name: "ResourceName", # required
2772
- # service_name: "ResourceName", # required
2773
- # }
2774
- #
2775
2378
  # @!attribute [rw] name
2776
2379
  # The name of a service instance that you want to get the detailed
2777
2380
  # data for.
@@ -2814,13 +2417,6 @@ module Aws::Proton
2814
2417
  include Aws::Structure
2815
2418
  end
2816
2419
 
2817
- # @note When making an API call, you may pass GetServiceTemplateInput
2818
- # data as a hash:
2819
- #
2820
- # {
2821
- # name: "ResourceName", # required
2822
- # }
2823
- #
2824
2420
  # @!attribute [rw] name
2825
2421
  # The name of the service template that you want to get detailed data
2826
2422
  # for.
@@ -2846,15 +2442,6 @@ module Aws::Proton
2846
2442
  include Aws::Structure
2847
2443
  end
2848
2444
 
2849
- # @note When making an API call, you may pass GetServiceTemplateVersionInput
2850
- # data as a hash:
2851
- #
2852
- # {
2853
- # major_version: "TemplateVersionPart", # required
2854
- # minor_version: "TemplateVersionPart", # required
2855
- # template_name: "ResourceName", # required
2856
- # }
2857
- #
2858
2445
  # @!attribute [rw] major_version
2859
2446
  # To get service template major version detail data, include `major
2860
2447
  # Version`.
@@ -2892,14 +2479,6 @@ module Aws::Proton
2892
2479
  include Aws::Structure
2893
2480
  end
2894
2481
 
2895
- # @note When making an API call, you may pass GetTemplateSyncConfigInput
2896
- # data as a hash:
2897
- #
2898
- # {
2899
- # template_name: "ResourceName", # required
2900
- # template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
2901
- # }
2902
- #
2903
2482
  # @!attribute [rw] template_name
2904
2483
  # The template name.
2905
2484
  # @return [String]
@@ -2930,15 +2509,6 @@ module Aws::Proton
2930
2509
  include Aws::Structure
2931
2510
  end
2932
2511
 
2933
- # @note When making an API call, you may pass GetTemplateSyncStatusInput
2934
- # data as a hash:
2935
- #
2936
- # {
2937
- # template_name: "ResourceName", # required
2938
- # template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
2939
- # template_version: "TemplateVersionPart", # required
2940
- # }
2941
- #
2942
2512
  # @!attribute [rw] template_name
2943
2513
  # The template name.
2944
2514
  # @return [String]
@@ -2996,14 +2566,6 @@ module Aws::Proton
2996
2566
  include Aws::Structure
2997
2567
  end
2998
2568
 
2999
- # @note When making an API call, you may pass ListComponentOutputsInput
3000
- # data as a hash:
3001
- #
3002
- # {
3003
- # component_name: "ResourceName", # required
3004
- # next_token: "EmptyNextToken",
3005
- # }
3006
- #
3007
2569
  # @!attribute [rw] component_name
3008
2570
  # The name of the component whose outputs you want.
3009
2571
  # @return [String]
@@ -3040,14 +2602,6 @@ module Aws::Proton
3040
2602
  include Aws::Structure
3041
2603
  end
3042
2604
 
3043
- # @note When making an API call, you may pass ListComponentProvisionedResourcesInput
3044
- # data as a hash:
3045
- #
3046
- # {
3047
- # component_name: "ResourceName", # required
3048
- # next_token: "EmptyNextToken",
3049
- # }
3050
- #
3051
2605
  # @!attribute [rw] component_name
3052
2606
  # The name of the component whose provisioned resources you want.
3053
2607
  # @return [String]
@@ -3086,17 +2640,6 @@ module Aws::Proton
3086
2640
  include Aws::Structure
3087
2641
  end
3088
2642
 
3089
- # @note When making an API call, you may pass ListComponentsInput
3090
- # data as a hash:
3091
- #
3092
- # {
3093
- # environment_name: "ResourceName",
3094
- # max_results: 1,
3095
- # next_token: "NextToken",
3096
- # service_instance_name: "ResourceName",
3097
- # service_name: "ResourceName",
3098
- # }
3099
- #
3100
2643
  # @!attribute [rw] environment_name
3101
2644
  # The name of an environment for result list filtering. Proton returns
3102
2645
  # components associated with the environment or attached to service
@@ -3153,17 +2696,6 @@ module Aws::Proton
3153
2696
  include Aws::Structure
3154
2697
  end
3155
2698
 
3156
- # @note When making an API call, you may pass ListEnvironmentAccountConnectionsInput
3157
- # data as a hash:
3158
- #
3159
- # {
3160
- # environment_name: "ResourceName",
3161
- # max_results: 1,
3162
- # next_token: "NextToken",
3163
- # requested_by: "MANAGEMENT_ACCOUNT", # required, accepts MANAGEMENT_ACCOUNT, ENVIRONMENT_ACCOUNT
3164
- # statuses: ["PENDING"], # accepts PENDING, CONNECTED, REJECTED
3165
- # }
3166
- #
3167
2699
  # @!attribute [rw] environment_name
3168
2700
  # The environment name that's associated with each listed environment
3169
2701
  # account connection.
@@ -3221,14 +2753,6 @@ module Aws::Proton
3221
2753
  include Aws::Structure
3222
2754
  end
3223
2755
 
3224
- # @note When making an API call, you may pass ListEnvironmentOutputsInput
3225
- # data as a hash:
3226
- #
3227
- # {
3228
- # environment_name: "ResourceName", # required
3229
- # next_token: "EmptyNextToken",
3230
- # }
3231
- #
3232
2756
  # @!attribute [rw] environment_name
3233
2757
  # The environment name.
3234
2758
  # @return [String]
@@ -3267,14 +2791,6 @@ module Aws::Proton
3267
2791
  include Aws::Structure
3268
2792
  end
3269
2793
 
3270
- # @note When making an API call, you may pass ListEnvironmentProvisionedResourcesInput
3271
- # data as a hash:
3272
- #
3273
- # {
3274
- # environment_name: "ResourceName", # required
3275
- # next_token: "EmptyNextToken",
3276
- # }
3277
- #
3278
2794
  # @!attribute [rw] environment_name
3279
2795
  # The environment name.
3280
2796
  # @return [String]
@@ -3314,16 +2830,6 @@ module Aws::Proton
3314
2830
  include Aws::Structure
3315
2831
  end
3316
2832
 
3317
- # @note When making an API call, you may pass ListEnvironmentTemplateVersionsInput
3318
- # data as a hash:
3319
- #
3320
- # {
3321
- # major_version: "TemplateVersionPart",
3322
- # max_results: 1,
3323
- # next_token: "NextToken",
3324
- # template_name: "ResourceName", # required
3325
- # }
3326
- #
3327
2833
  # @!attribute [rw] major_version
3328
2834
  # To view a list of minor of versions under a major version of an
3329
2835
  # environment template, include `major Version`.
@@ -3380,14 +2886,6 @@ module Aws::Proton
3380
2886
  include Aws::Structure
3381
2887
  end
3382
2888
 
3383
- # @note When making an API call, you may pass ListEnvironmentTemplatesInput
3384
- # data as a hash:
3385
- #
3386
- # {
3387
- # max_results: 1,
3388
- # next_token: "NextToken",
3389
- # }
3390
- #
3391
2889
  # @!attribute [rw] max_results
3392
2890
  # The maximum number of environment templates to list.
3393
2891
  # @return [Integer]
@@ -3426,20 +2924,6 @@ module Aws::Proton
3426
2924
  include Aws::Structure
3427
2925
  end
3428
2926
 
3429
- # @note When making an API call, you may pass ListEnvironmentsInput
3430
- # data as a hash:
3431
- #
3432
- # {
3433
- # environment_templates: [
3434
- # {
3435
- # major_version: "TemplateVersionPart", # required
3436
- # template_name: "ResourceName", # required
3437
- # },
3438
- # ],
3439
- # max_results: 1,
3440
- # next_token: "NextToken",
3441
- # }
3442
- #
3443
2927
  # @!attribute [rw] environment_templates
3444
2928
  # An array of the versions of the environment template.
3445
2929
  # @return [Array<Types::EnvironmentTemplateFilter>]
@@ -3483,14 +2967,6 @@ module Aws::Proton
3483
2967
  include Aws::Structure
3484
2968
  end
3485
2969
 
3486
- # @note When making an API call, you may pass ListRepositoriesInput
3487
- # data as a hash:
3488
- #
3489
- # {
3490
- # max_results: 1,
3491
- # next_token: "NextToken",
3492
- # }
3493
- #
3494
2970
  # @!attribute [rw] max_results
3495
2971
  # The maximum number of repositories to list.
3496
2972
  # @return [Integer]
@@ -3529,16 +3005,6 @@ module Aws::Proton
3529
3005
  include Aws::Structure
3530
3006
  end
3531
3007
 
3532
- # @note When making an API call, you may pass ListRepositorySyncDefinitionsInput
3533
- # data as a hash:
3534
- #
3535
- # {
3536
- # next_token: "EmptyNextToken",
3537
- # repository_name: "RepositoryName", # required
3538
- # repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
3539
- # sync_type: "TEMPLATE_SYNC", # required, accepts TEMPLATE_SYNC
3540
- # }
3541
- #
3542
3008
  # @!attribute [rw] next_token
3543
3009
  # A token that indicates the location of the next repository sync
3544
3010
  # definition in the array of repository sync definitions, after the
@@ -3587,15 +3053,6 @@ module Aws::Proton
3587
3053
  include Aws::Structure
3588
3054
  end
3589
3055
 
3590
- # @note When making an API call, you may pass ListServiceInstanceOutputsInput
3591
- # data as a hash:
3592
- #
3593
- # {
3594
- # next_token: "EmptyNextToken",
3595
- # service_instance_name: "ResourceName", # required
3596
- # service_name: "ResourceName", # required
3597
- # }
3598
- #
3599
3056
  # @!attribute [rw] next_token
3600
3057
  # A token that indicates the location of the next output in the array
3601
3058
  # of outputs, after the list of outputs that was previously requested.
@@ -3637,15 +3094,6 @@ module Aws::Proton
3637
3094
  include Aws::Structure
3638
3095
  end
3639
3096
 
3640
- # @note When making an API call, you may pass ListServiceInstanceProvisionedResourcesInput
3641
- # data as a hash:
3642
- #
3643
- # {
3644
- # next_token: "EmptyNextToken",
3645
- # service_instance_name: "ResourceName", # required
3646
- # service_name: "ResourceName", # required
3647
- # }
3648
- #
3649
3097
  # @!attribute [rw] next_token
3650
3098
  # A token that indicates the location of the next provisioned resource
3651
3099
  # in the array of provisioned resources, after the list of provisioned
@@ -3693,14 +3141,6 @@ module Aws::Proton
3693
3141
  # A filtering criterion to scope down the result list of the
3694
3142
  # ListServiceInstances action.
3695
3143
  #
3696
- # @note When making an API call, you may pass ListServiceInstancesFilter
3697
- # data as a hash:
3698
- #
3699
- # {
3700
- # key: "name", # accepts name, deploymentStatus, templateName, serviceName, deployedTemplateVersionStatus, environmentName, lastDeploymentAttemptedAtBefore, lastDeploymentAttemptedAtAfter, createdAtBefore, createdAtAfter
3701
- # value: "ListServiceInstancesFilterValue",
3702
- # }
3703
- #
3704
3144
  # @!attribute [rw] key
3705
3145
  # The name of a filtering criterion.
3706
3146
  # @return [String]
@@ -3726,23 +3166,6 @@ module Aws::Proton
3726
3166
  include Aws::Structure
3727
3167
  end
3728
3168
 
3729
- # @note When making an API call, you may pass ListServiceInstancesInput
3730
- # data as a hash:
3731
- #
3732
- # {
3733
- # filters: [
3734
- # {
3735
- # key: "name", # accepts name, deploymentStatus, templateName, serviceName, deployedTemplateVersionStatus, environmentName, lastDeploymentAttemptedAtBefore, lastDeploymentAttemptedAtAfter, createdAtBefore, createdAtAfter
3736
- # value: "ListServiceInstancesFilterValue",
3737
- # },
3738
- # ],
3739
- # max_results: 1,
3740
- # next_token: "NextToken",
3741
- # service_name: "ResourceName",
3742
- # sort_by: "name", # accepts name, deploymentStatus, templateName, serviceName, environmentName, lastDeploymentAttemptedAt, createdAt
3743
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
3744
- # }
3745
- #
3746
3169
  # @!attribute [rw] filters
3747
3170
  # An array of filtering criteria that scope down the result list. By
3748
3171
  # default, all service instances in the Amazon Web Services account
@@ -3810,14 +3233,6 @@ module Aws::Proton
3810
3233
  include Aws::Structure
3811
3234
  end
3812
3235
 
3813
- # @note When making an API call, you may pass ListServicePipelineOutputsInput
3814
- # data as a hash:
3815
- #
3816
- # {
3817
- # next_token: "EmptyNextToken",
3818
- # service_name: "ResourceName", # required
3819
- # }
3820
- #
3821
3236
  # @!attribute [rw] next_token
3822
3237
  # A token that indicates the location of the next output in the array
3823
3238
  # of outputs, after the list of outputs that was previously requested.
@@ -3854,14 +3269,6 @@ module Aws::Proton
3854
3269
  include Aws::Structure
3855
3270
  end
3856
3271
 
3857
- # @note When making an API call, you may pass ListServicePipelineProvisionedResourcesInput
3858
- # data as a hash:
3859
- #
3860
- # {
3861
- # next_token: "EmptyNextToken",
3862
- # service_name: "ResourceName", # required
3863
- # }
3864
- #
3865
3272
  # @!attribute [rw] next_token
3866
3273
  # A token that indicates the location of the next provisioned resource
3867
3274
  # in the array of provisioned resources, after the list of provisioned
@@ -3901,16 +3308,6 @@ module Aws::Proton
3901
3308
  include Aws::Structure
3902
3309
  end
3903
3310
 
3904
- # @note When making an API call, you may pass ListServiceTemplateVersionsInput
3905
- # data as a hash:
3906
- #
3907
- # {
3908
- # major_version: "TemplateVersionPart",
3909
- # max_results: 1,
3910
- # next_token: "NextToken",
3911
- # template_name: "ResourceName", # required
3912
- # }
3913
- #
3914
3311
  # @!attribute [rw] major_version
3915
3312
  # To view a list of minor of versions under a major version of a
3916
3313
  # service template, include `major Version`.
@@ -3967,14 +3364,6 @@ module Aws::Proton
3967
3364
  include Aws::Structure
3968
3365
  end
3969
3366
 
3970
- # @note When making an API call, you may pass ListServiceTemplatesInput
3971
- # data as a hash:
3972
- #
3973
- # {
3974
- # max_results: 1,
3975
- # next_token: "NextToken",
3976
- # }
3977
- #
3978
3367
  # @!attribute [rw] max_results
3979
3368
  # The maximum number of service templates to list.
3980
3369
  # @return [Integer]
@@ -4013,14 +3402,6 @@ module Aws::Proton
4013
3402
  include Aws::Structure
4014
3403
  end
4015
3404
 
4016
- # @note When making an API call, you may pass ListServicesInput
4017
- # data as a hash:
4018
- #
4019
- # {
4020
- # max_results: 1,
4021
- # next_token: "NextToken",
4022
- # }
4023
- #
4024
3405
  # @!attribute [rw] max_results
4025
3406
  # The maximum number of services to list.
4026
3407
  # @return [Integer]
@@ -4058,15 +3439,6 @@ module Aws::Proton
4058
3439
  include Aws::Structure
4059
3440
  end
4060
3441
 
4061
- # @note When making an API call, you may pass ListTagsForResourceInput
4062
- # data as a hash:
4063
- #
4064
- # {
4065
- # max_results: 1,
4066
- # next_token: "String",
4067
- # resource_arn: "Arn", # required
4068
- # }
4069
- #
4070
3442
  # @!attribute [rw] max_results
4071
3443
  # The maximum number of tags to list.
4072
3444
  # @return [Integer]
@@ -4110,22 +3482,6 @@ module Aws::Proton
4110
3482
  include Aws::Structure
4111
3483
  end
4112
3484
 
4113
- # @note When making an API call, you may pass NotifyResourceDeploymentStatusChangeInput
4114
- # data as a hash:
4115
- #
4116
- # {
4117
- # deployment_id: "DeploymentId",
4118
- # outputs: [
4119
- # {
4120
- # key: "OutputKey",
4121
- # value_string: "OutputValueString",
4122
- # },
4123
- # ],
4124
- # resource_arn: "Arn", # required
4125
- # status: "IN_PROGRESS", # accepts IN_PROGRESS, FAILED, SUCCEEDED
4126
- # status_message: "NotifyResourceDeploymentStatusChangeInputStatusMessageString",
4127
- # }
4128
- #
4129
3485
  # @!attribute [rw] deployment_id
4130
3486
  # The deployment ID for your provisioned resource.
4131
3487
  # @return [String]
@@ -4165,14 +3521,6 @@ module Aws::Proton
4165
3521
 
4166
3522
  # An infrastructure as code defined resource output.
4167
3523
  #
4168
- # @note When making an API call, you may pass Output
4169
- # data as a hash:
4170
- #
4171
- # {
4172
- # key: "OutputKey",
4173
- # value_string: "OutputValueString",
4174
- # }
4175
- #
4176
3524
  # @!attribute [rw] key
4177
3525
  # The output key.
4178
3526
  # @return [String]
@@ -4223,13 +3571,6 @@ module Aws::Proton
4223
3571
  include Aws::Structure
4224
3572
  end
4225
3573
 
4226
- # @note When making an API call, you may pass RejectEnvironmentAccountConnectionInput
4227
- # data as a hash:
4228
- #
4229
- # {
4230
- # id: "EnvironmentAccountConnectionId", # required
4231
- # }
4232
- #
4233
3574
  # @!attribute [rw] id
4234
3575
  # The ID of the environment account connection to reject.
4235
3576
  # @return [String]
@@ -4322,15 +3663,6 @@ module Aws::Proton
4322
3663
 
4323
3664
  # Detail input data for a linked repository branch.
4324
3665
  #
4325
- # @note When making an API call, you may pass RepositoryBranchInput
4326
- # data as a hash:
4327
- #
4328
- # {
4329
- # branch: "GitBranchName", # required
4330
- # name: "RepositoryName", # required
4331
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
4332
- # }
4333
- #
4334
3666
  # @!attribute [rw] branch
4335
3667
  # The repository branch.
4336
3668
  # @return [String]
@@ -4581,14 +3913,6 @@ module Aws::Proton
4581
3913
 
4582
3914
  # Template bundle S3 bucket data.
4583
3915
  #
4584
- # @note When making an API call, you may pass S3ObjectSource
4585
- # data as a hash:
4586
- #
4587
- # {
4588
- # bucket: "S3Bucket", # required
4589
- # key: "S3Key", # required
4590
- # }
4591
- #
4592
3916
  # @!attribute [rw] bucket
4593
3917
  # The name of the S3 bucket that contains a template bundle.
4594
3918
  # @return [String]
@@ -5221,14 +4545,6 @@ module Aws::Proton
5221
4545
 
5222
4546
  # A description of a resource tag.
5223
4547
  #
5224
- # @note When making an API call, you may pass Tag
5225
- # data as a hash:
5226
- #
5227
- # {
5228
- # key: "TagKey", # required
5229
- # value: "TagValue", # required
5230
- # }
5231
- #
5232
4548
  # @!attribute [rw] key
5233
4549
  # The key of the resource tag.
5234
4550
  # @return [String]
@@ -5246,19 +4562,6 @@ module Aws::Proton
5246
4562
  include Aws::Structure
5247
4563
  end
5248
4564
 
5249
- # @note When making an API call, you may pass TagResourceInput
5250
- # data as a hash:
5251
- #
5252
- # {
5253
- # resource_arn: "Arn", # required
5254
- # tags: [ # required
5255
- # {
5256
- # key: "TagKey", # required
5257
- # value: "TagValue", # required
5258
- # },
5259
- # ],
5260
- # }
5261
- #
5262
4565
  # @!attribute [rw] resource_arn
5263
4566
  # The Amazon Resource Name (ARN) of the Proton resource to apply
5264
4567
  # customer tags to.
@@ -5355,14 +4658,6 @@ module Aws::Proton
5355
4658
  include Aws::Structure
5356
4659
  end
5357
4660
 
5358
- # @note When making an API call, you may pass UntagResourceInput
5359
- # data as a hash:
5360
- #
5361
- # {
5362
- # resource_arn: "Arn", # required
5363
- # tag_keys: ["TagKey"], # required
5364
- # }
5365
- #
5366
4661
  # @!attribute [rw] resource_arn
5367
4662
  # The Amazon Resource Name (ARN) of the resource to remove customer
5368
4663
  # tags from.
@@ -5386,20 +4681,6 @@ module Aws::Proton
5386
4681
  #
5387
4682
  class UntagResourceOutput < Aws::EmptyStructure; end
5388
4683
 
5389
- # @note When making an API call, you may pass UpdateAccountSettingsInput
5390
- # data as a hash:
5391
- #
5392
- # {
5393
- # delete_pipeline_provisioning_repository: false,
5394
- # pipeline_codebuild_role_arn: "RoleArnOrEmptyString",
5395
- # pipeline_provisioning_repository: {
5396
- # branch: "GitBranchName", # required
5397
- # name: "RepositoryName", # required
5398
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
5399
- # },
5400
- # pipeline_service_role_arn: "RoleArnOrEmptyString",
5401
- # }
5402
- #
5403
4684
  # @!attribute [rw] delete_pipeline_provisioning_repository
5404
4685
  # Set to `true` to remove a configured pipeline repository from the
5405
4686
  # account settings. Don't set this field if you are updating the
@@ -5457,19 +4738,6 @@ module Aws::Proton
5457
4738
  include Aws::Structure
5458
4739
  end
5459
4740
 
5460
- # @note When making an API call, you may pass UpdateComponentInput
5461
- # data as a hash:
5462
- #
5463
- # {
5464
- # deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION
5465
- # description: "Description",
5466
- # name: "ResourceName", # required
5467
- # service_instance_name: "ResourceNameOrEmpty",
5468
- # service_name: "ResourceNameOrEmpty",
5469
- # service_spec: "SpecContents",
5470
- # template_file: "TemplateFileContents",
5471
- # }
5472
- #
5473
4741
  # @!attribute [rw] deployment_type
5474
4742
  # The deployment type. It defines the mode for updating a component,
5475
4743
  # as follows:
@@ -5559,16 +4827,6 @@ module Aws::Proton
5559
4827
  include Aws::Structure
5560
4828
  end
5561
4829
 
5562
- # @note When making an API call, you may pass UpdateEnvironmentAccountConnectionInput
5563
- # data as a hash:
5564
- #
5565
- # {
5566
- # codebuild_role_arn: "RoleArn",
5567
- # component_role_arn: "RoleArn",
5568
- # id: "EnvironmentAccountConnectionId", # required
5569
- # role_arn: "RoleArn",
5570
- # }
5571
- #
5572
4830
  # @!attribute [rw] codebuild_role_arn
5573
4831
  # The Amazon Resource Name (ARN) of an IAM service role in the
5574
4832
  # environment account. Proton uses this role to provision
@@ -5627,27 +4885,6 @@ module Aws::Proton
5627
4885
  include Aws::Structure
5628
4886
  end
5629
4887
 
5630
- # @note When making an API call, you may pass UpdateEnvironmentInput
5631
- # data as a hash:
5632
- #
5633
- # {
5634
- # codebuild_role_arn: "RoleArn",
5635
- # component_role_arn: "RoleArn",
5636
- # deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
5637
- # description: "Description",
5638
- # environment_account_connection_id: "EnvironmentAccountConnectionId",
5639
- # name: "ResourceName", # required
5640
- # proton_service_role_arn: "Arn",
5641
- # provisioning_repository: {
5642
- # branch: "GitBranchName", # required
5643
- # name: "RepositoryName", # required
5644
- # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
5645
- # },
5646
- # spec: "SpecContents",
5647
- # template_major_version: "TemplateVersionPart",
5648
- # template_minor_version: "TemplateVersionPart",
5649
- # }
5650
- #
5651
4888
  # @!attribute [rw] codebuild_role_arn
5652
4889
  # The Amazon Resource Name (ARN) of the IAM service role that allows
5653
4890
  # Proton to provision infrastructure using CodeBuild-based
@@ -5782,15 +5019,6 @@ module Aws::Proton
5782
5019
  include Aws::Structure
5783
5020
  end
5784
5021
 
5785
- # @note When making an API call, you may pass UpdateEnvironmentTemplateInput
5786
- # data as a hash:
5787
- #
5788
- # {
5789
- # description: "Description",
5790
- # display_name: "DisplayName",
5791
- # name: "ResourceName", # required
5792
- # }
5793
- #
5794
5022
  # @!attribute [rw] description
5795
5023
  # A description of the environment template update.
5796
5024
  # @return [String]
@@ -5826,17 +5054,6 @@ module Aws::Proton
5826
5054
  include Aws::Structure
5827
5055
  end
5828
5056
 
5829
- # @note When making an API call, you may pass UpdateEnvironmentTemplateVersionInput
5830
- # data as a hash:
5831
- #
5832
- # {
5833
- # description: "Description",
5834
- # major_version: "TemplateVersionPart", # required
5835
- # minor_version: "TemplateVersionPart", # required
5836
- # status: "REGISTRATION_IN_PROGRESS", # accepts REGISTRATION_IN_PROGRESS, REGISTRATION_FAILED, DRAFT, PUBLISHED
5837
- # template_name: "ResourceName", # required
5838
- # }
5839
- #
5840
5057
  # @!attribute [rw] description
5841
5058
  # A description of environment template version to update.
5842
5059
  # @return [String]
@@ -5884,15 +5101,6 @@ module Aws::Proton
5884
5101
  include Aws::Structure
5885
5102
  end
5886
5103
 
5887
- # @note When making an API call, you may pass UpdateServiceInput
5888
- # data as a hash:
5889
- #
5890
- # {
5891
- # description: "Description",
5892
- # name: "ResourceName", # required
5893
- # spec: "SpecContents",
5894
- # }
5895
- #
5896
5104
  # @!attribute [rw] description
5897
5105
  # The edited service description.
5898
5106
  # @return [String]
@@ -5923,18 +5131,6 @@ module Aws::Proton
5923
5131
  include Aws::Structure
5924
5132
  end
5925
5133
 
5926
- # @note When making an API call, you may pass UpdateServiceInstanceInput
5927
- # data as a hash:
5928
- #
5929
- # {
5930
- # deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
5931
- # name: "ResourceName", # required
5932
- # service_name: "ResourceName", # required
5933
- # spec: "SpecContents",
5934
- # template_major_version: "TemplateVersionPart",
5935
- # template_minor_version: "TemplateVersionPart",
5936
- # }
5937
- #
5938
5134
  # @!attribute [rw] deployment_type
5939
5135
  # The deployment type. It defines the mode for updating a service
5940
5136
  # instance, as follows:
@@ -6033,17 +5229,6 @@ module Aws::Proton
6033
5229
  include Aws::Structure
6034
5230
  end
6035
5231
 
6036
- # @note When making an API call, you may pass UpdateServicePipelineInput
6037
- # data as a hash:
6038
- #
6039
- # {
6040
- # deployment_type: "NONE", # required, accepts NONE, CURRENT_VERSION, MINOR_VERSION, MAJOR_VERSION
6041
- # service_name: "ResourceName", # required
6042
- # spec: "SpecContents", # required
6043
- # template_major_version: "TemplateVersionPart",
6044
- # template_minor_version: "TemplateVersionPart",
6045
- # }
6046
- #
6047
5232
  # @!attribute [rw] deployment_type
6048
5233
  # The deployment type.
6049
5234
  #
@@ -6128,15 +5313,6 @@ module Aws::Proton
6128
5313
  include Aws::Structure
6129
5314
  end
6130
5315
 
6131
- # @note When making an API call, you may pass UpdateServiceTemplateInput
6132
- # data as a hash:
6133
- #
6134
- # {
6135
- # description: "Description",
6136
- # display_name: "DisplayName",
6137
- # name: "ResourceName", # required
6138
- # }
6139
- #
6140
5316
  # @!attribute [rw] description
6141
5317
  # A description of the service template update.
6142
5318
  # @return [String]
@@ -6172,24 +5348,6 @@ module Aws::Proton
6172
5348
  include Aws::Structure
6173
5349
  end
6174
5350
 
6175
- # @note When making an API call, you may pass UpdateServiceTemplateVersionInput
6176
- # data as a hash:
6177
- #
6178
- # {
6179
- # compatible_environment_templates: [
6180
- # {
6181
- # major_version: "TemplateVersionPart", # required
6182
- # template_name: "ResourceName", # required
6183
- # },
6184
- # ],
6185
- # description: "Description",
6186
- # major_version: "TemplateVersionPart", # required
6187
- # minor_version: "TemplateVersionPart", # required
6188
- # status: "REGISTRATION_IN_PROGRESS", # accepts REGISTRATION_IN_PROGRESS, REGISTRATION_FAILED, DRAFT, PUBLISHED
6189
- # supported_component_sources: ["DIRECTLY_DEFINED"], # accepts DIRECTLY_DEFINED
6190
- # template_name: "ResourceName", # required
6191
- # }
6192
- #
6193
5351
  # @!attribute [rw] compatible_environment_templates
6194
5352
  # An array of environment template objects that are compatible with
6195
5353
  # this service template version. A service instance based on this
@@ -6264,18 +5422,6 @@ module Aws::Proton
6264
5422
  include Aws::Structure
6265
5423
  end
6266
5424
 
6267
- # @note When making an API call, you may pass UpdateTemplateSyncConfigInput
6268
- # data as a hash:
6269
- #
6270
- # {
6271
- # branch: "GitBranchName", # required
6272
- # repository_name: "RepositoryName", # required
6273
- # repository_provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
6274
- # subdirectory: "Subdirectory",
6275
- # template_name: "ResourceName", # required
6276
- # template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
6277
- # }
6278
- #
6279
5425
  # @!attribute [rw] branch
6280
5426
  # The repository branch for your template.
6281
5427
  # @return [String]