aws-sdk-core 2.11.451 → 2.11.452
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5557280081482c6bb576797c97ba3249db00308
|
|
4
|
+
data.tar.gz: fb8792618674d0d7f159a5853e5a10a5853e6c9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e9ede41b9b224846cac6342589f6c027da0503f6829d95e7a4f0942d68e738dab2460375fab2b1599c488d1b12c2e5724f644f150e7ff5b2ff7d9a591b19ff3
|
|
7
|
+
data.tar.gz: ceb0c29f2779d25c5dc584a7fb9a491d91c091d51f13c3166071d15126aa05cf1e67e527abd3c3a2c0aff81d0e6b1a54578c69324fdb5b23cd5c2297a5b66efc
|
|
@@ -684,6 +684,23 @@
|
|
|
684
684
|
"KafkaBrokerNodeId"
|
|
685
685
|
]
|
|
686
686
|
},
|
|
687
|
+
"BrokerLogs" : {
|
|
688
|
+
"type" : "structure",
|
|
689
|
+
"members" : {
|
|
690
|
+
"CloudWatchLogs" : {
|
|
691
|
+
"shape" : "CloudWatchLogs",
|
|
692
|
+
"locationName" : "cloudWatchLogs"
|
|
693
|
+
},
|
|
694
|
+
"Firehose" : {
|
|
695
|
+
"shape" : "Firehose",
|
|
696
|
+
"locationName" : "firehose"
|
|
697
|
+
},
|
|
698
|
+
"S3" : {
|
|
699
|
+
"shape" : "S3",
|
|
700
|
+
"locationName" : "s3"
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
},
|
|
687
704
|
"BrokerNodeGroupInfo": {
|
|
688
705
|
"type": "structure",
|
|
689
706
|
"members": {
|
|
@@ -776,6 +793,20 @@
|
|
|
776
793
|
"PLAINTEXT"
|
|
777
794
|
]
|
|
778
795
|
},
|
|
796
|
+
"CloudWatchLogs" : {
|
|
797
|
+
"type" : "structure",
|
|
798
|
+
"members" : {
|
|
799
|
+
"Enabled" : {
|
|
800
|
+
"shape" : "__boolean",
|
|
801
|
+
"locationName" : "enabled"
|
|
802
|
+
},
|
|
803
|
+
"LogGroup" : {
|
|
804
|
+
"shape" : "__string",
|
|
805
|
+
"locationName" : "logGroup"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"required" : [ "Enabled" ]
|
|
809
|
+
},
|
|
779
810
|
"ClusterInfo": {
|
|
780
811
|
"type": "structure",
|
|
781
812
|
"members": {
|
|
@@ -807,6 +838,10 @@
|
|
|
807
838
|
"shape": "BrokerSoftwareInfo",
|
|
808
839
|
"locationName": "currentBrokerSoftwareInfo"
|
|
809
840
|
},
|
|
841
|
+
"LoggingInfo": {
|
|
842
|
+
"shape": "LoggingInfo",
|
|
843
|
+
"locationName": "loggingInfo"
|
|
844
|
+
},
|
|
810
845
|
"CurrentVersion": {
|
|
811
846
|
"shape": "__string",
|
|
812
847
|
"locationName": "currentVersion"
|
|
@@ -1019,6 +1054,10 @@
|
|
|
1019
1054
|
"shape": "__stringMin1Max128",
|
|
1020
1055
|
"locationName": "kafkaVersion"
|
|
1021
1056
|
},
|
|
1057
|
+
"LoggingInfo": {
|
|
1058
|
+
"shape": "LoggingInfo",
|
|
1059
|
+
"locationName": "loggingInfo"
|
|
1060
|
+
},
|
|
1022
1061
|
"NumberOfBrokerNodes": {
|
|
1023
1062
|
"shape": "__integerMin1Max15",
|
|
1024
1063
|
"locationName": "numberOfBrokerNodes"
|
|
@@ -1332,6 +1371,20 @@
|
|
|
1332
1371
|
}
|
|
1333
1372
|
}
|
|
1334
1373
|
},
|
|
1374
|
+
"Firehose" : {
|
|
1375
|
+
"type" : "structure",
|
|
1376
|
+
"members" : {
|
|
1377
|
+
"DeliveryStream" : {
|
|
1378
|
+
"shape" : "__string",
|
|
1379
|
+
"locationName" : "deliveryStream"
|
|
1380
|
+
},
|
|
1381
|
+
"Enabled" : {
|
|
1382
|
+
"shape" : "__boolean",
|
|
1383
|
+
"locationName" : "enabled"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"required" : [ "Enabled" ]
|
|
1387
|
+
},
|
|
1335
1388
|
"ErrorInfo": {
|
|
1336
1389
|
"type": "structure",
|
|
1337
1390
|
"members": {
|
|
@@ -1649,6 +1702,16 @@
|
|
|
1649
1702
|
"min": 1,
|
|
1650
1703
|
"max": 100
|
|
1651
1704
|
},
|
|
1705
|
+
"LoggingInfo": {
|
|
1706
|
+
"type": "structure",
|
|
1707
|
+
"members": {
|
|
1708
|
+
"BrokerLogs": {
|
|
1709
|
+
"shape": "BrokerLogs",
|
|
1710
|
+
"locationName": "brokerLogs"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"required": [ "BrokerLogs" ]
|
|
1714
|
+
},
|
|
1652
1715
|
"MutableClusterInfo": {
|
|
1653
1716
|
"type": "structure",
|
|
1654
1717
|
"members": {
|
|
@@ -1671,6 +1734,10 @@
|
|
|
1671
1734
|
"EnhancedMonitoring" : {
|
|
1672
1735
|
"shape" : "EnhancedMonitoring",
|
|
1673
1736
|
"locationName" : "enhancedMonitoring"
|
|
1737
|
+
},
|
|
1738
|
+
"LoggingInfo": {
|
|
1739
|
+
"shape": "LoggingInfo",
|
|
1740
|
+
"locationName": "loggingInfo"
|
|
1674
1741
|
}
|
|
1675
1742
|
}
|
|
1676
1743
|
},
|
|
@@ -1972,6 +2039,10 @@
|
|
|
1972
2039
|
"OpenMonitoring" : {
|
|
1973
2040
|
"shape" : "OpenMonitoringInfo",
|
|
1974
2041
|
"locationName" : "openMonitoring"
|
|
2042
|
+
},
|
|
2043
|
+
"LoggingInfo": {
|
|
2044
|
+
"shape": "LoggingInfo",
|
|
2045
|
+
"locationName": "loggingInfo"
|
|
1975
2046
|
}
|
|
1976
2047
|
},
|
|
1977
2048
|
"required" : [ "ClusterArn", "CurrentVersion" ]
|
|
@@ -2060,6 +2131,24 @@
|
|
|
2060
2131
|
}
|
|
2061
2132
|
}
|
|
2062
2133
|
},
|
|
2134
|
+
"S3" : {
|
|
2135
|
+
"type" : "structure",
|
|
2136
|
+
"members" : {
|
|
2137
|
+
"Bucket" : {
|
|
2138
|
+
"shape" : "__string",
|
|
2139
|
+
"locationName" : "bucket"
|
|
2140
|
+
},
|
|
2141
|
+
"Enabled" : {
|
|
2142
|
+
"shape" : "__boolean",
|
|
2143
|
+
"locationName" : "enabled"
|
|
2144
|
+
},
|
|
2145
|
+
"Prefix" : {
|
|
2146
|
+
"shape" : "__string",
|
|
2147
|
+
"locationName" : "prefix"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
"required" : [ "Enabled" ]
|
|
2151
|
+
},
|
|
2063
2152
|
"JmxExporter" : {
|
|
2064
2153
|
"type" : "structure",
|
|
2065
2154
|
"members" : {
|
|
@@ -29,6 +29,36 @@
|
|
|
29
29
|
{"shape":"ServiceQuotaExceededException"}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
|
+
"DeleteOutpost":{
|
|
33
|
+
"name":"DeleteOutpost",
|
|
34
|
+
"http":{
|
|
35
|
+
"method":"DELETE",
|
|
36
|
+
"requestUri":"/outposts/{OutpostId}"
|
|
37
|
+
},
|
|
38
|
+
"input":{"shape":"DeleteOutpostInput"},
|
|
39
|
+
"output":{"shape":"DeleteOutpostOutput"},
|
|
40
|
+
"errors":[
|
|
41
|
+
{"shape":"ValidationException"},
|
|
42
|
+
{"shape":"NotFoundException"},
|
|
43
|
+
{"shape":"AccessDeniedException"},
|
|
44
|
+
{"shape":"InternalServerException"}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"DeleteSite":{
|
|
48
|
+
"name":"DeleteSite",
|
|
49
|
+
"http":{
|
|
50
|
+
"method":"DELETE",
|
|
51
|
+
"requestUri":"/sites/{SiteId}"
|
|
52
|
+
},
|
|
53
|
+
"input":{"shape":"DeleteSiteInput"},
|
|
54
|
+
"output":{"shape":"DeleteSiteOutput"},
|
|
55
|
+
"errors":[
|
|
56
|
+
{"shape":"ValidationException"},
|
|
57
|
+
{"shape":"NotFoundException"},
|
|
58
|
+
{"shape":"AccessDeniedException"},
|
|
59
|
+
{"shape":"InternalServerException"}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
32
62
|
"GetOutpost":{
|
|
33
63
|
"name":"GetOutpost",
|
|
34
64
|
"http":{
|
|
@@ -131,6 +161,38 @@
|
|
|
131
161
|
"Outpost":{"shape":"Outpost"}
|
|
132
162
|
}
|
|
133
163
|
},
|
|
164
|
+
"DeleteOutpostInput":{
|
|
165
|
+
"type":"structure",
|
|
166
|
+
"required":["OutpostId"],
|
|
167
|
+
"members":{
|
|
168
|
+
"OutpostId":{
|
|
169
|
+
"shape":"OutpostId",
|
|
170
|
+
"location":"uri",
|
|
171
|
+
"locationName":"OutpostId"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"DeleteOutpostOutput":{
|
|
176
|
+
"type":"structure",
|
|
177
|
+
"members":{
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"DeleteSiteInput":{
|
|
181
|
+
"type":"structure",
|
|
182
|
+
"required":["SiteId"],
|
|
183
|
+
"members":{
|
|
184
|
+
"SiteId":{
|
|
185
|
+
"shape":"SiteId",
|
|
186
|
+
"location":"uri",
|
|
187
|
+
"locationName":"SiteId"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"DeleteSiteOutput":{
|
|
192
|
+
"type":"structure",
|
|
193
|
+
"members":{
|
|
194
|
+
}
|
|
195
|
+
},
|
|
134
196
|
"ErrorMessage":{
|
|
135
197
|
"type":"string",
|
|
136
198
|
"max":1000,
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
},
|
|
788
788
|
"SecretBinaryType":{
|
|
789
789
|
"type":"blob",
|
|
790
|
-
"max":
|
|
790
|
+
"max":65536,
|
|
791
791
|
"min":0,
|
|
792
792
|
"sensitive":true
|
|
793
793
|
},
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
},
|
|
839
839
|
"SecretStringType":{
|
|
840
840
|
"type":"string",
|
|
841
|
-
"max":
|
|
841
|
+
"max":65536,
|
|
842
842
|
"min":0,
|
|
843
843
|
"sensitive":true
|
|
844
844
|
},
|
|
@@ -575,7 +575,8 @@
|
|
|
575
575
|
"name":{"shape":"Name"},
|
|
576
576
|
"definition":{"shape":"Definition"},
|
|
577
577
|
"roleArn":{"shape":"Arn"},
|
|
578
|
-
"updateDate":{"shape":"Timestamp"}
|
|
578
|
+
"updateDate":{"shape":"Timestamp"},
|
|
579
|
+
"loggingConfiguration":{"shape":"LoggingConfiguration"}
|
|
579
580
|
}
|
|
580
581
|
},
|
|
581
582
|
"DescribeStateMachineInput":{
|
data/endpoints.json
CHANGED
|
@@ -1446,6 +1446,16 @@
|
|
|
1446
1446
|
"us-west-2" : { }
|
|
1447
1447
|
}
|
|
1448
1448
|
},
|
|
1449
|
+
"elastic-inference" : {
|
|
1450
|
+
"endpoints" : {
|
|
1451
|
+
"ap-northeast-1" : { },
|
|
1452
|
+
"ap-northeast-2" : { },
|
|
1453
|
+
"eu-west-1" : { },
|
|
1454
|
+
"us-east-1" : { },
|
|
1455
|
+
"us-east-2" : { },
|
|
1456
|
+
"us-west-2" : { }
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1449
1459
|
"elasticache" : {
|
|
1450
1460
|
"endpoints" : {
|
|
1451
1461
|
"ap-east-1" : { },
|
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.452
|
|
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-02-
|
|
11
|
+
date: 2020-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|