aws-sdk-core 2.11.142 → 2.11.143

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
  SHA1:
3
- metadata.gz: e3bec71c87803507943035e81253e016ccb749af
4
- data.tar.gz: 5a873720cf72866e5c3a5a2c1a2aae9824f70597
3
+ metadata.gz: '07599a716ba8ae0f889553aef0bfaabc8ca104c0'
4
+ data.tar.gz: 7c65bd859ad1322fd37e823ec2495b9f80a21041
5
5
  SHA512:
6
- metadata.gz: 4a6187bd9b9fbb2dd6ca25d43be718c47d464c710d4b636cf96baa4269f1b09f955c25e222bcb68b56e0b91c5e8fb7c1de0ee237b75678dd3902fffa6d907c59
7
- data.tar.gz: 4f006e144262c22527503dfcd863ead698d61137855a10888fe358fd1cd3c273cee7d00a99dbf36f29465fe632c869a67129fac72defd5152dcb3b805c8d3569
6
+ metadata.gz: 659b6b7a03e7e017b8a8e4778adbf1a105cd95fcb12c3fff7edf0d02e79ff232ca2408aa0a2570ddc5ba48c1cb4911223b27ed36854b31dd6000799f583bdebe
7
+ data.tar.gz: 596ae4ceebb59327e987980a7dba3f42068f59a6403e20e067ea8eb6165ff953c7bd577625482c74123c0897e10cef8ca8fcfbb9fd4c800b987372c5a8baec2a
@@ -4156,11 +4156,6 @@
4156
4156
  "key":{"shape":"String"},
4157
4157
  "value":{"shape":"ThrottleSettings"}
4158
4158
  },
4159
- "MapOfHeaderValues":{
4160
- "type":"map",
4161
- "key":{"shape":"String"},
4162
- "value":{"shape":"String"}
4163
- },
4164
4159
  "MapOfIntegrationResponse":{
4165
4160
  "type":"map",
4166
4161
  "key":{"shape":"String"},
@@ -4735,7 +4730,8 @@
4735
4730
  "location":"uri",
4736
4731
  "locationName":"authorizer_id"
4737
4732
  },
4738
- "headers":{"shape":"MapOfHeaderValues"},
4733
+ "headers":{"shape":"MapOfStringToString"},
4734
+ "multiValueHeaders":{"shape":"MapOfStringToList"},
4739
4735
  "pathWithQueryString":{"shape":"String"},
4740
4736
  "body":{"shape":"String"},
4741
4737
  "stageVariables":{"shape":"MapOfStringToString"},
@@ -4779,7 +4775,8 @@
4779
4775
  },
4780
4776
  "pathWithQueryString":{"shape":"String"},
4781
4777
  "body":{"shape":"String"},
4782
- "headers":{"shape":"MapOfHeaderValues"},
4778
+ "headers":{"shape":"MapOfStringToString"},
4779
+ "multiValueHeaders":{"shape":"MapOfStringToList"},
4783
4780
  "clientCertificateId":{"shape":"String"},
4784
4781
  "stageVariables":{"shape":"MapOfStringToString"}
4785
4782
  }
@@ -4789,7 +4786,8 @@
4789
4786
  "members":{
4790
4787
  "status":{"shape":"Integer"},
4791
4788
  "body":{"shape":"String"},
4792
- "headers":{"shape":"MapOfHeaderValues"},
4789
+ "headers":{"shape":"MapOfStringToString"},
4790
+ "multiValueHeaders":{"shape":"MapOfStringToList"},
4793
4791
  "log":{"shape":"String"},
4794
4792
  "latency":{"shape":"Long"}
4795
4793
  }
@@ -299,6 +299,7 @@
299
299
  "currentPhase":{"shape":"String"},
300
300
  "buildStatus":{"shape":"StatusType"},
301
301
  "sourceVersion":{"shape":"NonEmptyString"},
302
+ "resolvedSourceVersion":{"shape":"NonEmptyString"},
302
303
  "projectName":{"shape":"NonEmptyString"},
303
304
  "phases":{"shape":"BuildPhases"},
304
305
  "source":{"shape":"ProjectSource"},
@@ -2716,6 +2716,7 @@
2716
2716
  "box":true
2717
2717
  },
2718
2718
  "RejectedPatches":{"shape":"PatchIdList"},
2719
+ "RejectedPatchesAction":{"shape":"PatchAction"},
2719
2720
  "Description":{"shape":"BaselineDescription"},
2720
2721
  "Sources":{"shape":"PatchSourceList"},
2721
2722
  "ClientToken":{
@@ -3467,6 +3468,10 @@
3467
3468
  "Instances":{"shape":"Integer"},
3468
3469
  "InstancesWithInstalledPatches":{"shape":"Integer"},
3469
3470
  "InstancesWithInstalledOtherPatches":{"shape":"Integer"},
3471
+ "InstancesWithInstalledRejectedPatches":{
3472
+ "shape":"InstancesCount",
3473
+ "box":true
3474
+ },
3470
3475
  "InstancesWithMissingPatches":{"shape":"Integer"},
3471
3476
  "InstancesWithFailedPatches":{"shape":"Integer"},
3472
3477
  "InstancesWithNotApplicablePatches":{"shape":"Integer"}
@@ -4247,6 +4252,7 @@
4247
4252
  "box":true
4248
4253
  },
4249
4254
  "RejectedPatches":{"shape":"PatchIdList"},
4255
+ "RejectedPatchesAction":{"shape":"PatchAction"},
4250
4256
  "PatchGroups":{"shape":"PatchGroupList"},
4251
4257
  "CreatedDate":{"shape":"DateTime"},
4252
4258
  "ModifiedDate":{"shape":"DateTime"},
@@ -4290,6 +4296,12 @@
4290
4296
  },
4291
4297
  "exception":true
4292
4298
  },
4299
+ "InstallOverrideList":{
4300
+ "type":"string",
4301
+ "max":256,
4302
+ "min":1,
4303
+ "pattern":"^https://.+$|^s3://([^/]+)/(.*?([^/]+))$"
4304
+ },
4293
4305
  "InstanceAggregatedAssociationOverview":{
4294
4306
  "type":"structure",
4295
4307
  "members":{
@@ -4475,9 +4487,14 @@
4475
4487
  "PatchGroup":{"shape":"PatchGroup"},
4476
4488
  "BaselineId":{"shape":"BaselineId"},
4477
4489
  "SnapshotId":{"shape":"SnapshotId"},
4490
+ "InstallOverrideList":{"shape":"InstallOverrideList"},
4478
4491
  "OwnerInformation":{"shape":"OwnerInformation"},
4479
4492
  "InstalledCount":{"shape":"PatchInstalledCount"},
4480
4493
  "InstalledOtherCount":{"shape":"PatchInstalledOtherCount"},
4494
+ "InstalledRejectedCount":{
4495
+ "shape":"PatchInstalledRejectedCount",
4496
+ "box":true
4497
+ },
4481
4498
  "MissingCount":{"shape":"PatchMissingCount"},
4482
4499
  "FailedCount":{"shape":"PatchFailedCount"},
4483
4500
  "NotApplicableCount":{"shape":"PatchNotApplicableCount"},
@@ -4540,6 +4557,7 @@
4540
4557
  "type":"string",
4541
4558
  "max":255
4542
4559
  },
4560
+ "InstancesCount":{"type":"integer"},
4543
4561
  "Integer":{"type":"integer"},
4544
4562
  "InternalServerError":{
4545
4563
  "type":"structure",
@@ -6179,6 +6197,13 @@
6179
6197
  "Language":{"shape":"PatchLanguage"}
6180
6198
  }
6181
6199
  },
6200
+ "PatchAction":{
6201
+ "type":"string",
6202
+ "enum":[
6203
+ "ALLOW_AS_DEPENDENCY",
6204
+ "BLOCK"
6205
+ ]
6206
+ },
6182
6207
  "PatchBaselineIdentity":{
6183
6208
  "type":"structure",
6184
6209
  "members":{
@@ -6227,6 +6252,7 @@
6227
6252
  "enum":[
6228
6253
  "INSTALLED",
6229
6254
  "INSTALLED_OTHER",
6255
+ "INSTALLED_REJECTED",
6230
6256
  "MISSING",
6231
6257
  "NOT_APPLICABLE",
6232
6258
  "FAILED"
@@ -6341,6 +6367,7 @@
6341
6367
  },
6342
6368
  "PatchInstalledCount":{"type":"integer"},
6343
6369
  "PatchInstalledOtherCount":{"type":"integer"},
6370
+ "PatchInstalledRejectedCount":{"type":"integer"},
6344
6371
  "PatchKbNumber":{"type":"string"},
6345
6372
  "PatchLanguage":{"type":"string"},
6346
6373
  "PatchList":{
@@ -7717,6 +7744,7 @@
7717
7744
  "box":true
7718
7745
  },
7719
7746
  "RejectedPatches":{"shape":"PatchIdList"},
7747
+ "RejectedPatchesAction":{"shape":"PatchAction"},
7720
7748
  "Description":{"shape":"BaselineDescription"},
7721
7749
  "Sources":{"shape":"PatchSourceList"},
7722
7750
  "Replace":{
@@ -7740,6 +7768,7 @@
7740
7768
  "box":true
7741
7769
  },
7742
7770
  "RejectedPatches":{"shape":"PatchIdList"},
7771
+ "RejectedPatchesAction":{"shape":"PatchAction"},
7743
7772
  "CreatedDate":{"shape":"DateTime"},
7744
7773
  "ModifiedDate":{"shape":"DateTime"},
7745
7774
  "Description":{"shape":"BaselineDescription"},
@@ -1900,6 +1900,17 @@
1900
1900
  "max":100,
1901
1901
  "min":0
1902
1902
  },
1903
+ "Folder":{
1904
+ "type":"string",
1905
+ "max":1024,
1906
+ "min":1
1907
+ },
1908
+ "FolderList":{
1909
+ "type":"list",
1910
+ "member":{"shape":"Folder"},
1911
+ "max":50,
1912
+ "min":1
1913
+ },
1903
1914
  "GatewayARN":{
1904
1915
  "type":"string",
1905
1916
  "max":500,
@@ -2284,13 +2295,16 @@
2284
2295
  "type":"structure",
2285
2296
  "required":["FileShareARN"],
2286
2297
  "members":{
2287
- "FileShareARN":{"shape":"FileShareARN"}
2298
+ "FileShareARN":{"shape":"FileShareARN"},
2299
+ "FolderList":{"shape":"FolderList"},
2300
+ "Recursive":{"shape":"Boolean"}
2288
2301
  }
2289
2302
  },
2290
2303
  "RefreshCacheOutput":{
2291
2304
  "type":"structure",
2292
2305
  "members":{
2293
- "FileShareARN":{"shape":"FileShareARN"}
2306
+ "FileShareARN":{"shape":"FileShareARN"},
2307
+ "NotificationId":{"shape":"NotificationId"}
2294
2308
  }
2295
2309
  },
2296
2310
  "RegionId":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.142'
2
+ VERSION = '2.11.143'
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.142
4
+ version: 2.11.143
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: 2018-10-02 00:00:00.000000000 Z
11
+ date: 2018-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath