aws-sdk-core 2.11.362 → 2.11.363

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '079fd407dea814916e1d7c6050cb29697051bc9b'
4
- data.tar.gz: 07b71b99c89cb30a2d8afc5c2d8fe5d0e839a4bc
3
+ metadata.gz: 62a7500752cbb56059895ab4d6c052b62dacafb5
4
+ data.tar.gz: f252e4e46979381dfa1f51163924b0ada1e105a5
5
5
  SHA512:
6
- metadata.gz: 69a7402a3579b3208df064685db4daabc0b1c83036413d005893bd61fe0a986d955e512a34274a9f5287ab5073c9b9d7b6fa9b2d3348d104328c973d798bbc71
7
- data.tar.gz: ffac6e46ec449ecbd3861b49fcd387c8854f7f6ca475a13aa22b2dc842080278fbe7820ae20fb0f1f52bead54eb839caba42d51872ccbad749ca05f83dcbbc62
6
+ metadata.gz: d15676b4b08e55eeec4cd6603764a090b4bcd1cd9349664ef5e27ae8dd9b0c4e04ecef12a1567a5bad2610c4e80cd9b4292355bc81f1c8c7141fb3d7f5e55799
7
+ data.tar.gz: 650d6d8756f66b058ffe3e3635eb8d676abd8d460fe96273dbcd3b8e1e1d58119833cad4e1c1520483b263fba761f8e0f0e7f0629a557e771d8777c5011faaa3
@@ -175,6 +175,21 @@
175
175
  {"shape":"LimitExceededException"}
176
176
  ]
177
177
  },
178
+ "GenerateAccessLogs":{
179
+ "name":"GenerateAccessLogs",
180
+ "http":{
181
+ "method":"POST",
182
+ "requestUri":"/apps/{appId}/accesslogs"
183
+ },
184
+ "input":{"shape":"GenerateAccessLogsRequest"},
185
+ "output":{"shape":"GenerateAccessLogsResult"},
186
+ "errors":[
187
+ {"shape":"NotFoundException"},
188
+ {"shape":"BadRequestException"},
189
+ {"shape":"UnauthorizedException"},
190
+ {"shape":"InternalFailureException"}
191
+ ]
192
+ },
178
193
  "GetApp":{
179
194
  "name":"GetApp",
180
195
  "http":{
@@ -190,6 +205,22 @@
190
205
  {"shape":"InternalFailureException"}
191
206
  ]
192
207
  },
208
+ "GetArtifactUrl":{
209
+ "name":"GetArtifactUrl",
210
+ "http":{
211
+ "method":"GET",
212
+ "requestUri":"/artifacts/{artifactId}"
213
+ },
214
+ "input":{"shape":"GetArtifactUrlRequest"},
215
+ "output":{"shape":"GetArtifactUrlResult"},
216
+ "errors":[
217
+ {"shape":"BadRequestException"},
218
+ {"shape":"UnauthorizedException"},
219
+ {"shape":"InternalFailureException"},
220
+ {"shape":"NotFoundException"},
221
+ {"shape":"LimitExceededException"}
222
+ ]
223
+ },
193
224
  "GetBranch":{
194
225
  "name":"GetBranch",
195
226
  "http":{
@@ -266,6 +297,21 @@
266
297
  {"shape":"InternalFailureException"}
267
298
  ]
268
299
  },
300
+ "ListArtifacts":{
301
+ "name":"ListArtifacts",
302
+ "http":{
303
+ "method":"GET",
304
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts"
305
+ },
306
+ "input":{"shape":"ListArtifactsRequest"},
307
+ "output":{"shape":"ListArtifactsResult"},
308
+ "errors":[
309
+ {"shape":"BadRequestException"},
310
+ {"shape":"UnauthorizedException"},
311
+ {"shape":"InternalFailureException"},
312
+ {"shape":"LimitExceededException"}
313
+ ]
314
+ },
269
315
  "ListBranches":{
270
316
  "name":"ListBranches",
271
317
  "http":{
@@ -541,6 +587,37 @@
541
587
  "type":"list",
542
588
  "member":{"shape":"App"}
543
589
  },
590
+ "Artifact":{
591
+ "type":"structure",
592
+ "required":[
593
+ "artifactFileName",
594
+ "artifactId"
595
+ ],
596
+ "members":{
597
+ "artifactFileName":{"shape":"ArtifactFileName"},
598
+ "artifactId":{"shape":"ArtifactId"}
599
+ }
600
+ },
601
+ "ArtifactFileName":{
602
+ "type":"string",
603
+ "max":1000
604
+ },
605
+ "ArtifactId":{
606
+ "type":"string",
607
+ "max":255
608
+ },
609
+ "ArtifactType":{
610
+ "type":"string",
611
+ "enum":["TEST"]
612
+ },
613
+ "ArtifactUrl":{
614
+ "type":"string",
615
+ "max":1000
616
+ },
617
+ "Artifacts":{
618
+ "type":"list",
619
+ "member":{"shape":"Artifact"}
620
+ },
544
621
  "ArtifactsUrl":{
545
622
  "type":"string",
546
623
  "max":1000
@@ -563,7 +640,8 @@
563
640
  "environmentVariables":{"shape":"EnvironmentVariables"},
564
641
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
565
642
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
566
- "buildSpec":{"shape":"BuildSpec"}
643
+ "buildSpec":{"shape":"BuildSpec"},
644
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
567
645
  }
568
646
  },
569
647
  "AutoBranchCreationPattern":{
@@ -605,7 +683,8 @@
605
683
  "activeJobId",
606
684
  "totalNumberOfJobs",
607
685
  "enableBasicAuth",
608
- "ttl"
686
+ "ttl",
687
+ "enablePullRequestPreview"
609
688
  ],
610
689
  "members":{
611
690
  "branchArn":{"shape":"BranchArn"},
@@ -628,7 +707,10 @@
628
707
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
629
708
  "buildSpec":{"shape":"BuildSpec"},
630
709
  "ttl":{"shape":"TTL"},
631
- "associatedResources":{"shape":"AssociatedResources"}
710
+ "associatedResources":{"shape":"AssociatedResources"},
711
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
712
+ "destinationBranch":{"shape":"BranchName"},
713
+ "sourceBranch":{"shape":"BranchName"}
632
714
  }
633
715
  },
634
716
  "BranchArn":{
@@ -724,7 +806,8 @@
724
806
  "tags":{"shape":"TagMap"},
725
807
  "buildSpec":{"shape":"BuildSpec"},
726
808
  "ttl":{"shape":"TTL"},
727
- "displayName":{"shape":"DisplayName"}
809
+ "displayName":{"shape":"DisplayName"},
810
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
728
811
  }
729
812
  },
730
813
  "CreateBranchResult":{
@@ -1042,6 +1125,7 @@
1042
1125
  "EnableBasicAuth":{"type":"boolean"},
1043
1126
  "EnableBranchAutoBuild":{"type":"boolean"},
1044
1127
  "EnableNotification":{"type":"boolean"},
1128
+ "EnablePullRequestPreview":{"type":"boolean"},
1045
1129
  "EndTime":{"type":"timestamp"},
1046
1130
  "EnvKey":{
1047
1131
  "type":"string",
@@ -1078,6 +1162,29 @@
1078
1162
  "type":"string",
1079
1163
  "max":255
1080
1164
  },
1165
+ "GenerateAccessLogsRequest":{
1166
+ "type":"structure",
1167
+ "required":[
1168
+ "domainName",
1169
+ "appId"
1170
+ ],
1171
+ "members":{
1172
+ "startTime":{"shape":"StartTime"},
1173
+ "endTime":{"shape":"EndTime"},
1174
+ "domainName":{"shape":"DomainName"},
1175
+ "appId":{
1176
+ "shape":"AppId",
1177
+ "location":"uri",
1178
+ "locationName":"appId"
1179
+ }
1180
+ }
1181
+ },
1182
+ "GenerateAccessLogsResult":{
1183
+ "type":"structure",
1184
+ "members":{
1185
+ "logUrl":{"shape":"LogUrl"}
1186
+ }
1187
+ },
1081
1188
  "GetAppRequest":{
1082
1189
  "type":"structure",
1083
1190
  "required":["appId"],
@@ -1096,6 +1203,28 @@
1096
1203
  "app":{"shape":"App"}
1097
1204
  }
1098
1205
  },
1206
+ "GetArtifactUrlRequest":{
1207
+ "type":"structure",
1208
+ "required":["artifactId"],
1209
+ "members":{
1210
+ "artifactId":{
1211
+ "shape":"ArtifactId",
1212
+ "location":"uri",
1213
+ "locationName":"artifactId"
1214
+ }
1215
+ }
1216
+ },
1217
+ "GetArtifactUrlResult":{
1218
+ "type":"structure",
1219
+ "required":[
1220
+ "artifactId",
1221
+ "artifactUrl"
1222
+ ],
1223
+ "members":{
1224
+ "artifactId":{"shape":"ArtifactId"},
1225
+ "artifactUrl":{"shape":"ArtifactUrl"}
1226
+ }
1227
+ },
1099
1228
  "GetBranchRequest":{
1100
1229
  "type":"structure",
1101
1230
  "required":[
@@ -1312,6 +1441,50 @@
1312
1441
  "nextToken":{"shape":"NextToken"}
1313
1442
  }
1314
1443
  },
1444
+ "ListArtifactsRequest":{
1445
+ "type":"structure",
1446
+ "required":[
1447
+ "appId",
1448
+ "branchName",
1449
+ "jobId"
1450
+ ],
1451
+ "members":{
1452
+ "appId":{
1453
+ "shape":"AppId",
1454
+ "location":"uri",
1455
+ "locationName":"appId"
1456
+ },
1457
+ "branchName":{
1458
+ "shape":"BranchName",
1459
+ "location":"uri",
1460
+ "locationName":"branchName"
1461
+ },
1462
+ "jobId":{
1463
+ "shape":"JobId",
1464
+ "location":"uri",
1465
+ "locationName":"jobId"
1466
+ },
1467
+ "artifactType":{"shape":"ArtifactType"},
1468
+ "nextToken":{
1469
+ "shape":"NextToken",
1470
+ "location":"querystring",
1471
+ "locationName":"nextToken"
1472
+ },
1473
+ "maxResults":{
1474
+ "shape":"MaxResults",
1475
+ "location":"querystring",
1476
+ "locationName":"maxResults"
1477
+ }
1478
+ }
1479
+ },
1480
+ "ListArtifactsResult":{
1481
+ "type":"structure",
1482
+ "required":["artifacts"],
1483
+ "members":{
1484
+ "artifacts":{"shape":"Artifacts"},
1485
+ "nextToken":{"shape":"NextToken"}
1486
+ }
1487
+ },
1315
1488
  "ListBranchesRequest":{
1316
1489
  "type":"structure",
1317
1490
  "required":["appId"],
@@ -1546,7 +1719,8 @@
1546
1719
  "PRODUCTION",
1547
1720
  "BETA",
1548
1721
  "DEVELOPMENT",
1549
- "EXPERIMENTAL"
1722
+ "EXPERIMENTAL",
1723
+ "PULL_REQUEST"
1550
1724
  ]
1551
1725
  },
1552
1726
  "StartDeploymentRequest":{
@@ -1613,7 +1787,7 @@
1613
1787
  "StartTime":{"type":"timestamp"},
1614
1788
  "Status":{
1615
1789
  "type":"string",
1616
- "max":3,
1790
+ "max":7,
1617
1791
  "min":3
1618
1792
  },
1619
1793
  "StatusReason":{
@@ -1635,6 +1809,8 @@
1635
1809
  "endTime":{"shape":"EndTime"},
1636
1810
  "logUrl":{"shape":"LogUrl"},
1637
1811
  "artifactsUrl":{"shape":"ArtifactsUrl"},
1812
+ "testArtifactsUrl":{"shape":"TestArtifactsUrl"},
1813
+ "testConfigUrl":{"shape":"TestConfigUrl"},
1638
1814
  "screenshots":{"shape":"Screenshots"},
1639
1815
  "statusReason":{"shape":"StatusReason"},
1640
1816
  "context":{"shape":"Context"}
@@ -1763,6 +1939,14 @@
1763
1939
  "max":2048,
1764
1940
  "min":1
1765
1941
  },
1942
+ "TestArtifactsUrl":{
1943
+ "type":"string",
1944
+ "max":1000
1945
+ },
1946
+ "TestConfigUrl":{
1947
+ "type":"string",
1948
+ "max":1000
1949
+ },
1766
1950
  "ThumbnailName":{
1767
1951
  "type":"string",
1768
1952
  "max":256
@@ -1829,7 +2013,10 @@
1829
2013
  "buildSpec":{"shape":"BuildSpec"},
1830
2014
  "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
1831
2015
  "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
1832
- "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
2016
+ "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
2017
+ "repository":{"shape":"Repository"},
2018
+ "oauthToken":{"shape":"OauthToken"},
2019
+ "accessToken":{"shape":"AccessToken"}
1833
2020
  }
1834
2021
  },
1835
2022
  "UpdateAppResult":{
@@ -1866,7 +2053,8 @@
1866
2053
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
1867
2054
  "buildSpec":{"shape":"BuildSpec"},
1868
2055
  "ttl":{"shape":"TTL"},
1869
- "displayName":{"shape":"DisplayName"}
2056
+ "displayName":{"shape":"DisplayName"},
2057
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
1870
2058
  }
1871
2059
  },
1872
2060
  "UpdateBranchResult":{
@@ -933,8 +933,7 @@
933
933
  "cpu":{"shape":"String"},
934
934
  "memory":{"shape":"String"},
935
935
  "memoryReservation":{"shape":"String"},
936
- "gpuIds":{"shape":"GpuIds"},
937
- "firelensConfiguration":{"shape":"FirelensConfiguration"}
936
+ "gpuIds":{"shape":"GpuIds"}
938
937
  }
939
938
  },
940
939
  "ContainerCondition":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.362'
2
+ VERSION = '2.11.363'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.362
4
+ version: 2.11.363
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: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath