aws-sdk-core 2.11.592 → 2.11.597

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +1 -1
  3. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  4. data/apis/batch/2016-08-10/api-2.json +71 -3
  5. data/apis/config/2014-11-12/api-2.json +5 -13
  6. data/apis/datasync/2018-11-09/api-2.json +6 -3
  7. data/apis/ec2/2016-11-15/api-2.json +32 -0
  8. data/apis/eks/2017-11-01/api-2.json +14 -0
  9. data/apis/elasticmapreduce/2009-03-31/api-2.json +25 -2
  10. data/apis/frauddetector/2019-11-15/api-2.json +3 -3
  11. data/apis/imagebuilder/2019-12-02/api-2.json +22 -7
  12. data/apis/iot/2015-05-28/api-2.json +53 -2
  13. data/apis/mediaconnect/2018-11-14/api-2.json +459 -1
  14. data/apis/mediaconnect/2018-11-14/paginators-1.json +12 -0
  15. data/apis/pinpoint/2016-12-01/api-2.json +50 -5
  16. data/apis/rds/2014-10-31/api-2.json +13 -1
  17. data/apis/s3/2006-03-01/api-2.json +4 -2
  18. data/apis/s3/2006-03-01/examples-1.json +138 -138
  19. data/apis/s3control/2018-08-20/api-2.json +836 -19
  20. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  21. data/apis/s3outposts/2017-07-25/api-2.json +250 -0
  22. data/apis/s3outposts/2017-07-25/examples-1.json +5 -0
  23. data/apis/s3outposts/2017-07-25/paginators-1.json +10 -0
  24. data/apis/savingsplans/2019-06-28/api-2.json +32 -2
  25. data/apis/schemas/2019-12-02/api-2.json +113 -0
  26. data/apis/securityhub/2018-10-26/api-2.json +751 -2
  27. data/apis/sts/2011-06-15/api-2.json +4 -5
  28. data/apis/synthetics/2017-10-11/api-2.json +35 -17
  29. data/apis/textract/2018-06-27/api-2.json +18 -5
  30. data/apis/timestream-query/2018-11-01/api-2.json +299 -0
  31. data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
  32. data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
  33. data/apis/timestream-write/2018-11-01/api-2.json +775 -0
  34. data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
  35. data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
  36. data/apis/transcribe/2017-10-26/api-2.json +12 -1
  37. data/endpoints.json +44 -0
  38. data/lib/aws-sdk-core.rb +3 -0
  39. data/lib/aws-sdk-core/eager_loader.rb +1 -0
  40. data/lib/aws-sdk-core/s3outposts.rb +6 -0
  41. data/lib/aws-sdk-core/timestreamquery.rb +6 -0
  42. data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
  43. data/lib/aws-sdk-core/version.rb +1 -1
  44. data/service-models.json +12 -0
  45. metadata +14 -2
@@ -9,6 +9,11 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
+ },
13
+ "ListRegionalBuckets": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
12
17
  }
13
18
  }
14
19
  }
@@ -0,0 +1,250 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"s3-outposts",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon S3 Outposts",
9
+ "serviceFullName":"Amazon S3 on Outposts",
10
+ "serviceId":"S3Outposts",
11
+ "signatureVersion":"v4",
12
+ "signingName":"s3-outposts",
13
+ "uid":"s3outposts-2017-07-25"
14
+ },
15
+ "operations":{
16
+ "CreateEndpoint":{
17
+ "name":"CreateEndpoint",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/S3Outposts/CreateEndpoint"
21
+ },
22
+ "input":{"shape":"CreateEndpointRequest"},
23
+ "output":{"shape":"CreateEndpointResult"},
24
+ "errors":[
25
+ {"shape":"InternalServerException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"AccessDeniedException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ConflictException"}
30
+ ]
31
+ },
32
+ "DeleteEndpoint":{
33
+ "name":"DeleteEndpoint",
34
+ "http":{
35
+ "method":"DELETE",
36
+ "requestUri":"/S3Outposts/DeleteEndpoint"
37
+ },
38
+ "input":{"shape":"DeleteEndpointRequest"},
39
+ "errors":[
40
+ {"shape":"InternalServerException"},
41
+ {"shape":"AccessDeniedException"},
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ValidationException"}
44
+ ]
45
+ },
46
+ "ListEndpoints":{
47
+ "name":"ListEndpoints",
48
+ "http":{
49
+ "method":"GET",
50
+ "requestUri":"/S3Outposts/ListEndpoints"
51
+ },
52
+ "input":{"shape":"ListEndpointsRequest"},
53
+ "output":{"shape":"ListEndpointsResult"},
54
+ "errors":[
55
+ {"shape":"InternalServerException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"AccessDeniedException"},
58
+ {"shape":"ValidationException"}
59
+ ]
60
+ }
61
+ },
62
+ "shapes":{
63
+ "AccessDeniedException":{
64
+ "type":"structure",
65
+ "members":{
66
+ "Message":{"shape":"ErrorMessage"}
67
+ },
68
+ "error":{"httpStatusCode":403},
69
+ "exception":true
70
+ },
71
+ "CidrBlock":{
72
+ "type":"string",
73
+ "max":20,
74
+ "min":1
75
+ },
76
+ "ConflictException":{
77
+ "type":"structure",
78
+ "members":{
79
+ "Message":{"shape":"ErrorMessage"}
80
+ },
81
+ "error":{"httpStatusCode":409},
82
+ "exception":true
83
+ },
84
+ "CreateEndpointRequest":{
85
+ "type":"structure",
86
+ "required":[
87
+ "OutpostId",
88
+ "SubnetId",
89
+ "SecurityGroupId"
90
+ ],
91
+ "members":{
92
+ "OutpostId":{"shape":"OutpostId"},
93
+ "SubnetId":{"shape":"SubnetId"},
94
+ "SecurityGroupId":{"shape":"SecurityGroupId"}
95
+ }
96
+ },
97
+ "CreateEndpointResult":{
98
+ "type":"structure",
99
+ "members":{
100
+ "EndpointArn":{"shape":"EndpointArn"}
101
+ }
102
+ },
103
+ "CreationTime":{"type":"timestamp"},
104
+ "DeleteEndpointRequest":{
105
+ "type":"structure",
106
+ "required":[
107
+ "EndpointId",
108
+ "OutpostId"
109
+ ],
110
+ "members":{
111
+ "EndpointId":{
112
+ "shape":"EndpointId",
113
+ "location":"querystring",
114
+ "locationName":"endpointId"
115
+ },
116
+ "OutpostId":{
117
+ "shape":"OutpostId",
118
+ "location":"querystring",
119
+ "locationName":"outpostId"
120
+ }
121
+ }
122
+ },
123
+ "Endpoint":{
124
+ "type":"structure",
125
+ "members":{
126
+ "EndpointArn":{"shape":"EndpointArn"},
127
+ "OutpostsId":{"shape":"OutpostId"},
128
+ "CidrBlock":{"shape":"CidrBlock"},
129
+ "Status":{"shape":"EndpointStatus"},
130
+ "CreationTime":{"shape":"CreationTime"},
131
+ "NetworkInterfaces":{"shape":"NetworkInterfaces"}
132
+ }
133
+ },
134
+ "EndpointArn":{
135
+ "type":"string",
136
+ "max":500,
137
+ "min":5,
138
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3-outposts:[a-z\\-0-9]*:[0-9]{12}:outpost/(op-[a-f0-9]{17}|ec2)/endpoint/[a-zA-Z0-9]{19}$"
139
+ },
140
+ "EndpointId":{
141
+ "type":"string",
142
+ "max":500,
143
+ "min":5,
144
+ "pattern":"^[a-zA-Z0-9]{19}$"
145
+ },
146
+ "EndpointStatus":{
147
+ "type":"string",
148
+ "enum":[
149
+ "PENDING",
150
+ "AVAILABLE"
151
+ ]
152
+ },
153
+ "Endpoints":{
154
+ "type":"list",
155
+ "member":{"shape":"Endpoint"}
156
+ },
157
+ "ErrorMessage":{"type":"string"},
158
+ "InternalServerException":{
159
+ "type":"structure",
160
+ "members":{
161
+ "Message":{"shape":"ErrorMessage"}
162
+ },
163
+ "error":{"httpStatusCode":500},
164
+ "exception":true,
165
+ "fault":true
166
+ },
167
+ "ListEndpointsRequest":{
168
+ "type":"structure",
169
+ "members":{
170
+ "NextToken":{
171
+ "shape":"NextToken",
172
+ "location":"querystring",
173
+ "locationName":"nextToken"
174
+ },
175
+ "MaxResults":{
176
+ "shape":"MaxResults",
177
+ "location":"querystring",
178
+ "locationName":"maxResults"
179
+ }
180
+ }
181
+ },
182
+ "ListEndpointsResult":{
183
+ "type":"structure",
184
+ "members":{
185
+ "Endpoints":{"shape":"Endpoints"},
186
+ "NextToken":{"shape":"NextToken"}
187
+ }
188
+ },
189
+ "MaxResults":{
190
+ "type":"integer",
191
+ "max":100,
192
+ "min":0
193
+ },
194
+ "NetworkInterface":{
195
+ "type":"structure",
196
+ "members":{
197
+ "NetworkInterfaceId":{"shape":"NetworkInterfaceId"}
198
+ }
199
+ },
200
+ "NetworkInterfaceId":{
201
+ "type":"string",
202
+ "max":100,
203
+ "min":1
204
+ },
205
+ "NetworkInterfaces":{
206
+ "type":"list",
207
+ "member":{"shape":"NetworkInterface"}
208
+ },
209
+ "NextToken":{
210
+ "type":"string",
211
+ "max":1024,
212
+ "min":1,
213
+ "pattern":"^[A-Za-z0-9\\+\\:\\/\\=\\?\\#-_]+$"
214
+ },
215
+ "OutpostId":{
216
+ "type":"string",
217
+ "max":100,
218
+ "min":1,
219
+ "pattern":"^(op-[a-f0-9]{17}|\\d{12}|ec2)$"
220
+ },
221
+ "ResourceNotFoundException":{
222
+ "type":"structure",
223
+ "members":{
224
+ "Message":{"shape":"ErrorMessage"}
225
+ },
226
+ "error":{"httpStatusCode":404},
227
+ "exception":true
228
+ },
229
+ "SecurityGroupId":{
230
+ "type":"string",
231
+ "max":100,
232
+ "min":1,
233
+ "pattern":"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"
234
+ },
235
+ "SubnetId":{
236
+ "type":"string",
237
+ "max":100,
238
+ "min":1,
239
+ "pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
240
+ },
241
+ "ValidationException":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Message":{"shape":"ErrorMessage"}
245
+ },
246
+ "error":{"httpStatusCode":400},
247
+ "exception":true
248
+ }
249
+ }
250
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListEndpoints": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Endpoints"
8
+ }
9
+ }
10
+ }
@@ -28,6 +28,21 @@
28
28
  {"shape":"ServiceQuotaExceededException"}
29
29
  ]
30
30
  },
31
+ "DeleteQueuedSavingsPlan":{
32
+ "name":"DeleteQueuedSavingsPlan",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/DeleteQueuedSavingsPlan"
36
+ },
37
+ "input":{"shape":"DeleteQueuedSavingsPlanRequest"},
38
+ "output":{"shape":"DeleteQueuedSavingsPlanResponse"},
39
+ "errors":[
40
+ {"shape":"ValidationException"},
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"InternalServerException"},
43
+ {"shape":"ServiceQuotaExceededException"}
44
+ ]
45
+ },
31
46
  "DescribeSavingsPlanRates":{
32
47
  "name":"DescribeSavingsPlanRates",
33
48
  "http":{
@@ -137,6 +152,7 @@
137
152
  "savingsPlanOfferingId":{"shape":"SavingsPlanOfferingId"},
138
153
  "commitment":{"shape":"Amount"},
139
154
  "upfrontPaymentAmount":{"shape":"Amount"},
155
+ "purchaseTime":{"shape":"DateTime"},
140
156
  "clientToken":{
141
157
  "shape":"ClientToken",
142
158
  "idempotencyToken":true
@@ -161,6 +177,19 @@
161
177
  "type":"list",
162
178
  "member":{"shape":"CurrencyCode"}
163
179
  },
180
+ "DateTime":{"type":"timestamp"},
181
+ "DeleteQueuedSavingsPlanRequest":{
182
+ "type":"structure",
183
+ "required":["savingsPlanId"],
184
+ "members":{
185
+ "savingsPlanId":{"shape":"SavingsPlanId"}
186
+ }
187
+ },
188
+ "DeleteQueuedSavingsPlanResponse":{
189
+ "type":"structure",
190
+ "members":{
191
+ }
192
+ },
164
193
  "DescribeSavingsPlanRatesRequest":{
165
194
  "type":"structure",
166
195
  "required":["savingsPlanId"],
@@ -596,7 +625,6 @@
596
625
  "enum":[
597
626
  "AmazonEC2",
598
627
  "AmazonECS",
599
- "AmazonEKS",
600
628
  "AWSLambda"
601
629
  ]
602
630
  },
@@ -636,7 +664,9 @@
636
664
  "payment-pending",
637
665
  "payment-failed",
638
666
  "active",
639
- "retired"
667
+ "retired",
668
+ "queued",
669
+ "queued-deleted"
640
670
  ]
641
671
  },
642
672
  "SavingsPlanStateList":{
@@ -973,6 +973,43 @@
973
973
  "shape": "ServiceUnavailableException"
974
974
  }
975
975
  ]
976
+ },
977
+ "ExportSchema": {
978
+ "name": "ExportSchema",
979
+ "http": {
980
+ "method": "GET",
981
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/export",
982
+ "responseCode": 200
983
+ },
984
+ "input": {
985
+ "shape": "ExportSchemaRequest"
986
+ },
987
+ "output": {
988
+ "shape": "ExportSchemaResponse"
989
+ },
990
+ "errors": [
991
+ {
992
+ "shape": "BadRequestException"
993
+ },
994
+ {
995
+ "shape": "UnauthorizedException"
996
+ },
997
+ {
998
+ "shape": "InternalServerErrorException"
999
+ },
1000
+ {
1001
+ "shape": "ForbiddenException"
1002
+ },
1003
+ {
1004
+ "shape": "NotFoundException"
1005
+ },
1006
+ {
1007
+ "shape": "ServiceUnavailableException"
1008
+ },
1009
+ {
1010
+ "shape": "TooManyRequestsException"
1011
+ }
1012
+ ]
976
1013
  }
977
1014
  },
978
1015
  "shapes": {
@@ -2310,6 +2347,9 @@
2310
2347
  },
2311
2348
  "SchemaVersion": {
2312
2349
  "shape": "__string"
2350
+ },
2351
+ "Type": {
2352
+ "shape": "__string"
2313
2353
  }
2314
2354
  }
2315
2355
  },
@@ -2338,6 +2378,9 @@
2338
2378
  },
2339
2379
  "SchemaVersion": {
2340
2380
  "shape": "__string"
2381
+ },
2382
+ "Type": {
2383
+ "shape": "__string"
2341
2384
  }
2342
2385
  }
2343
2386
  },
@@ -2757,6 +2800,76 @@
2757
2800
  }
2758
2801
  }
2759
2802
  },
2803
+ "ExportSchemaOutput": {
2804
+ "type": "structure",
2805
+ "members": {
2806
+ "Content": {
2807
+ "shape": "__string"
2808
+ },
2809
+ "SchemaArn": {
2810
+ "shape": "__string"
2811
+ },
2812
+ "SchemaName": {
2813
+ "shape": "__string"
2814
+ },
2815
+ "SchemaVersion": {
2816
+ "shape": "__string"
2817
+ },
2818
+ "Type": {
2819
+ "shape": "__string"
2820
+ }
2821
+ }
2822
+ },
2823
+ "ExportSchemaRequest": {
2824
+ "type": "structure",
2825
+ "members": {
2826
+ "RegistryName": {
2827
+ "shape": "__string",
2828
+ "location": "uri",
2829
+ "locationName": "registryName"
2830
+ },
2831
+ "SchemaName": {
2832
+ "shape": "__string",
2833
+ "location": "uri",
2834
+ "locationName": "schemaName"
2835
+ },
2836
+ "SchemaVersion": {
2837
+ "shape": "__string",
2838
+ "location": "querystring",
2839
+ "locationName": "schemaVersion"
2840
+ },
2841
+ "Type": {
2842
+ "shape": "__string",
2843
+ "location": "querystring",
2844
+ "locationName": "type"
2845
+ }
2846
+ },
2847
+ "required": [
2848
+ "RegistryName",
2849
+ "SchemaName",
2850
+ "Type"
2851
+ ]
2852
+ },
2853
+ "ExportSchemaResponse": {
2854
+ "type": "structure",
2855
+ "members": {
2856
+ "Content": {
2857
+ "shape": "__string"
2858
+ },
2859
+ "SchemaArn": {
2860
+ "shape": "__string"
2861
+ },
2862
+ "SchemaName": {
2863
+ "shape": "__string"
2864
+ },
2865
+ "SchemaVersion": {
2866
+ "shape": "__string"
2867
+ },
2868
+ "Type": {
2869
+ "shape": "__string"
2870
+ }
2871
+ }
2872
+ },
2760
2873
  "__boolean": {
2761
2874
  "type": "boolean"
2762
2875
  },