Skip to content

Commit e0115af

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent ac5790a commit e0115af

File tree

322 files changed

+27409
-2674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+27409
-2674
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ RubyGems.org page under "LINKS" section.
583583
| Amazon Lookout for Metrics | Aws::LookoutMetrics | aws-sdk-lookoutmetrics | 2017-07-25 |
584584
| Amazon Lookout for Vision | Aws::LookoutforVision | aws-sdk-lookoutforvision | 2020-11-20 |
585585
| Amazon Machine Learning | Aws::MachineLearning | aws-sdk-machinelearning | 2014-12-12 |
586-
| Amazon Macie | Aws::Macie | aws-sdk-macie | 2017-12-19 |
587586
| Amazon Macie 2 | Aws::Macie2 | aws-sdk-macie2 | 2020-01-01 |
588587
| Amazon Managed Blockchain | Aws::ManagedBlockchain | aws-sdk-managedblockchain | 2018-09-24 |
589588
| Amazon Managed Blockchain Query | Aws::ManagedBlockchainQuery | aws-sdk-managedblockchainquery | 2023-05-04 |
@@ -683,6 +682,7 @@ RubyGems.org page under "LINKS" section.
683682
| Schemas | Aws::Schemas | aws-sdk-schemas | 2019-12-02 |
684683
| Service Quotas | Aws::ServiceQuotas | aws-sdk-servicequotas | 2019-06-24 |
685684
| Synthetics | Aws::Synthetics | aws-sdk-synthetics | 2017-10-11 |
685+
| TrustedAdvisor Public API | Aws::TrustedAdvisor | aws-sdk-trustedadvisor | 2022-09-15 |
686686

687687
## License
688688

apis/appmesh/2019-01-25/api-2.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,7 @@
863863
"required":["validation"],
864864
"members":{
865865
"certificate":{"shape":"ClientTlsCertificate"},
866-
"enforce":{
867-
"shape":"Boolean",
868-
"box":true
869-
},
866+
"enforce":{"shape":"Boolean"},
870867
"ports":{"shape":"PortSet"},
871868
"validation":{"shape":"TlsValidationContext"}
872869
}
@@ -1975,6 +1972,7 @@
19751972
},
19761973
"HealthCheckThreshold":{
19771974
"type":"integer",
1975+
"box":true,
19781976
"max":10,
19791977
"min":2
19801978
},
@@ -2689,14 +2687,17 @@
26892687
},
26902688
"MaxConnections":{
26912689
"type":"integer",
2690+
"box":true,
26922691
"min":1
26932692
},
26942693
"MaxPendingRequests":{
26952694
"type":"integer",
2695+
"box":true,
26962696
"min":1
26972697
},
26982698
"MaxRequests":{
26992699
"type":"integer",
2700+
"box":true,
27002701
"min":1
27012702
},
27022703
"MaxRetries":{
@@ -2831,6 +2832,7 @@
28312832
},
28322833
"PortNumber":{
28332834
"type":"integer",
2835+
"box":true,
28342836
"max":65535,
28352837
"min":1
28362838
},
@@ -3497,10 +3499,7 @@
34973499
"required":["validation"],
34983500
"members":{
34993501
"certificate":{"shape":"VirtualGatewayClientTlsCertificate"},
3500-
"enforce":{
3501-
"shape":"Boolean",
3502-
"box":true
3503-
},
3502+
"enforce":{"shape":"Boolean"},
35043503
"ports":{"shape":"PortSet"},
35053504
"validation":{"shape":"VirtualGatewayTlsValidationContext"}
35063505
}
@@ -3581,6 +3580,7 @@
35813580
},
35823581
"VirtualGatewayHealthCheckThreshold":{
35833582
"type":"integer",
3583+
"box":true,
35843584
"max":10,
35853585
"min":2
35863586
},
@@ -3602,10 +3602,7 @@
36023602
"required":["maxConnections"],
36033603
"members":{
36043604
"maxConnections":{"shape":"MaxConnections"},
3605-
"maxPendingRequests":{
3606-
"shape":"MaxPendingRequests",
3607-
"box":true
3608-
}
3605+
"maxPendingRequests":{"shape":"MaxPendingRequests"}
36093606
}
36103607
},
36113608
"VirtualGatewayList":{
@@ -3853,10 +3850,7 @@
38533850
"required":["maxConnections"],
38543851
"members":{
38553852
"maxConnections":{"shape":"MaxConnections"},
3856-
"maxPendingRequests":{
3857-
"shape":"MaxPendingRequests",
3858-
"box":true
3859-
}
3853+
"maxPendingRequests":{"shape":"MaxPendingRequests"}
38603854
}
38613855
},
38623856
"VirtualNodeList":{

apis/appmesh/2019-01-25/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"FilePath": {
504504
"base": null,
505505
"refs": {
506-
"FileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send access logs to standard out and configure your Envoy container to use a log driver, such as <code>awslogs</code>, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.</p> <pre><code> &lt;note&gt; &lt;p&gt;The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.&lt;/p&gt; &lt;/note&gt; </code></pre>",
506+
"FileAccessLog$path": "<p>The file path to write access logs to. You can use <code>/dev/stdout</code> to send access logs to standard out and configure your Envoy container to use a log driver, such as <code>awslogs</code>, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.</p> <note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>",
507507
"ListenerTlsFileCertificate$certificateChain": "<p>The certificate chain for the certificate.</p>",
508508
"ListenerTlsFileCertificate$privateKey": "<p>The private key for a certificate stored on the file system of the virtual node that the proxy is running on.</p>",
509509
"TlsValidationContextFileTrust$certificateChain": "<p>The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.</p>",
@@ -1092,7 +1092,7 @@
10921092
"base": null,
10931093
"refs": {
10941094
"GatewayRouteTarget$port": "<p>The port number of the gateway route target.</p>",
1095-
"GrpcGatewayRouteMatch$port": "<p>The port number to match from the request.</p>",
1095+
"GrpcGatewayRouteMatch$port": "<p>The gateway route port to be matched on.</p>",
10961096
"GrpcRouteMatch$port": "<p>The port number to match on.</p>",
10971097
"HttpGatewayRouteMatch$port": "<p>The port number to match on.</p>",
10981098
"HttpRouteMatch$port": "<p>The port number to match on.</p>",

apis/appmesh/2019-01-25/endpoint-rule-set-1.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [],
@@ -231,14 +227,16 @@
231227
},
232228
"type": "endpoint"
233229
}
234-
]
230+
],
231+
"type": "tree"
235232
},
236233
{
237234
"conditions": [],
238235
"error": "FIPS is enabled but this partition does not support FIPS",
239236
"type": "error"
240237
}
241-
]
238+
],
239+
"type": "tree"
242240
},
243241
{
244242
"conditions": [
@@ -252,7 +250,6 @@
252250
]
253251
}
254252
],
255-
"type": "tree",
256253
"rules": [
257254
{
258255
"conditions": [
@@ -272,7 +269,6 @@
272269
]
273270
}
274271
],
275-
"type": "tree",
276272
"rules": [
277273
{
278274
"conditions": [],
@@ -283,14 +279,16 @@
283279
},
284280
"type": "endpoint"
285281
}
286-
]
282+
],
283+
"type": "tree"
287284
},
288285
{
289286
"conditions": [],
290287
"error": "DualStack is enabled but this partition does not support DualStack",
291288
"type": "error"
292289
}
293-
]
290+
],
291+
"type": "tree"
294292
},
295293
{
296294
"conditions": [],
@@ -301,9 +299,11 @@
301299
},
302300
"type": "endpoint"
303301
}
304-
]
302+
],
303+
"type": "tree"
305304
}
306-
]
305+
],
306+
"type": "tree"
307307
},
308308
{
309309
"conditions": [],

apis/athena/2017-05-18/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,6 +2583,7 @@
25832583
"DataManifestLocation":{"shape":"String"},
25842584
"TotalExecutionTimeInMillis":{"shape":"Long"},
25852585
"QueryQueueTimeInMillis":{"shape":"Long"},
2586+
"ServicePreProcessingTimeInMillis":{"shape":"Long"},
25862587
"QueryPlanningTimeInMillis":{"shape":"Long"},
25872588
"ServiceProcessingTimeInMillis":{"shape":"Long"},
25882589
"ResultReuseInformation":{"shape":"ResultReuseInformation"}
@@ -2619,6 +2620,7 @@
26192620
"type":"structure",
26202621
"members":{
26212622
"QueryQueueTimeInMillis":{"shape":"Long"},
2623+
"ServicePreProcessingTimeInMillis":{"shape":"Long"},
26222624
"QueryPlanningTimeInMillis":{"shape":"Long"},
26232625
"EngineExecutionTimeInMillis":{"shape":"Long"},
26242626
"ServiceProcessingTimeInMillis":{"shape":"Long"},

0 commit comments

Comments
 (0)