aws-sdk-core 2.11.242 → 2.11.243
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +63 -0
- data/apis/eks/2017-11-01/api-2.json +57 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92120fe8e24501a31fb2bd2b68e3f24965e66250
|
4
|
+
data.tar.gz: 295226f41a6db49a4e7482d32304ccd4524ed474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82571c0db089bfbe7e17f649d611d9ad512c9d72f37046abf8f577b4a8b9c46da2a494ab5a735da9b6d056e3eb00989d3b672eaf24618273f2ddb814b07d9e61
|
7
|
+
data.tar.gz: 4da57892cc303187e2f56a265112d8892b24826d4d6ab99e27b26138928b430ac0a394ba392c420a839f2daa22f3a8b2302ab3d552120c4910557de97e489a1e
|
@@ -665,6 +665,20 @@
|
|
665
665
|
{"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
|
666
666
|
]
|
667
667
|
},
|
668
|
+
"SelectResourceConfig":{
|
669
|
+
"name":"SelectResourceConfig",
|
670
|
+
"http":{
|
671
|
+
"method":"POST",
|
672
|
+
"requestUri":"/"
|
673
|
+
},
|
674
|
+
"input":{"shape":"SelectResourceConfigRequest"},
|
675
|
+
"output":{"shape":"SelectResourceConfigResponse"},
|
676
|
+
"errors":[
|
677
|
+
{"shape":"InvalidExpressionException"},
|
678
|
+
{"shape":"InvalidLimitException"},
|
679
|
+
{"shape":"InvalidNextTokenException"}
|
680
|
+
]
|
681
|
+
},
|
668
682
|
"StartConfigRulesEvaluation":{
|
669
683
|
"name":"StartConfigRulesEvaluation",
|
670
684
|
"http":{
|
@@ -1690,6 +1704,11 @@
|
|
1690
1704
|
"type":"string",
|
1691
1705
|
"enum":["aws.config"]
|
1692
1706
|
},
|
1707
|
+
"Expression":{
|
1708
|
+
"type":"string",
|
1709
|
+
"max":4096,
|
1710
|
+
"min":1
|
1711
|
+
},
|
1693
1712
|
"FailedRemediationBatch":{
|
1694
1713
|
"type":"structure",
|
1695
1714
|
"members":{
|
@@ -1701,6 +1720,17 @@
|
|
1701
1720
|
"type":"list",
|
1702
1721
|
"member":{"shape":"FailedRemediationBatch"}
|
1703
1722
|
},
|
1723
|
+
"FieldInfo":{
|
1724
|
+
"type":"structure",
|
1725
|
+
"members":{
|
1726
|
+
"Name":{"shape":"FieldName"}
|
1727
|
+
}
|
1728
|
+
},
|
1729
|
+
"FieldInfoList":{
|
1730
|
+
"type":"list",
|
1731
|
+
"member":{"shape":"FieldInfo"}
|
1732
|
+
},
|
1733
|
+
"FieldName":{"type":"string"},
|
1704
1734
|
"GetAggregateComplianceDetailsByConfigRuleRequest":{
|
1705
1735
|
"type":"structure",
|
1706
1736
|
"required":[
|
@@ -1923,6 +1953,12 @@
|
|
1923
1953
|
},
|
1924
1954
|
"exception":true
|
1925
1955
|
},
|
1956
|
+
"InvalidExpressionException":{
|
1957
|
+
"type":"structure",
|
1958
|
+
"members":{
|
1959
|
+
},
|
1960
|
+
"exception":true
|
1961
|
+
},
|
1926
1962
|
"InvalidLimitException":{
|
1927
1963
|
"type":"structure",
|
1928
1964
|
"members":{
|
@@ -2303,6 +2339,12 @@
|
|
2303
2339
|
"RetentionConfiguration":{"shape":"RetentionConfiguration"}
|
2304
2340
|
}
|
2305
2341
|
},
|
2342
|
+
"QueryInfo":{
|
2343
|
+
"type":"structure",
|
2344
|
+
"members":{
|
2345
|
+
"SelectFields":{"shape":"FieldInfoList"}
|
2346
|
+
}
|
2347
|
+
},
|
2306
2348
|
"RecorderName":{
|
2307
2349
|
"type":"string",
|
2308
2350
|
"max":256,
|
@@ -2625,6 +2667,10 @@
|
|
2625
2667
|
"type":"string",
|
2626
2668
|
"enum":["RESOURCE_ID"]
|
2627
2669
|
},
|
2670
|
+
"Results":{
|
2671
|
+
"type":"list",
|
2672
|
+
"member":{"shape":"String"}
|
2673
|
+
},
|
2628
2674
|
"RetentionConfiguration":{
|
2629
2675
|
"type":"structure",
|
2630
2676
|
"required":[
|
@@ -2671,6 +2717,23 @@
|
|
2671
2717
|
"ComplianceResourceId":{"shape":"BaseResourceId"}
|
2672
2718
|
}
|
2673
2719
|
},
|
2720
|
+
"SelectResourceConfigRequest":{
|
2721
|
+
"type":"structure",
|
2722
|
+
"required":["Expression"],
|
2723
|
+
"members":{
|
2724
|
+
"Expression":{"shape":"Expression"},
|
2725
|
+
"Limit":{"shape":"Limit"},
|
2726
|
+
"NextToken":{"shape":"NextToken"}
|
2727
|
+
}
|
2728
|
+
},
|
2729
|
+
"SelectResourceConfigResponse":{
|
2730
|
+
"type":"structure",
|
2731
|
+
"members":{
|
2732
|
+
"Results":{"shape":"Results"},
|
2733
|
+
"QueryInfo":{"shape":"QueryInfo"},
|
2734
|
+
"NextToken":{"shape":"NextToken"}
|
2735
|
+
}
|
2736
|
+
},
|
2674
2737
|
"Source":{
|
2675
2738
|
"type":"structure",
|
2676
2739
|
"required":[
|
@@ -107,6 +107,23 @@
|
|
107
107
|
{"shape":"ResourceNotFoundException"}
|
108
108
|
]
|
109
109
|
},
|
110
|
+
"UpdateClusterConfig":{
|
111
|
+
"name":"UpdateClusterConfig",
|
112
|
+
"http":{
|
113
|
+
"method":"POST",
|
114
|
+
"requestUri":"/clusters/{name}/update-config"
|
115
|
+
},
|
116
|
+
"input":{"shape":"UpdateClusterConfigRequest"},
|
117
|
+
"output":{"shape":"UpdateClusterConfigResponse"},
|
118
|
+
"errors":[
|
119
|
+
{"shape":"InvalidParameterException"},
|
120
|
+
{"shape":"ClientException"},
|
121
|
+
{"shape":"ServerException"},
|
122
|
+
{"shape":"ResourceInUseException"},
|
123
|
+
{"shape":"ResourceNotFoundException"},
|
124
|
+
{"shape":"InvalidRequestException"}
|
125
|
+
]
|
126
|
+
},
|
110
127
|
"UpdateClusterVersion":{
|
111
128
|
"name":"UpdateClusterVersion",
|
112
129
|
"http":{
|
@@ -126,6 +143,11 @@
|
|
126
143
|
}
|
127
144
|
},
|
128
145
|
"shapes":{
|
146
|
+
"Boolean":{"type":"boolean"},
|
147
|
+
"BoxedBoolean":{
|
148
|
+
"type":"boolean",
|
149
|
+
"box":true
|
150
|
+
},
|
129
151
|
"Certificate":{
|
130
152
|
"type":"structure",
|
131
153
|
"members":{
|
@@ -433,6 +455,28 @@
|
|
433
455
|
"errors":{"shape":"ErrorDetails"}
|
434
456
|
}
|
435
457
|
},
|
458
|
+
"UpdateClusterConfigRequest":{
|
459
|
+
"type":"structure",
|
460
|
+
"required":["name"],
|
461
|
+
"members":{
|
462
|
+
"name":{
|
463
|
+
"shape":"String",
|
464
|
+
"location":"uri",
|
465
|
+
"locationName":"name"
|
466
|
+
},
|
467
|
+
"resourcesVpcConfig":{"shape":"VpcConfigRequest"},
|
468
|
+
"clientRequestToken":{
|
469
|
+
"shape":"String",
|
470
|
+
"idempotencyToken":true
|
471
|
+
}
|
472
|
+
}
|
473
|
+
},
|
474
|
+
"UpdateClusterConfigResponse":{
|
475
|
+
"type":"structure",
|
476
|
+
"members":{
|
477
|
+
"update":{"shape":"Update"}
|
478
|
+
}
|
479
|
+
},
|
436
480
|
"UpdateClusterVersionRequest":{
|
437
481
|
"type":"structure",
|
438
482
|
"required":[
|
@@ -469,7 +513,9 @@
|
|
469
513
|
"type":"string",
|
470
514
|
"enum":[
|
471
515
|
"Version",
|
472
|
-
"PlatformVersion"
|
516
|
+
"PlatformVersion",
|
517
|
+
"EndpointPrivateAccess",
|
518
|
+
"EndpointPublicAccess"
|
473
519
|
]
|
474
520
|
},
|
475
521
|
"UpdateParams":{
|
@@ -487,14 +533,18 @@
|
|
487
533
|
},
|
488
534
|
"UpdateType":{
|
489
535
|
"type":"string",
|
490
|
-
"enum":[
|
536
|
+
"enum":[
|
537
|
+
"VersionUpdate",
|
538
|
+
"EndpointAccessUpdate"
|
539
|
+
]
|
491
540
|
},
|
492
541
|
"VpcConfigRequest":{
|
493
542
|
"type":"structure",
|
494
|
-
"required":["subnetIds"],
|
495
543
|
"members":{
|
496
544
|
"subnetIds":{"shape":"StringList"},
|
497
|
-
"securityGroupIds":{"shape":"StringList"}
|
545
|
+
"securityGroupIds":{"shape":"StringList"},
|
546
|
+
"endpointPublicAccess":{"shape":"BoxedBoolean"},
|
547
|
+
"endpointPrivateAccess":{"shape":"BoxedBoolean"}
|
498
548
|
}
|
499
549
|
},
|
500
550
|
"VpcConfigResponse":{
|
@@ -502,7 +552,9 @@
|
|
502
552
|
"members":{
|
503
553
|
"subnetIds":{"shape":"StringList"},
|
504
554
|
"securityGroupIds":{"shape":"StringList"},
|
505
|
-
"vpcId":{"shape":"String"}
|
555
|
+
"vpcId":{"shape":"String"},
|
556
|
+
"endpointPublicAccess":{"shape":"Boolean"},
|
557
|
+
"endpointPrivateAccess":{"shape":"Boolean"}
|
506
558
|
}
|
507
559
|
}
|
508
560
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.243
|
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-03-
|
11
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|