aws-sdk-codebuild 1.53.1 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83f161a48d98d3a772e2c6e0a25f6f0c77f239e227c61eae7c3a86fce7778603
|
4
|
+
data.tar.gz: 5df91eff0c5caadf2e2293dd1076a049aa0ea7210f334275ecbf98c60dda6ba4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e18fd5c4dd0a1cc676b6f49a8e04dff411a45eb702a271b4232a8535dbc294f9d383242a9e6da01777eadc347f76558a860decc2499ee15a6722b508c6b2a9cb
|
7
|
+
data.tar.gz: 53294cd93e6b0d2aaedf3a007276d45e2b96496d1a0af41408a32e19e6331e1617e43214e8d6c5757b05d63b980116784f35d0d8278c9d60dd7f3b5455e4121b
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-codebuild/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::CodeBuild
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.54.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -3470,7 +3472,7 @@ module Aws::CodeBuild
|
|
3470
3472
|
params: params,
|
3471
3473
|
config: config)
|
3472
3474
|
context[:gem_name] = 'aws-sdk-codebuild'
|
3473
|
-
context[:gem_version] = '1.
|
3475
|
+
context[:gem_version] = '1.54.0'
|
3474
3476
|
Seahorse::Client::Request.new(handlers, context)
|
3475
3477
|
end
|
3476
3478
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -29,6 +31,7 @@ module Aws::CodeBuild
|
|
29
31
|
#
|
30
32
|
class BatchDeleteBuildsInput < Struct.new(
|
31
33
|
:ids)
|
34
|
+
SENSITIVE = []
|
32
35
|
include Aws::Structure
|
33
36
|
end
|
34
37
|
|
@@ -45,6 +48,7 @@ module Aws::CodeBuild
|
|
45
48
|
class BatchDeleteBuildsOutput < Struct.new(
|
46
49
|
:builds_deleted,
|
47
50
|
:builds_not_deleted)
|
51
|
+
SENSITIVE = []
|
48
52
|
include Aws::Structure
|
49
53
|
end
|
50
54
|
|
@@ -63,6 +67,7 @@ module Aws::CodeBuild
|
|
63
67
|
#
|
64
68
|
class BatchGetBuildsInput < Struct.new(
|
65
69
|
:ids)
|
70
|
+
SENSITIVE = []
|
66
71
|
include Aws::Structure
|
67
72
|
end
|
68
73
|
|
@@ -79,6 +84,7 @@ module Aws::CodeBuild
|
|
79
84
|
class BatchGetBuildsOutput < Struct.new(
|
80
85
|
:builds,
|
81
86
|
:builds_not_found)
|
87
|
+
SENSITIVE = []
|
82
88
|
include Aws::Structure
|
83
89
|
end
|
84
90
|
|
@@ -99,6 +105,7 @@ module Aws::CodeBuild
|
|
99
105
|
#
|
100
106
|
class BatchGetProjectsInput < Struct.new(
|
101
107
|
:names)
|
108
|
+
SENSITIVE = []
|
102
109
|
include Aws::Structure
|
103
110
|
end
|
104
111
|
|
@@ -116,6 +123,7 @@ module Aws::CodeBuild
|
|
116
123
|
class BatchGetProjectsOutput < Struct.new(
|
117
124
|
:projects,
|
118
125
|
:projects_not_found)
|
126
|
+
SENSITIVE = []
|
119
127
|
include Aws::Structure
|
120
128
|
end
|
121
129
|
|
@@ -135,6 +143,7 @@ module Aws::CodeBuild
|
|
135
143
|
#
|
136
144
|
class BatchGetReportGroupsInput < Struct.new(
|
137
145
|
:report_group_arns)
|
146
|
+
SENSITIVE = []
|
138
147
|
include Aws::Structure
|
139
148
|
end
|
140
149
|
|
@@ -152,6 +161,7 @@ module Aws::CodeBuild
|
|
152
161
|
class BatchGetReportGroupsOutput < Struct.new(
|
153
162
|
:report_groups,
|
154
163
|
:report_groups_not_found)
|
164
|
+
SENSITIVE = []
|
155
165
|
include Aws::Structure
|
156
166
|
end
|
157
167
|
|
@@ -170,6 +180,7 @@ module Aws::CodeBuild
|
|
170
180
|
#
|
171
181
|
class BatchGetReportsInput < Struct.new(
|
172
182
|
:report_arns)
|
183
|
+
SENSITIVE = []
|
173
184
|
include Aws::Structure
|
174
185
|
end
|
175
186
|
|
@@ -187,6 +198,7 @@ module Aws::CodeBuild
|
|
187
198
|
class BatchGetReportsOutput < Struct.new(
|
188
199
|
:reports,
|
189
200
|
:reports_not_found)
|
201
|
+
SENSITIVE = []
|
190
202
|
include Aws::Structure
|
191
203
|
end
|
192
204
|
|
@@ -426,6 +438,7 @@ module Aws::CodeBuild
|
|
426
438
|
:exported_environment_variables,
|
427
439
|
:report_arns,
|
428
440
|
:file_system_locations)
|
441
|
+
SENSITIVE = []
|
429
442
|
include Aws::Structure
|
430
443
|
end
|
431
444
|
|
@@ -485,6 +498,7 @@ module Aws::CodeBuild
|
|
485
498
|
:override_artifact_name,
|
486
499
|
:encryption_disabled,
|
487
500
|
:artifact_identifier)
|
501
|
+
SENSITIVE = []
|
488
502
|
include Aws::Structure
|
489
503
|
end
|
490
504
|
|
@@ -504,6 +518,7 @@ module Aws::CodeBuild
|
|
504
518
|
class BuildNotDeleted < Struct.new(
|
505
519
|
:id,
|
506
520
|
:status_code)
|
521
|
+
SENSITIVE = []
|
507
522
|
include Aws::Structure
|
508
523
|
end
|
509
524
|
|
@@ -589,6 +604,7 @@ module Aws::CodeBuild
|
|
589
604
|
:end_time,
|
590
605
|
:duration_in_seconds,
|
591
606
|
:contexts)
|
607
|
+
SENSITIVE = []
|
592
608
|
include Aws::Structure
|
593
609
|
end
|
594
610
|
|
@@ -638,6 +654,7 @@ module Aws::CodeBuild
|
|
638
654
|
:status,
|
639
655
|
:group_name,
|
640
656
|
:stream_name)
|
657
|
+
SENSITIVE = []
|
641
658
|
include Aws::Structure
|
642
659
|
end
|
643
660
|
|
@@ -934,6 +951,7 @@ module Aws::CodeBuild
|
|
934
951
|
:badge_enabled,
|
935
952
|
:logs_config,
|
936
953
|
:file_system_locations)
|
954
|
+
SENSITIVE = []
|
937
955
|
include Aws::Structure
|
938
956
|
end
|
939
957
|
|
@@ -945,6 +963,7 @@ module Aws::CodeBuild
|
|
945
963
|
#
|
946
964
|
class CreateProjectOutput < Struct.new(
|
947
965
|
:project)
|
966
|
+
SENSITIVE = []
|
948
967
|
include Aws::Structure
|
949
968
|
end
|
950
969
|
|
@@ -999,6 +1018,7 @@ module Aws::CodeBuild
|
|
999
1018
|
:type,
|
1000
1019
|
:export_config,
|
1001
1020
|
:tags)
|
1021
|
+
SENSITIVE = []
|
1002
1022
|
include Aws::Structure
|
1003
1023
|
end
|
1004
1024
|
|
@@ -1010,6 +1030,7 @@ module Aws::CodeBuild
|
|
1010
1030
|
#
|
1011
1031
|
class CreateReportGroupOutput < Struct.new(
|
1012
1032
|
:report_group)
|
1033
|
+
SENSITIVE = []
|
1013
1034
|
include Aws::Structure
|
1014
1035
|
end
|
1015
1036
|
|
@@ -1062,6 +1083,7 @@ module Aws::CodeBuild
|
|
1062
1083
|
:project_name,
|
1063
1084
|
:branch_filter,
|
1064
1085
|
:filter_groups)
|
1086
|
+
SENSITIVE = []
|
1065
1087
|
include Aws::Structure
|
1066
1088
|
end
|
1067
1089
|
|
@@ -1074,6 +1096,7 @@ module Aws::CodeBuild
|
|
1074
1096
|
#
|
1075
1097
|
class CreateWebhookOutput < Struct.new(
|
1076
1098
|
:webhook)
|
1099
|
+
SENSITIVE = []
|
1077
1100
|
include Aws::Structure
|
1078
1101
|
end
|
1079
1102
|
|
@@ -1092,6 +1115,7 @@ module Aws::CodeBuild
|
|
1092
1115
|
#
|
1093
1116
|
class DeleteProjectInput < Struct.new(
|
1094
1117
|
:name)
|
1118
|
+
SENSITIVE = []
|
1095
1119
|
include Aws::Structure
|
1096
1120
|
end
|
1097
1121
|
|
@@ -1114,6 +1138,7 @@ module Aws::CodeBuild
|
|
1114
1138
|
#
|
1115
1139
|
class DeleteReportGroupInput < Struct.new(
|
1116
1140
|
:arn)
|
1141
|
+
SENSITIVE = []
|
1117
1142
|
include Aws::Structure
|
1118
1143
|
end
|
1119
1144
|
|
@@ -1136,6 +1161,7 @@ module Aws::CodeBuild
|
|
1136
1161
|
#
|
1137
1162
|
class DeleteReportInput < Struct.new(
|
1138
1163
|
:arn)
|
1164
|
+
SENSITIVE = []
|
1139
1165
|
include Aws::Structure
|
1140
1166
|
end
|
1141
1167
|
|
@@ -1158,6 +1184,7 @@ module Aws::CodeBuild
|
|
1158
1184
|
#
|
1159
1185
|
class DeleteResourcePolicyInput < Struct.new(
|
1160
1186
|
:resource_arn)
|
1187
|
+
SENSITIVE = []
|
1161
1188
|
include Aws::Structure
|
1162
1189
|
end
|
1163
1190
|
|
@@ -1180,6 +1207,7 @@ module Aws::CodeBuild
|
|
1180
1207
|
#
|
1181
1208
|
class DeleteSourceCredentialsInput < Struct.new(
|
1182
1209
|
:arn)
|
1210
|
+
SENSITIVE = []
|
1183
1211
|
include Aws::Structure
|
1184
1212
|
end
|
1185
1213
|
|
@@ -1191,6 +1219,7 @@ module Aws::CodeBuild
|
|
1191
1219
|
#
|
1192
1220
|
class DeleteSourceCredentialsOutput < Struct.new(
|
1193
1221
|
:arn)
|
1222
|
+
SENSITIVE = []
|
1194
1223
|
include Aws::Structure
|
1195
1224
|
end
|
1196
1225
|
|
@@ -1209,6 +1238,7 @@ module Aws::CodeBuild
|
|
1209
1238
|
#
|
1210
1239
|
class DeleteWebhookInput < Struct.new(
|
1211
1240
|
:project_name)
|
1241
|
+
SENSITIVE = []
|
1212
1242
|
include Aws::Structure
|
1213
1243
|
end
|
1214
1244
|
|
@@ -1259,6 +1289,7 @@ module Aws::CodeBuild
|
|
1259
1289
|
:next_token,
|
1260
1290
|
:max_results,
|
1261
1291
|
:filter)
|
1292
|
+
SENSITIVE = []
|
1262
1293
|
include Aws::Structure
|
1263
1294
|
end
|
1264
1295
|
|
@@ -1281,6 +1312,7 @@ module Aws::CodeBuild
|
|
1281
1312
|
class DescribeTestCasesOutput < Struct.new(
|
1282
1313
|
:next_token,
|
1283
1314
|
:test_cases)
|
1315
|
+
SENSITIVE = []
|
1284
1316
|
include Aws::Structure
|
1285
1317
|
end
|
1286
1318
|
|
@@ -1304,6 +1336,7 @@ module Aws::CodeBuild
|
|
1304
1336
|
:name,
|
1305
1337
|
:description,
|
1306
1338
|
:versions)
|
1339
|
+
SENSITIVE = []
|
1307
1340
|
include Aws::Structure
|
1308
1341
|
end
|
1309
1342
|
|
@@ -1324,6 +1357,7 @@ module Aws::CodeBuild
|
|
1324
1357
|
class EnvironmentLanguage < Struct.new(
|
1325
1358
|
:language,
|
1326
1359
|
:images)
|
1360
|
+
SENSITIVE = []
|
1327
1361
|
include Aws::Structure
|
1328
1362
|
end
|
1329
1363
|
|
@@ -1344,6 +1378,7 @@ module Aws::CodeBuild
|
|
1344
1378
|
class EnvironmentPlatform < Struct.new(
|
1345
1379
|
:platform,
|
1346
1380
|
:languages)
|
1381
|
+
SENSITIVE = []
|
1347
1382
|
include Aws::Structure
|
1348
1383
|
end
|
1349
1384
|
|
@@ -1402,6 +1437,7 @@ module Aws::CodeBuild
|
|
1402
1437
|
:name,
|
1403
1438
|
:value,
|
1404
1439
|
:type)
|
1440
|
+
SENSITIVE = []
|
1405
1441
|
include Aws::Structure
|
1406
1442
|
end
|
1407
1443
|
|
@@ -1428,6 +1464,7 @@ module Aws::CodeBuild
|
|
1428
1464
|
class ExportedEnvironmentVariable < Struct.new(
|
1429
1465
|
:name,
|
1430
1466
|
:value)
|
1467
|
+
SENSITIVE = []
|
1431
1468
|
include Aws::Structure
|
1432
1469
|
end
|
1433
1470
|
|
@@ -1446,6 +1483,7 @@ module Aws::CodeBuild
|
|
1446
1483
|
#
|
1447
1484
|
class GetResourcePolicyInput < Struct.new(
|
1448
1485
|
:resource_arn)
|
1486
|
+
SENSITIVE = []
|
1449
1487
|
include Aws::Structure
|
1450
1488
|
end
|
1451
1489
|
|
@@ -1458,6 +1496,7 @@ module Aws::CodeBuild
|
|
1458
1496
|
#
|
1459
1497
|
class GetResourcePolicyOutput < Struct.new(
|
1460
1498
|
:policy)
|
1499
|
+
SENSITIVE = []
|
1461
1500
|
include Aws::Structure
|
1462
1501
|
end
|
1463
1502
|
|
@@ -1480,6 +1519,7 @@ module Aws::CodeBuild
|
|
1480
1519
|
#
|
1481
1520
|
class GitSubmodulesConfig < Struct.new(
|
1482
1521
|
:fetch_submodules)
|
1522
|
+
SENSITIVE = []
|
1483
1523
|
include Aws::Structure
|
1484
1524
|
end
|
1485
1525
|
|
@@ -1530,6 +1570,7 @@ module Aws::CodeBuild
|
|
1530
1570
|
:server_type,
|
1531
1571
|
:auth_type,
|
1532
1572
|
:should_overwrite)
|
1573
|
+
SENSITIVE = [:token]
|
1533
1574
|
include Aws::Structure
|
1534
1575
|
end
|
1535
1576
|
|
@@ -1541,6 +1582,7 @@ module Aws::CodeBuild
|
|
1541
1582
|
#
|
1542
1583
|
class ImportSourceCredentialsOutput < Struct.new(
|
1543
1584
|
:arn)
|
1585
|
+
SENSITIVE = []
|
1544
1586
|
include Aws::Structure
|
1545
1587
|
end
|
1546
1588
|
|
@@ -1566,6 +1608,7 @@ module Aws::CodeBuild
|
|
1566
1608
|
#
|
1567
1609
|
class InvalidateProjectCacheInput < Struct.new(
|
1568
1610
|
:project_name)
|
1611
|
+
SENSITIVE = []
|
1569
1612
|
include Aws::Structure
|
1570
1613
|
end
|
1571
1614
|
|
@@ -1610,6 +1653,7 @@ module Aws::CodeBuild
|
|
1610
1653
|
:project_name,
|
1611
1654
|
:sort_order,
|
1612
1655
|
:next_token)
|
1656
|
+
SENSITIVE = []
|
1613
1657
|
include Aws::Structure
|
1614
1658
|
end
|
1615
1659
|
|
@@ -1630,6 +1674,7 @@ module Aws::CodeBuild
|
|
1630
1674
|
class ListBuildsForProjectOutput < Struct.new(
|
1631
1675
|
:ids,
|
1632
1676
|
:next_token)
|
1677
|
+
SENSITIVE = []
|
1633
1678
|
include Aws::Structure
|
1634
1679
|
end
|
1635
1680
|
|
@@ -1664,6 +1709,7 @@ module Aws::CodeBuild
|
|
1664
1709
|
class ListBuildsInput < Struct.new(
|
1665
1710
|
:sort_order,
|
1666
1711
|
:next_token)
|
1712
|
+
SENSITIVE = []
|
1667
1713
|
include Aws::Structure
|
1668
1714
|
end
|
1669
1715
|
|
@@ -1683,6 +1729,7 @@ module Aws::CodeBuild
|
|
1683
1729
|
class ListBuildsOutput < Struct.new(
|
1684
1730
|
:ids,
|
1685
1731
|
:next_token)
|
1732
|
+
SENSITIVE = []
|
1686
1733
|
include Aws::Structure
|
1687
1734
|
end
|
1688
1735
|
|
@@ -1701,6 +1748,7 @@ module Aws::CodeBuild
|
|
1701
1748
|
#
|
1702
1749
|
class ListCuratedEnvironmentImagesOutput < Struct.new(
|
1703
1750
|
:platforms)
|
1751
|
+
SENSITIVE = []
|
1704
1752
|
include Aws::Structure
|
1705
1753
|
end
|
1706
1754
|
|
@@ -1756,6 +1804,7 @@ module Aws::CodeBuild
|
|
1756
1804
|
:sort_by,
|
1757
1805
|
:sort_order,
|
1758
1806
|
:next_token)
|
1807
|
+
SENSITIVE = []
|
1759
1808
|
include Aws::Structure
|
1760
1809
|
end
|
1761
1810
|
|
@@ -1776,6 +1825,7 @@ module Aws::CodeBuild
|
|
1776
1825
|
class ListProjectsOutput < Struct.new(
|
1777
1826
|
:next_token,
|
1778
1827
|
:projects)
|
1828
|
+
SENSITIVE = []
|
1779
1829
|
include Aws::Structure
|
1780
1830
|
end
|
1781
1831
|
|
@@ -1829,6 +1879,7 @@ module Aws::CodeBuild
|
|
1829
1879
|
:sort_by,
|
1830
1880
|
:next_token,
|
1831
1881
|
:max_results)
|
1882
|
+
SENSITIVE = []
|
1832
1883
|
include Aws::Structure
|
1833
1884
|
end
|
1834
1885
|
|
@@ -1851,6 +1902,7 @@ module Aws::CodeBuild
|
|
1851
1902
|
class ListReportGroupsOutput < Struct.new(
|
1852
1903
|
:next_token,
|
1853
1904
|
:report_groups)
|
1905
|
+
SENSITIVE = []
|
1854
1906
|
include Aws::Structure
|
1855
1907
|
end
|
1856
1908
|
|
@@ -1905,6 +1957,7 @@ module Aws::CodeBuild
|
|
1905
1957
|
:sort_order,
|
1906
1958
|
:max_results,
|
1907
1959
|
:filter)
|
1960
|
+
SENSITIVE = []
|
1908
1961
|
include Aws::Structure
|
1909
1962
|
end
|
1910
1963
|
|
@@ -1927,6 +1980,7 @@ module Aws::CodeBuild
|
|
1927
1980
|
class ListReportsForReportGroupOutput < Struct.new(
|
1928
1981
|
:next_token,
|
1929
1982
|
:reports)
|
1983
|
+
SENSITIVE = []
|
1930
1984
|
include Aws::Structure
|
1931
1985
|
end
|
1932
1986
|
|
@@ -1980,6 +2034,7 @@ module Aws::CodeBuild
|
|
1980
2034
|
:next_token,
|
1981
2035
|
:max_results,
|
1982
2036
|
:filter)
|
2037
|
+
SENSITIVE = []
|
1983
2038
|
include Aws::Structure
|
1984
2039
|
end
|
1985
2040
|
|
@@ -2003,6 +2058,7 @@ module Aws::CodeBuild
|
|
2003
2058
|
class ListReportsOutput < Struct.new(
|
2004
2059
|
:next_token,
|
2005
2060
|
:reports)
|
2061
|
+
SENSITIVE = []
|
2006
2062
|
include Aws::Structure
|
2007
2063
|
end
|
2008
2064
|
|
@@ -2058,6 +2114,7 @@ module Aws::CodeBuild
|
|
2058
2114
|
:sort_order,
|
2059
2115
|
:max_results,
|
2060
2116
|
:next_token)
|
2117
|
+
SENSITIVE = []
|
2061
2118
|
include Aws::Structure
|
2062
2119
|
end
|
2063
2120
|
|
@@ -2081,6 +2138,7 @@ module Aws::CodeBuild
|
|
2081
2138
|
class ListSharedProjectsOutput < Struct.new(
|
2082
2139
|
:next_token,
|
2083
2140
|
:projects)
|
2141
|
+
SENSITIVE = []
|
2084
2142
|
include Aws::Structure
|
2085
2143
|
end
|
2086
2144
|
|
@@ -2136,6 +2194,7 @@ module Aws::CodeBuild
|
|
2136
2194
|
:sort_by,
|
2137
2195
|
:next_token,
|
2138
2196
|
:max_results)
|
2197
|
+
SENSITIVE = []
|
2139
2198
|
include Aws::Structure
|
2140
2199
|
end
|
2141
2200
|
|
@@ -2159,6 +2218,7 @@ module Aws::CodeBuild
|
|
2159
2218
|
class ListSharedReportGroupsOutput < Struct.new(
|
2160
2219
|
:next_token,
|
2161
2220
|
:report_groups)
|
2221
|
+
SENSITIVE = []
|
2162
2222
|
include Aws::Structure
|
2163
2223
|
end
|
2164
2224
|
|
@@ -2178,6 +2238,7 @@ module Aws::CodeBuild
|
|
2178
2238
|
#
|
2179
2239
|
class ListSourceCredentialsOutput < Struct.new(
|
2180
2240
|
:source_credentials_infos)
|
2241
|
+
SENSITIVE = []
|
2181
2242
|
include Aws::Structure
|
2182
2243
|
end
|
2183
2244
|
|
@@ -2215,6 +2276,7 @@ module Aws::CodeBuild
|
|
2215
2276
|
class LogsConfig < Struct.new(
|
2216
2277
|
:cloud_watch_logs,
|
2217
2278
|
:s3_logs)
|
2279
|
+
SENSITIVE = []
|
2218
2280
|
include Aws::Structure
|
2219
2281
|
end
|
2220
2282
|
|
@@ -2276,6 +2338,7 @@ module Aws::CodeBuild
|
|
2276
2338
|
:s3_logs_arn,
|
2277
2339
|
:cloud_watch_logs,
|
2278
2340
|
:s3_logs)
|
2341
|
+
SENSITIVE = []
|
2279
2342
|
include Aws::Structure
|
2280
2343
|
end
|
2281
2344
|
|
@@ -2294,6 +2357,7 @@ module Aws::CodeBuild
|
|
2294
2357
|
class NetworkInterface < Struct.new(
|
2295
2358
|
:subnet_id,
|
2296
2359
|
:network_interface_id)
|
2360
|
+
SENSITIVE = []
|
2297
2361
|
include Aws::Structure
|
2298
2362
|
end
|
2299
2363
|
|
@@ -2320,6 +2384,7 @@ module Aws::CodeBuild
|
|
2320
2384
|
class PhaseContext < Struct.new(
|
2321
2385
|
:status_code,
|
2322
2386
|
:message)
|
2387
|
+
SENSITIVE = []
|
2323
2388
|
include Aws::Structure
|
2324
2389
|
end
|
2325
2390
|
|
@@ -2502,6 +2567,7 @@ module Aws::CodeBuild
|
|
2502
2567
|
:badge,
|
2503
2568
|
:logs_config,
|
2504
2569
|
:file_system_locations)
|
2570
|
+
SENSITIVE = []
|
2505
2571
|
include Aws::Structure
|
2506
2572
|
end
|
2507
2573
|
|
@@ -2677,6 +2743,7 @@ module Aws::CodeBuild
|
|
2677
2743
|
:override_artifact_name,
|
2678
2744
|
:encryption_disabled,
|
2679
2745
|
:artifact_identifier)
|
2746
|
+
SENSITIVE = []
|
2680
2747
|
include Aws::Structure
|
2681
2748
|
end
|
2682
2749
|
|
@@ -2700,6 +2767,7 @@ module Aws::CodeBuild
|
|
2700
2767
|
class ProjectBadge < Struct.new(
|
2701
2768
|
:badge_enabled,
|
2702
2769
|
:badge_request_url)
|
2770
|
+
SENSITIVE = []
|
2703
2771
|
include Aws::Structure
|
2704
2772
|
end
|
2705
2773
|
|
@@ -2783,6 +2851,7 @@ module Aws::CodeBuild
|
|
2783
2851
|
:type,
|
2784
2852
|
:location,
|
2785
2853
|
:modes)
|
2854
|
+
SENSITIVE = []
|
2786
2855
|
include Aws::Structure
|
2787
2856
|
end
|
2788
2857
|
|
@@ -2951,6 +3020,7 @@ module Aws::CodeBuild
|
|
2951
3020
|
:certificate,
|
2952
3021
|
:registry_credential,
|
2953
3022
|
:image_pull_credentials_type)
|
3023
|
+
SENSITIVE = []
|
2954
3024
|
include Aws::Structure
|
2955
3025
|
end
|
2956
3026
|
|
@@ -3025,6 +3095,7 @@ module Aws::CodeBuild
|
|
3025
3095
|
:mount_point,
|
3026
3096
|
:identifier,
|
3027
3097
|
:mount_options)
|
3098
|
+
SENSITIVE = []
|
3028
3099
|
include Aws::Structure
|
3029
3100
|
end
|
3030
3101
|
|
@@ -3194,6 +3265,7 @@ module Aws::CodeBuild
|
|
3194
3265
|
:report_build_status,
|
3195
3266
|
:insecure_ssl,
|
3196
3267
|
:source_identifier)
|
3268
|
+
SENSITIVE = []
|
3197
3269
|
include Aws::Structure
|
3198
3270
|
end
|
3199
3271
|
|
@@ -3246,6 +3318,7 @@ module Aws::CodeBuild
|
|
3246
3318
|
class ProjectSourceVersion < Struct.new(
|
3247
3319
|
:source_identifier,
|
3248
3320
|
:source_version)
|
3321
|
+
SENSITIVE = []
|
3249
3322
|
include Aws::Structure
|
3250
3323
|
end
|
3251
3324
|
|
@@ -3278,6 +3351,7 @@ module Aws::CodeBuild
|
|
3278
3351
|
class PutResourcePolicyInput < Struct.new(
|
3279
3352
|
:policy,
|
3280
3353
|
:resource_arn)
|
3354
|
+
SENSITIVE = []
|
3281
3355
|
include Aws::Structure
|
3282
3356
|
end
|
3283
3357
|
|
@@ -3290,6 +3364,7 @@ module Aws::CodeBuild
|
|
3290
3364
|
#
|
3291
3365
|
class PutResourcePolicyOutput < Struct.new(
|
3292
3366
|
:resource_arn)
|
3367
|
+
SENSITIVE = []
|
3293
3368
|
include Aws::Structure
|
3294
3369
|
end
|
3295
3370
|
|
@@ -3336,6 +3411,7 @@ module Aws::CodeBuild
|
|
3336
3411
|
class RegistryCredential < Struct.new(
|
3337
3412
|
:credential,
|
3338
3413
|
:credential_provider)
|
3414
|
+
SENSITIVE = []
|
3339
3415
|
include Aws::Structure
|
3340
3416
|
end
|
3341
3417
|
|
@@ -3409,6 +3485,7 @@ module Aws::CodeBuild
|
|
3409
3485
|
:export_config,
|
3410
3486
|
:truncated,
|
3411
3487
|
:test_summary)
|
3488
|
+
SENSITIVE = []
|
3412
3489
|
include Aws::Structure
|
3413
3490
|
end
|
3414
3491
|
|
@@ -3446,6 +3523,7 @@ module Aws::CodeBuild
|
|
3446
3523
|
class ReportExportConfig < Struct.new(
|
3447
3524
|
:export_config_type,
|
3448
3525
|
:s3_destination)
|
3526
|
+
SENSITIVE = []
|
3449
3527
|
include Aws::Structure
|
3450
3528
|
end
|
3451
3529
|
|
@@ -3468,6 +3546,7 @@ module Aws::CodeBuild
|
|
3468
3546
|
#
|
3469
3547
|
class ReportFilter < Struct.new(
|
3470
3548
|
:status)
|
3549
|
+
SENSITIVE = []
|
3471
3550
|
include Aws::Structure
|
3472
3551
|
end
|
3473
3552
|
|
@@ -3518,6 +3597,7 @@ module Aws::CodeBuild
|
|
3518
3597
|
:created,
|
3519
3598
|
:last_modified,
|
3520
3599
|
:tags)
|
3600
|
+
SENSITIVE = []
|
3521
3601
|
include Aws::Structure
|
3522
3602
|
end
|
3523
3603
|
|
@@ -3571,6 +3651,7 @@ module Aws::CodeBuild
|
|
3571
3651
|
:status,
|
3572
3652
|
:location,
|
3573
3653
|
:encryption_disabled)
|
3654
|
+
SENSITIVE = []
|
3574
3655
|
include Aws::Structure
|
3575
3656
|
end
|
3576
3657
|
|
@@ -3624,6 +3705,7 @@ module Aws::CodeBuild
|
|
3624
3705
|
:packaging,
|
3625
3706
|
:encryption_key,
|
3626
3707
|
:encryption_disabled)
|
3708
|
+
SENSITIVE = []
|
3627
3709
|
include Aws::Structure
|
3628
3710
|
end
|
3629
3711
|
|
@@ -3659,6 +3741,7 @@ module Aws::CodeBuild
|
|
3659
3741
|
class SourceAuth < Struct.new(
|
3660
3742
|
:type,
|
3661
3743
|
:resource)
|
3744
|
+
SENSITIVE = []
|
3662
3745
|
include Aws::Structure
|
3663
3746
|
end
|
3664
3747
|
|
@@ -3685,6 +3768,7 @@ module Aws::CodeBuild
|
|
3685
3768
|
:arn,
|
3686
3769
|
:server_type,
|
3687
3770
|
:auth_type)
|
3771
|
+
SENSITIVE = []
|
3688
3772
|
include Aws::Structure
|
3689
3773
|
end
|
3690
3774
|
|
@@ -4050,6 +4134,7 @@ module Aws::CodeBuild
|
|
4050
4134
|
:logs_config_override,
|
4051
4135
|
:registry_credential_override,
|
4052
4136
|
:image_pull_credentials_type_override)
|
4137
|
+
SENSITIVE = []
|
4053
4138
|
include Aws::Structure
|
4054
4139
|
end
|
4055
4140
|
|
@@ -4061,6 +4146,7 @@ module Aws::CodeBuild
|
|
4061
4146
|
#
|
4062
4147
|
class StartBuildOutput < Struct.new(
|
4063
4148
|
:build)
|
4149
|
+
SENSITIVE = []
|
4064
4150
|
include Aws::Structure
|
4065
4151
|
end
|
4066
4152
|
|
@@ -4079,6 +4165,7 @@ module Aws::CodeBuild
|
|
4079
4165
|
#
|
4080
4166
|
class StopBuildInput < Struct.new(
|
4081
4167
|
:id)
|
4168
|
+
SENSITIVE = []
|
4082
4169
|
include Aws::Structure
|
4083
4170
|
end
|
4084
4171
|
|
@@ -4090,6 +4177,7 @@ module Aws::CodeBuild
|
|
4090
4177
|
#
|
4091
4178
|
class StopBuildOutput < Struct.new(
|
4092
4179
|
:build)
|
4180
|
+
SENSITIVE = []
|
4093
4181
|
include Aws::Structure
|
4094
4182
|
end
|
4095
4183
|
|
@@ -4119,6 +4207,7 @@ module Aws::CodeBuild
|
|
4119
4207
|
class Tag < Struct.new(
|
4120
4208
|
:key,
|
4121
4209
|
:value)
|
4210
|
+
SENSITIVE = []
|
4122
4211
|
include Aws::Structure
|
4123
4212
|
end
|
4124
4213
|
|
@@ -4175,6 +4264,7 @@ module Aws::CodeBuild
|
|
4175
4264
|
:duration_in_nano_seconds,
|
4176
4265
|
:message,
|
4177
4266
|
:expired)
|
4267
|
+
SENSITIVE = []
|
4178
4268
|
include Aws::Structure
|
4179
4269
|
end
|
4180
4270
|
|
@@ -4197,6 +4287,7 @@ module Aws::CodeBuild
|
|
4197
4287
|
#
|
4198
4288
|
class TestCaseFilter < Struct.new(
|
4199
4289
|
:status)
|
4290
|
+
SENSITIVE = []
|
4200
4291
|
include Aws::Structure
|
4201
4292
|
end
|
4202
4293
|
|
@@ -4223,6 +4314,7 @@ module Aws::CodeBuild
|
|
4223
4314
|
:total,
|
4224
4315
|
:status_counts,
|
4225
4316
|
:duration_in_nano_seconds)
|
4317
|
+
SENSITIVE = []
|
4226
4318
|
include Aws::Structure
|
4227
4319
|
end
|
4228
4320
|
|
@@ -4524,6 +4616,7 @@ module Aws::CodeBuild
|
|
4524
4616
|
:badge_enabled,
|
4525
4617
|
:logs_config,
|
4526
4618
|
:file_system_locations)
|
4619
|
+
SENSITIVE = []
|
4527
4620
|
include Aws::Structure
|
4528
4621
|
end
|
4529
4622
|
|
@@ -4535,6 +4628,7 @@ module Aws::CodeBuild
|
|
4535
4628
|
#
|
4536
4629
|
class UpdateProjectOutput < Struct.new(
|
4537
4630
|
:project)
|
4631
|
+
SENSITIVE = []
|
4538
4632
|
include Aws::Structure
|
4539
4633
|
end
|
4540
4634
|
|
@@ -4587,6 +4681,7 @@ module Aws::CodeBuild
|
|
4587
4681
|
:arn,
|
4588
4682
|
:export_config,
|
4589
4683
|
:tags)
|
4684
|
+
SENSITIVE = []
|
4590
4685
|
include Aws::Structure
|
4591
4686
|
end
|
4592
4687
|
|
@@ -4598,6 +4693,7 @@ module Aws::CodeBuild
|
|
4598
4693
|
#
|
4599
4694
|
class UpdateReportGroupOutput < Struct.new(
|
4600
4695
|
:report_group)
|
4696
|
+
SENSITIVE = []
|
4601
4697
|
include Aws::Structure
|
4602
4698
|
end
|
4603
4699
|
|
@@ -4654,6 +4750,7 @@ module Aws::CodeBuild
|
|
4654
4750
|
:branch_filter,
|
4655
4751
|
:rotate_secret,
|
4656
4752
|
:filter_groups)
|
4753
|
+
SENSITIVE = []
|
4657
4754
|
include Aws::Structure
|
4658
4755
|
end
|
4659
4756
|
|
@@ -4666,6 +4763,7 @@ module Aws::CodeBuild
|
|
4666
4763
|
#
|
4667
4764
|
class UpdateWebhookOutput < Struct.new(
|
4668
4765
|
:webhook)
|
4766
|
+
SENSITIVE = []
|
4669
4767
|
include Aws::Structure
|
4670
4768
|
end
|
4671
4769
|
|
@@ -4698,6 +4796,7 @@ module Aws::CodeBuild
|
|
4698
4796
|
:vpc_id,
|
4699
4797
|
:subnets,
|
4700
4798
|
:security_group_ids)
|
4799
|
+
SENSITIVE = []
|
4701
4800
|
include Aws::Structure
|
4702
4801
|
end
|
4703
4802
|
|
@@ -4756,6 +4855,7 @@ module Aws::CodeBuild
|
|
4756
4855
|
:branch_filter,
|
4757
4856
|
:filter_groups,
|
4758
4857
|
:last_modified_secret)
|
4858
|
+
SENSITIVE = []
|
4759
4859
|
include Aws::Structure
|
4760
4860
|
end
|
4761
4861
|
|
@@ -4852,6 +4952,7 @@ module Aws::CodeBuild
|
|
4852
4952
|
:type,
|
4853
4953
|
:pattern,
|
4854
4954
|
:exclude_matched_pattern)
|
4955
|
+
SENSITIVE = []
|
4855
4956
|
include Aws::Structure
|
4856
4957
|
end
|
4857
4958
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.54.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|