aws-sdk-core 2.11.502 → 2.11.503

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: 2611012fd7268fd2b3061f357fc6788106cd38a3d27fcc55689881ed830c50ae
4
- data.tar.gz: 3638c93a02dbb3daf9fdb3de572fd5a83ac277b06b9daa453ff8028aad74dbdd
3
+ metadata.gz: e3fa20c81bc381e210a2ace04538a8afc87bbe1d9b14ffa43fbac4a21a0bbb59
4
+ data.tar.gz: 0cb3c63e08364cc7594cc4096f44701a60fc0e4e454da445c704a8c7446699bb
5
5
  SHA512:
6
- metadata.gz: 7f5bf386fcf362cf7765b9f724c5c898dd6f23acbad754aabf377329d3581ae1c55c2a276d0bc9f658509286c598c904172d088e0842a64b2753e5c2240339ce
7
- data.tar.gz: 44d45a53b71f48af72d9e55c9d5dbea8f559b62a259c49c770af3232ebea474bc57f7d5714c5295bd50125e46ace7295c92102bcb3bb53ad08941087b70d0564
6
+ metadata.gz: b005a62d65415519715306f5d717c6376a7cdb4a61f577d96bbd9e8439d7f6437ebb9bde2915ca617dea9143683dbcb0c42a90255b4f79bf05367920dc461c46
7
+ data.tar.gz: 0f80c951587bd2df3d2042f4bab0892d7fed45a28792cbeca014c1eace12f3073909048a6250789e9bc136e6b7242683af031b3438428c91f4bc4c48fa76a3b0
@@ -1900,7 +1900,8 @@
1900
1900
  "BASE_REF",
1901
1901
  "HEAD_REF",
1902
1902
  "ACTOR_ACCOUNT_ID",
1903
- "FILE_PATH"
1903
+ "FILE_PATH",
1904
+ "COMMIT_MESSAGE"
1904
1905
  ]
1905
1906
  },
1906
1907
  "WrapperBoolean":{"type":"boolean"},
@@ -1,4 +1,55 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeTestCases": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "testCases"
8
+ },
9
+ "ListBuilds": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "result_key": "ids"
13
+ },
14
+ "ListBuildsForProject": {
15
+ "input_token": "nextToken",
16
+ "output_token": "nextToken",
17
+ "result_key": "ids"
18
+ },
19
+ "ListProjects": {
20
+ "input_token": "nextToken",
21
+ "output_token": "nextToken",
22
+ "result_key": "projects"
23
+ },
24
+ "ListReportGroups": {
25
+ "input_token": "nextToken",
26
+ "limit_key": "maxResults",
27
+ "output_token": "nextToken",
28
+ "result_key": "reportGroups"
29
+ },
30
+ "ListReports": {
31
+ "input_token": "nextToken",
32
+ "limit_key": "maxResults",
33
+ "output_token": "nextToken",
34
+ "result_key": "reports"
35
+ },
36
+ "ListReportsForReportGroup": {
37
+ "input_token": "nextToken",
38
+ "limit_key": "maxResults",
39
+ "output_token": "nextToken",
40
+ "result_key": "reports"
41
+ },
42
+ "ListSharedProjects": {
43
+ "input_token": "nextToken",
44
+ "limit_key": "maxResults",
45
+ "output_token": "nextToken",
46
+ "result_key": "projects"
47
+ },
48
+ "ListSharedReportGroups": {
49
+ "input_token": "nextToken",
50
+ "limit_key": "maxResults",
51
+ "output_token": "nextToken",
52
+ "result_key": "reportGroups"
53
+ }
3
54
  }
4
- }
55
+ }
@@ -6846,6 +6846,10 @@
6846
6846
  "LaunchTemplate":{
6847
6847
  "shape":"LaunchTemplate",
6848
6848
  "locationName":"launchTemplate"
6849
+ },
6850
+ "Warning":{
6851
+ "shape":"ValidationWarning",
6852
+ "locationName":"warning"
6849
6853
  }
6850
6854
  }
6851
6855
  },
@@ -6868,6 +6872,10 @@
6868
6872
  "LaunchTemplateVersion":{
6869
6873
  "shape":"LaunchTemplateVersion",
6870
6874
  "locationName":"launchTemplateVersion"
6875
+ },
6876
+ "Warning":{
6877
+ "shape":"ValidationWarning",
6878
+ "locationName":"warning"
6871
6879
  }
6872
6880
  }
6873
6881
  },
@@ -14009,6 +14017,13 @@
14009
14017
  "locationName":"item"
14010
14018
  }
14011
14019
  },
14020
+ "ErrorSet":{
14021
+ "type":"list",
14022
+ "member":{
14023
+ "shape":"ValidationError",
14024
+ "locationName":"item"
14025
+ }
14026
+ },
14012
14027
  "EventCode":{
14013
14028
  "type":"string",
14014
14029
  "enum":[
@@ -28389,6 +28404,28 @@
28389
28404
  }
28390
28405
  }
28391
28406
  },
28407
+ "ValidationError":{
28408
+ "type":"structure",
28409
+ "members":{
28410
+ "Code":{
28411
+ "shape":"String",
28412
+ "locationName":"code"
28413
+ },
28414
+ "Message":{
28415
+ "shape":"String",
28416
+ "locationName":"message"
28417
+ }
28418
+ }
28419
+ },
28420
+ "ValidationWarning":{
28421
+ "type":"structure",
28422
+ "members":{
28423
+ "Errors":{
28424
+ "shape":"ErrorSet",
28425
+ "locationName":"errorSet"
28426
+ }
28427
+ }
28428
+ },
28392
28429
  "ValueStringList":{
28393
28430
  "type":"list",
28394
28431
  "member":{
@@ -4138,7 +4138,9 @@
4138
4138
  "accessFrom":{"shape":"string"},
4139
4139
  "accessType":{"shape":"PortAccessType"},
4140
4140
  "commonName":{"shape":"string"},
4141
- "accessDirection":{"shape":"AccessDirection"}
4141
+ "accessDirection":{"shape":"AccessDirection"},
4142
+ "cidrs":{"shape":"StringList"},
4143
+ "cidrListAliases":{"shape":"StringList"}
4142
4144
  }
4143
4145
  },
4144
4146
  "InstancePortInfoList":{
@@ -4151,7 +4153,9 @@
4151
4153
  "fromPort":{"shape":"Port"},
4152
4154
  "toPort":{"shape":"Port"},
4153
4155
  "protocol":{"shape":"NetworkProtocol"},
4154
- "state":{"shape":"PortState"}
4156
+ "state":{"shape":"PortState"},
4157
+ "cidrs":{"shape":"StringList"},
4158
+ "cidrListAliases":{"shape":"StringList"}
4155
4159
  }
4156
4160
  },
4157
4161
  "InstancePortStateList":{
@@ -4582,7 +4586,8 @@
4582
4586
  "enum":[
4583
4587
  "tcp",
4584
4588
  "all",
4585
- "udp"
4589
+ "udp",
4590
+ "icmp"
4586
4591
  ]
4587
4592
  },
4588
4593
  "NonEmptyString":{
@@ -4762,7 +4767,7 @@
4762
4767
  "Port":{
4763
4768
  "type":"integer",
4764
4769
  "max":65535,
4765
- "min":0
4770
+ "min":-1
4766
4771
  },
4767
4772
  "PortAccessType":{
4768
4773
  "type":"string",
@@ -4776,7 +4781,9 @@
4776
4781
  "members":{
4777
4782
  "fromPort":{"shape":"Port"},
4778
4783
  "toPort":{"shape":"Port"},
4779
- "protocol":{"shape":"NetworkProtocol"}
4784
+ "protocol":{"shape":"NetworkProtocol"},
4785
+ "cidrs":{"shape":"StringList"},
4786
+ "cidrListAliases":{"shape":"StringList"}
4780
4787
  }
4781
4788
  },
4782
4789
  "PortInfoList":{
@@ -142,6 +142,20 @@
142
142
  {"shape":"ServiceUnavailableException"}
143
143
  ]
144
144
  },
145
+ "DeleteQueryDefinition":{
146
+ "name":"DeleteQueryDefinition",
147
+ "http":{
148
+ "method":"POST",
149
+ "requestUri":"/"
150
+ },
151
+ "input":{"shape":"DeleteQueryDefinitionRequest"},
152
+ "output":{"shape":"DeleteQueryDefinitionResponse"},
153
+ "errors":[
154
+ {"shape":"InvalidParameterException"},
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"ServiceUnavailableException"}
157
+ ]
158
+ },
145
159
  "DeleteResourcePolicy":{
146
160
  "name":"DeleteResourcePolicy",
147
161
  "http":{
@@ -264,6 +278,19 @@
264
278
  {"shape":"ServiceUnavailableException"}
265
279
  ]
266
280
  },
281
+ "DescribeQueryDefinitions":{
282
+ "name":"DescribeQueryDefinitions",
283
+ "http":{
284
+ "method":"POST",
285
+ "requestUri":"/"
286
+ },
287
+ "input":{"shape":"DescribeQueryDefinitionsRequest"},
288
+ "output":{"shape":"DescribeQueryDefinitionsResponse"},
289
+ "errors":[
290
+ {"shape":"InvalidParameterException"},
291
+ {"shape":"ServiceUnavailableException"}
292
+ ]
293
+ },
267
294
  "DescribeResourcePolicies":{
268
295
  "name":"DescribeResourcePolicies",
269
296
  "http":{
@@ -449,6 +476,20 @@
449
476
  {"shape":"ServiceUnavailableException"}
450
477
  ]
451
478
  },
479
+ "PutQueryDefinition":{
480
+ "name":"PutQueryDefinition",
481
+ "http":{
482
+ "method":"POST",
483
+ "requestUri":"/"
484
+ },
485
+ "input":{"shape":"PutQueryDefinitionRequest"},
486
+ "output":{"shape":"PutQueryDefinitionResponse"},
487
+ "errors":[
488
+ {"shape":"InvalidParameterException"},
489
+ {"shape":"ResourceNotFoundException"},
490
+ {"shape":"ServiceUnavailableException"}
491
+ ]
492
+ },
452
493
  "PutResourcePolicy":{
453
494
  "name":"PutResourcePolicy",
454
495
  "http":{
@@ -672,6 +713,19 @@
672
713
  "filterName":{"shape":"FilterName"}
673
714
  }
674
715
  },
716
+ "DeleteQueryDefinitionRequest":{
717
+ "type":"structure",
718
+ "required":["queryDefinitionId"],
719
+ "members":{
720
+ "queryDefinitionId":{"shape":"QueryId"}
721
+ }
722
+ },
723
+ "DeleteQueryDefinitionResponse":{
724
+ "type":"structure",
725
+ "members":{
726
+ "success":{"shape":"Success"}
727
+ }
728
+ },
675
729
  "DeleteResourcePolicyRequest":{
676
730
  "type":"structure",
677
731
  "members":{
@@ -806,6 +860,21 @@
806
860
  "nextToken":{"shape":"NextToken"}
807
861
  }
808
862
  },
863
+ "DescribeQueryDefinitionsRequest":{
864
+ "type":"structure",
865
+ "members":{
866
+ "queryDefinitionNamePrefix":{"shape":"QueryDefinitionName"},
867
+ "maxResults":{"shape":"QueryListMaxResults"},
868
+ "nextToken":{"shape":"NextToken"}
869
+ }
870
+ },
871
+ "DescribeQueryDefinitionsResponse":{
872
+ "type":"structure",
873
+ "members":{
874
+ "queryDefinitions":{"shape":"QueryDefinitionList"},
875
+ "nextToken":{"shape":"NextToken"}
876
+ }
877
+ },
809
878
  "DescribeResourcePoliciesRequest":{
810
879
  "type":"structure",
811
880
  "members":{
@@ -1384,6 +1453,25 @@
1384
1453
  "metricTransformations":{"shape":"MetricTransformations"}
1385
1454
  }
1386
1455
  },
1456
+ "PutQueryDefinitionRequest":{
1457
+ "type":"structure",
1458
+ "required":[
1459
+ "name",
1460
+ "queryString"
1461
+ ],
1462
+ "members":{
1463
+ "name":{"shape":"QueryDefinitionName"},
1464
+ "queryDefinitionId":{"shape":"QueryId"},
1465
+ "logGroupNames":{"shape":"LogGroupNames"},
1466
+ "queryString":{"shape":"QueryDefinitionString"}
1467
+ }
1468
+ },
1469
+ "PutQueryDefinitionResponse":{
1470
+ "type":"structure",
1471
+ "members":{
1472
+ "queryDefinitionId":{"shape":"QueryId"}
1473
+ }
1474
+ },
1387
1475
  "PutResourcePolicyRequest":{
1388
1476
  "type":"structure",
1389
1477
  "members":{
@@ -1440,6 +1528,31 @@
1440
1528
  "endCharOffset":{"shape":"QueryCharOffset"}
1441
1529
  }
1442
1530
  },
1531
+ "QueryDefinition":{
1532
+ "type":"structure",
1533
+ "members":{
1534
+ "queryDefinitionId":{"shape":"QueryId"},
1535
+ "name":{"shape":"QueryDefinitionName"},
1536
+ "queryString":{"shape":"QueryDefinitionString"},
1537
+ "lastModified":{"shape":"Timestamp"},
1538
+ "logGroupNames":{"shape":"LogGroupNames"}
1539
+ }
1540
+ },
1541
+ "QueryDefinitionList":{
1542
+ "type":"list",
1543
+ "member":{"shape":"QueryDefinition"}
1544
+ },
1545
+ "QueryDefinitionName":{
1546
+ "type":"string",
1547
+ "max":255,
1548
+ "min":1,
1549
+ "pattern":"^([^:*\\/]+\\/?)*[^:*\\/]+$"
1550
+ },
1551
+ "QueryDefinitionString":{
1552
+ "type":"string",
1553
+ "max":10000,
1554
+ "min":1
1555
+ },
1443
1556
  "QueryId":{
1444
1557
  "type":"string",
1445
1558
  "max":256,
@@ -1459,6 +1572,11 @@
1459
1572
  "type":"list",
1460
1573
  "member":{"shape":"QueryInfo"}
1461
1574
  },
1575
+ "QueryListMaxResults":{
1576
+ "type":"integer",
1577
+ "max":1000,
1578
+ "min":1
1579
+ },
1462
1580
  "QueryResults":{
1463
1581
  "type":"list",
1464
1582
  "member":{"shape":"ResultRows"}
@@ -1483,7 +1601,7 @@
1483
1601
  },
1484
1602
  "QueryString":{
1485
1603
  "type":"string",
1486
- "max":2048,
1604
+ "max":10000,
1487
1605
  "min":0
1488
1606
  },
1489
1607
  "RejectedLogEventsInfo":{
@@ -1117,6 +1117,7 @@
1117
1117
  "cn-northwest-1",
1118
1118
  "cn-north-1",
1119
1119
  "af-south-1",
1120
+ "eu-south-1",
1120
1121
  "us-gov-west-1",
1121
1122
  "us-gov-east-1",
1122
1123
  "us-iso-east-1",
@@ -3206,7 +3207,8 @@
3206
3207
  "ap-east-1",
3207
3208
  "me-south-1",
3208
3209
  "ap-south-1",
3209
- "af-south-1"
3210
+ "af-south-1",
3211
+ "eu-south-1"
3210
3212
  ],
3211
3213
  "max":64,
3212
3214
  "min":1
@@ -3774,7 +3776,8 @@
3774
3776
  "sa-east-1",
3775
3777
  "ca-central-1",
3776
3778
  "cn-north-1",
3777
- "af-south-1"
3779
+ "af-south-1",
3780
+ "eu-south-1"
3778
3781
  ],
3779
3782
  "max":64,
3780
3783
  "min":1
@@ -6626,7 +6626,9 @@
6626
6626
  "UBUNTU",
6627
6627
  "REDHAT_ENTERPRISE_LINUX",
6628
6628
  "SUSE",
6629
- "CENTOS"
6629
+ "CENTOS",
6630
+ "ORACLE_LINUX",
6631
+ "DEBIAN"
6630
6632
  ]
6631
6633
  },
6632
6634
  "OpsAggregator":{
@@ -3064,6 +3064,7 @@
3064
3064
  "eu-central-1" : { },
3065
3065
  "eu-west-1" : { },
3066
3066
  "eu-west-2" : { },
3067
+ "sa-east-1" : { },
3067
3068
  "us-east-1" : { },
3068
3069
  "us-east-2" : { },
3069
3070
  "us-west-1" : { },
@@ -3691,6 +3692,36 @@
3691
3692
  "eu-west-1" : { },
3692
3693
  "eu-west-2" : { },
3693
3694
  "eu-west-3" : { },
3695
+ "fips-ca-central-1" : {
3696
+ "credentialScope" : {
3697
+ "region" : "ca-central-1"
3698
+ },
3699
+ "hostname" : "outposts-fips.ca-central-1.amazonaws.com"
3700
+ },
3701
+ "fips-us-east-1" : {
3702
+ "credentialScope" : {
3703
+ "region" : "us-east-1"
3704
+ },
3705
+ "hostname" : "outposts-fips.us-east-1.amazonaws.com"
3706
+ },
3707
+ "fips-us-east-2" : {
3708
+ "credentialScope" : {
3709
+ "region" : "us-east-2"
3710
+ },
3711
+ "hostname" : "outposts-fips.us-east-2.amazonaws.com"
3712
+ },
3713
+ "fips-us-west-1" : {
3714
+ "credentialScope" : {
3715
+ "region" : "us-west-1"
3716
+ },
3717
+ "hostname" : "outposts-fips.us-west-1.amazonaws.com"
3718
+ },
3719
+ "fips-us-west-2" : {
3720
+ "credentialScope" : {
3721
+ "region" : "us-west-2"
3722
+ },
3723
+ "hostname" : "outposts-fips.us-west-2.amazonaws.com"
3724
+ },
3694
3725
  "me-south-1" : { },
3695
3726
  "us-east-1" : { },
3696
3727
  "us-east-2" : { },
@@ -4479,6 +4510,7 @@
4479
4510
  },
4480
4511
  "securityhub" : {
4481
4512
  "endpoints" : {
4513
+ "af-south-1" : { },
4482
4514
  "ap-east-1" : { },
4483
4515
  "ap-northeast-1" : { },
4484
4516
  "ap-northeast-2" : { },
@@ -4488,6 +4520,7 @@
4488
4520
  "ca-central-1" : { },
4489
4521
  "eu-central-1" : { },
4490
4522
  "eu-north-1" : { },
4523
+ "eu-south-1" : { },
4491
4524
  "eu-west-1" : { },
4492
4525
  "eu-west-2" : { },
4493
4526
  "eu-west-3" : { },
@@ -6498,8 +6531,18 @@
6498
6531
  },
6499
6532
  "cloudtrail" : {
6500
6533
  "endpoints" : {
6501
- "us-gov-east-1" : { },
6502
- "us-gov-west-1" : { }
6534
+ "us-gov-east-1" : {
6535
+ "credentialScope" : {
6536
+ "region" : "us-gov-east-1"
6537
+ },
6538
+ "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
6539
+ },
6540
+ "us-gov-west-1" : {
6541
+ "credentialScope" : {
6542
+ "region" : "us-gov-west-1"
6543
+ },
6544
+ "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
6545
+ }
6503
6546
  }
6504
6547
  },
6505
6548
  "codebuild" : {
@@ -6812,8 +6855,18 @@
6812
6855
  },
6813
6856
  "events" : {
6814
6857
  "endpoints" : {
6815
- "us-gov-east-1" : { },
6816
- "us-gov-west-1" : { }
6858
+ "us-gov-east-1" : {
6859
+ "credentialScope" : {
6860
+ "region" : "us-gov-east-1"
6861
+ },
6862
+ "hostname" : "events.us-gov-east-1.amazonaws.com"
6863
+ },
6864
+ "us-gov-west-1" : {
6865
+ "credentialScope" : {
6866
+ "region" : "us-gov-west-1"
6867
+ },
6868
+ "hostname" : "events.us-gov-west-1.amazonaws.com"
6869
+ }
6817
6870
  }
6818
6871
  },
6819
6872
  "firehose" : {
@@ -6937,6 +6990,12 @@
6937
6990
  "us-gov-west-1" : { }
6938
6991
  }
6939
6992
  },
6993
+ "kafka" : {
6994
+ "endpoints" : {
6995
+ "us-gov-east-1" : { },
6996
+ "us-gov-west-1" : { }
6997
+ }
6998
+ },
6940
6999
  "kinesis" : {
6941
7000
  "endpoints" : {
6942
7001
  "us-gov-east-1" : { },
@@ -7061,8 +7120,18 @@
7061
7120
  },
7062
7121
  "outposts" : {
7063
7122
  "endpoints" : {
7064
- "us-gov-east-1" : { },
7065
- "us-gov-west-1" : { }
7123
+ "us-gov-east-1" : {
7124
+ "credentialScope" : {
7125
+ "region" : "us-gov-east-1"
7126
+ },
7127
+ "hostname" : "outposts.us-gov-east-1.amazonaws.com"
7128
+ },
7129
+ "us-gov-west-1" : {
7130
+ "credentialScope" : {
7131
+ "region" : "us-gov-west-1"
7132
+ },
7133
+ "hostname" : "outposts.us-gov-west-1.amazonaws.com"
7134
+ }
7066
7135
  }
7067
7136
  },
7068
7137
  "pinpoint" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.502'
2
+ VERSION = '2.11.503'
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.502
4
+ version: 2.11.503
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-05-06 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath