aws-sdk-core 2.11.516 → 2.11.517

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: bec13ca6cec869d29c9c250e83c916b6d13722209801cfbb70f538a56ebe0ba6
4
- data.tar.gz: 0b915829f17b0c481926ca9d90817d76828e016cccf3c7ddc5a1fefa0413fedf
3
+ metadata.gz: d6e303eebc357f5a52d41c6fe4ce44f0cc49f2d167fa1aeaf5c235005452a4ab
4
+ data.tar.gz: 76e3732454ee413445997ad84b57e99bfb74a45d4f3ad3ef44df5fd149f8c94d
5
5
  SHA512:
6
- metadata.gz: 9fb7a3dbbc1f007c395e6c8932e8e2e7e383ea685b39e1bba38ea8a8d9a3be6fca097b95daf3bc0b2d191d53335bf1b4babbae0a31392822c0ea855050bbebae
7
- data.tar.gz: bee1897d36260c97bee960860d9fbb8be51a4caf2fbc96d0e77c6725efa9e606ef24a95bc1d6315a5950e57b332381411cf24cdbea844340a3824a98f91a0af9
6
+ metadata.gz: 179f8fb76d85914336d013b1763a8afd277fe5b63df2e6d524b637041540e3d6c99068a782075d05fa1e2a6b03462275af7de785d52ba2f761e716d4edd1a15a
7
+ data.tar.gz: 4743b87f1631a0373b32ec84d47d8d8acec9ca0c88bff0a73b47c27e5d9d1835be265a7aa3734608c0296931a49ad3ac50d1b4edb252d9c81992628b8717ee80
@@ -275,6 +275,43 @@
275
275
  }
276
276
  ]
277
277
  },
278
+ "GetCompatibleKafkaVersions" : {
279
+ "name" : "GetCompatibleKafkaVersions",
280
+ "http" : {
281
+ "method" : "GET",
282
+ "requestUri" : "/v1/compatible-kafka-versions",
283
+ "responseCode" : 200
284
+ },
285
+ "input" : {
286
+ "shape" : "GetCompatibleKafkaVersionsRequest"
287
+ },
288
+ "output" : {
289
+ "shape" : "GetCompatibleKafkaVersionsResponse"
290
+ },
291
+ "errors" : [
292
+ {
293
+ "shape" : "BadRequestException"
294
+ },
295
+ {
296
+ "shape" : "UnauthorizedException"
297
+ },
298
+ {
299
+ "shape" : "InternalServerErrorException"
300
+ },
301
+ {
302
+ "shape" : "ForbiddenException"
303
+ },
304
+ {
305
+ "shape" : "NotFoundException"
306
+ },
307
+ {
308
+ "shape" : "ServiceUnavailableException"
309
+ },
310
+ {
311
+ "shape" : "TooManyRequestsException"
312
+ }
313
+ ]
314
+ },
278
315
  "ListClusterOperations": {
279
316
  "name": "ListClusterOperations",
280
317
  "http": {
@@ -617,6 +654,43 @@
617
654
  }
618
655
  ]
619
656
  },
657
+ "UpdateClusterKafkaVersion" : {
658
+ "name" : "UpdateClusterKafkaVersion",
659
+ "http" : {
660
+ "method" : "PUT",
661
+ "requestUri" : "/v1/clusters/{clusterArn}/version",
662
+ "responseCode" : 200
663
+ },
664
+ "input" : {
665
+ "shape" : "UpdateClusterKafkaVersionRequest"
666
+ },
667
+ "output" : {
668
+ "shape" : "UpdateClusterKafkaVersionResponse"
669
+ },
670
+ "errors" : [
671
+ {
672
+ "shape" : "BadRequestException"
673
+ },
674
+ {
675
+ "shape" : "UnauthorizedException"
676
+ },
677
+ {
678
+ "shape" : "InternalServerErrorException"
679
+ },
680
+ {
681
+ "shape" : "ForbiddenException"
682
+ },
683
+ {
684
+ "shape" : "NotFoundException"
685
+ },
686
+ {
687
+ "shape" : "ServiceUnavailableException"
688
+ },
689
+ {
690
+ "shape" : "TooManyRequestsException"
691
+ }
692
+ ]
693
+ },
620
694
  "UpdateMonitoring" : {
621
695
  "name" : "UpdateMonitoring",
622
696
  "http" : {
@@ -899,6 +973,10 @@
899
973
  "shape": "ErrorInfo",
900
974
  "locationName": "errorInfo"
901
975
  },
976
+ "OperationSteps": {
977
+ "shape": "__listOfClusterOperationStep",
978
+ "locationName": "operationSteps"
979
+ },
902
980
  "OperationArn": {
903
981
  "shape": "__string",
904
982
  "locationName": "operationArn"
@@ -921,6 +999,28 @@
921
999
  }
922
1000
  }
923
1001
  },
1002
+ "ClusterOperationStep" : {
1003
+ "type" : "structure",
1004
+ "members" : {
1005
+ "StepInfo" : {
1006
+ "shape" : "ClusterOperationStepInfo",
1007
+ "locationName" : "stepInfo"
1008
+ },
1009
+ "StepName" : {
1010
+ "shape" : "__string",
1011
+ "locationName" : "stepName"
1012
+ }
1013
+ }
1014
+ },
1015
+ "ClusterOperationStepInfo" : {
1016
+ "type" : "structure",
1017
+ "members" : {
1018
+ "StepStatus" : {
1019
+ "shape" : "__string",
1020
+ "locationName" : "stepStatus"
1021
+ }
1022
+ }
1023
+ },
924
1024
  "ClusterState": {
925
1025
  "type": "string",
926
1026
  "enum": [
@@ -931,6 +1031,19 @@
931
1031
  "FAILED"
932
1032
  ]
933
1033
  },
1034
+ "CompatibleKafkaVersion" : {
1035
+ "type" : "structure",
1036
+ "members" : {
1037
+ "SourceVersion" : {
1038
+ "shape" : "__string",
1039
+ "locationName" : "sourceVersion"
1040
+ },
1041
+ "TargetVersions" : {
1042
+ "shape" : "__listOf__string",
1043
+ "locationName" : "targetVersions"
1044
+ }
1045
+ }
1046
+ },
934
1047
  "Configuration": {
935
1048
  "type": "structure",
936
1049
  "members": {
@@ -1117,7 +1230,6 @@
1117
1230
  },
1118
1231
  "required": [
1119
1232
  "ServerProperties",
1120
- "KafkaVersions",
1121
1233
  "Name"
1122
1234
  ]
1123
1235
  },
@@ -1441,6 +1553,25 @@
1441
1553
  }
1442
1554
  }
1443
1555
  },
1556
+ "GetCompatibleKafkaVersionsRequest" : {
1557
+ "type" : "structure",
1558
+ "members" : {
1559
+ "ClusterArn" : {
1560
+ "shape" : "__string",
1561
+ "location" : "querystring",
1562
+ "locationName" : "clusterArn"
1563
+ }
1564
+ }
1565
+ },
1566
+ "GetCompatibleKafkaVersionsResponse" : {
1567
+ "type" : "structure",
1568
+ "members" : {
1569
+ "CompatibleKafkaVersions" : {
1570
+ "shape" : "__listOfCompatibleKafkaVersion",
1571
+ "locationName" : "compatibleKafkaVersions"
1572
+ }
1573
+ }
1574
+ },
1444
1575
  "InternalServerErrorException": {
1445
1576
  "type": "structure",
1446
1577
  "members": {
@@ -1735,6 +1866,10 @@
1735
1866
  "shape" : "EnhancedMonitoring",
1736
1867
  "locationName" : "enhancedMonitoring"
1737
1868
  },
1869
+ "KafkaVersion" : {
1870
+ "shape" : "__string",
1871
+ "locationName" : "kafkaVersion"
1872
+ },
1738
1873
  "LoggingInfo": {
1739
1874
  "shape": "LoggingInfo",
1740
1875
  "locationName": "loggingInfo"
@@ -2020,6 +2155,42 @@
2020
2155
  }
2021
2156
  }
2022
2157
  },
2158
+ "UpdateClusterKafkaVersionRequest" : {
2159
+ "type" : "structure",
2160
+ "members" : {
2161
+ "ClusterArn" : {
2162
+ "shape" : "__string",
2163
+ "location" : "uri",
2164
+ "locationName" : "clusterArn"
2165
+ },
2166
+ "ConfigurationInfo" : {
2167
+ "shape" : "ConfigurationInfo",
2168
+ "locationName" : "configurationInfo"
2169
+ },
2170
+ "CurrentVersion" : {
2171
+ "shape" : "__string",
2172
+ "locationName" : "currentVersion"
2173
+ },
2174
+ "TargetKafkaVersion" : {
2175
+ "shape" : "__string",
2176
+ "locationName" : "targetKafkaVersion"
2177
+ }
2178
+ },
2179
+ "required" : [ "ClusterArn", "TargetKafkaVersion", "CurrentVersion" ]
2180
+ },
2181
+ "UpdateClusterKafkaVersionResponse" : {
2182
+ "type" : "structure",
2183
+ "members" : {
2184
+ "ClusterArn" : {
2185
+ "shape" : "__string",
2186
+ "locationName" : "clusterArn"
2187
+ },
2188
+ "ClusterOperationArn" : {
2189
+ "shape" : "__string",
2190
+ "locationName" : "clusterOperationArn"
2191
+ }
2192
+ }
2193
+ },
2023
2194
  "UpdateMonitoringRequest" : {
2024
2195
  "type" : "structure",
2025
2196
  "members" : {
@@ -2229,6 +2400,18 @@
2229
2400
  "shape": "ClusterOperationInfo"
2230
2401
  }
2231
2402
  },
2403
+ "__listOfClusterOperationStep" : {
2404
+ "type" : "list",
2405
+ "member" : {
2406
+ "shape" : "ClusterOperationStep"
2407
+ }
2408
+ },
2409
+ "__listOfCompatibleKafkaVersion" : {
2410
+ "type" : "list",
2411
+ "member" : {
2412
+ "shape" : "CompatibleKafkaVersion"
2413
+ }
2414
+ },
2232
2415
  "__listOfConfiguration": {
2233
2416
  "type": "list",
2234
2417
  "member": {
@@ -215,6 +215,7 @@
215
215
  "members":{
216
216
  "ChangeType":{"shape":"ChangeType"},
217
217
  "Entity":{"shape":"Entity"},
218
+ "Details":{"shape":"Json"},
218
219
  "ErrorDetailList":{"shape":"ErrorDetailList"}
219
220
  }
220
221
  },
@@ -212,6 +212,21 @@
212
212
  ],
213
213
  "idempotent":true
214
214
  },
215
+ "DeleteRetentionPolicy":{
216
+ "name":"DeleteRetentionPolicy",
217
+ "http":{
218
+ "method":"POST",
219
+ "requestUri":"/"
220
+ },
221
+ "input":{"shape":"DeleteRetentionPolicyRequest"},
222
+ "output":{"shape":"DeleteRetentionPolicyResponse"},
223
+ "errors":[
224
+ {"shape":"InvalidParameterException"},
225
+ {"shape":"OrganizationNotFoundException"},
226
+ {"shape":"OrganizationStateException"}
227
+ ],
228
+ "idempotent":true
229
+ },
215
230
  "DeleteUser":{
216
231
  "name":"DeleteUser",
217
232
  "http":{
@@ -362,6 +377,22 @@
362
377
  {"shape":"OrganizationStateException"}
363
378
  ]
364
379
  },
380
+ "GetDefaultRetentionPolicy":{
381
+ "name":"GetDefaultRetentionPolicy",
382
+ "http":{
383
+ "method":"POST",
384
+ "requestUri":"/"
385
+ },
386
+ "input":{"shape":"GetDefaultRetentionPolicyRequest"},
387
+ "output":{"shape":"GetDefaultRetentionPolicyResponse"},
388
+ "errors":[
389
+ {"shape":"InvalidParameterException"},
390
+ {"shape":"OrganizationNotFoundException"},
391
+ {"shape":"OrganizationStateException"},
392
+ {"shape":"EntityNotFoundException"}
393
+ ],
394
+ "idempotent":true
395
+ },
365
396
  "GetMailboxDetails":{
366
397
  "name":"GetMailboxDetails",
367
398
  "http":{
@@ -561,6 +592,22 @@
561
592
  ],
562
593
  "idempotent":true
563
594
  },
595
+ "PutRetentionPolicy":{
596
+ "name":"PutRetentionPolicy",
597
+ "http":{
598
+ "method":"POST",
599
+ "requestUri":"/"
600
+ },
601
+ "input":{"shape":"PutRetentionPolicyRequest"},
602
+ "output":{"shape":"PutRetentionPolicyResponse"},
603
+ "errors":[
604
+ {"shape":"InvalidParameterException"},
605
+ {"shape":"OrganizationNotFoundException"},
606
+ {"shape":"OrganizationStateException"},
607
+ {"shape":"LimitExceededException"}
608
+ ],
609
+ "idempotent":true
610
+ },
564
611
  "RegisterToWorkMail":{
565
612
  "name":"RegisterToWorkMail",
566
613
  "http":{
@@ -979,6 +1026,22 @@
979
1026
  "members":{
980
1027
  }
981
1028
  },
1029
+ "DeleteRetentionPolicyRequest":{
1030
+ "type":"structure",
1031
+ "required":[
1032
+ "OrganizationId",
1033
+ "Id"
1034
+ ],
1035
+ "members":{
1036
+ "OrganizationId":{"shape":"OrganizationId"},
1037
+ "Id":{"shape":"ShortString"}
1038
+ }
1039
+ },
1040
+ "DeleteRetentionPolicyResponse":{
1041
+ "type":"structure",
1042
+ "members":{
1043
+ }
1044
+ },
982
1045
  "DeleteUserRequest":{
983
1046
  "type":"structure",
984
1047
  "required":[
@@ -1194,6 +1257,32 @@
1194
1257
  },
1195
1258
  "exception":true
1196
1259
  },
1260
+ "FolderConfiguration":{
1261
+ "type":"structure",
1262
+ "required":[
1263
+ "Name",
1264
+ "Action"
1265
+ ],
1266
+ "members":{
1267
+ "Name":{"shape":"FolderName"},
1268
+ "Action":{"shape":"RetentionAction"},
1269
+ "Period":{"shape":"RetentionPeriod"}
1270
+ }
1271
+ },
1272
+ "FolderConfigurations":{
1273
+ "type":"list",
1274
+ "member":{"shape":"FolderConfiguration"}
1275
+ },
1276
+ "FolderName":{
1277
+ "type":"string",
1278
+ "enum":[
1279
+ "INBOX",
1280
+ "DELETED_ITEMS",
1281
+ "SENT_ITEMS",
1282
+ "DRAFTS",
1283
+ "JUNK_EMAIL"
1284
+ ]
1285
+ },
1197
1286
  "GetAccessControlEffectRequest":{
1198
1287
  "type":"structure",
1199
1288
  "required":[
@@ -1216,6 +1305,22 @@
1216
1305
  "MatchedRules":{"shape":"AccessControlRuleNameList"}
1217
1306
  }
1218
1307
  },
1308
+ "GetDefaultRetentionPolicyRequest":{
1309
+ "type":"structure",
1310
+ "required":["OrganizationId"],
1311
+ "members":{
1312
+ "OrganizationId":{"shape":"OrganizationId"}
1313
+ }
1314
+ },
1315
+ "GetDefaultRetentionPolicyResponse":{
1316
+ "type":"structure",
1317
+ "members":{
1318
+ "Id":{"shape":"ShortString"},
1319
+ "Name":{"shape":"ShortString"},
1320
+ "Description":{"shape":"String"},
1321
+ "FolderConfigurations":{"shape":"FolderConfigurations"}
1322
+ }
1323
+ },
1219
1324
  "GetMailboxDetailsRequest":{
1220
1325
  "type":"structure",
1221
1326
  "required":[
@@ -1604,6 +1709,11 @@
1604
1709
  "type":"list",
1605
1710
  "member":{"shape":"Permission"}
1606
1711
  },
1712
+ "PolicyDescription":{
1713
+ "type":"string",
1714
+ "max":256,
1715
+ "pattern":"[\\w\\d\\s\\S\\-!?=,.;:'_]+"
1716
+ },
1607
1717
  "PutAccessControlRuleRequest":{
1608
1718
  "type":"structure",
1609
1719
  "required":[
@@ -1650,6 +1760,26 @@
1650
1760
  "members":{
1651
1761
  }
1652
1762
  },
1763
+ "PutRetentionPolicyRequest":{
1764
+ "type":"structure",
1765
+ "required":[
1766
+ "OrganizationId",
1767
+ "Name",
1768
+ "FolderConfigurations"
1769
+ ],
1770
+ "members":{
1771
+ "OrganizationId":{"shape":"OrganizationId"},
1772
+ "Id":{"shape":"ShortString"},
1773
+ "Name":{"shape":"ShortString"},
1774
+ "Description":{"shape":"PolicyDescription"},
1775
+ "FolderConfigurations":{"shape":"FolderConfigurations"}
1776
+ }
1777
+ },
1778
+ "PutRetentionPolicyResponse":{
1779
+ "type":"structure",
1780
+ "members":{
1781
+ }
1782
+ },
1653
1783
  "RegisterToWorkMailRequest":{
1654
1784
  "type":"structure",
1655
1785
  "required":[
@@ -1737,6 +1867,26 @@
1737
1867
  "type":"list",
1738
1868
  "member":{"shape":"Resource"}
1739
1869
  },
1870
+ "RetentionAction":{
1871
+ "type":"string",
1872
+ "enum":[
1873
+ "NONE",
1874
+ "DELETE",
1875
+ "PERMANENTLY_DELETE"
1876
+ ]
1877
+ },
1878
+ "RetentionPeriod":{
1879
+ "type":"integer",
1880
+ "box":true,
1881
+ "max":730,
1882
+ "min":1
1883
+ },
1884
+ "ShortString":{
1885
+ "type":"string",
1886
+ "max":64,
1887
+ "min":1,
1888
+ "pattern":"[a-zA-Z0-9_-]+"
1889
+ },
1740
1890
  "String":{
1741
1891
  "type":"string",
1742
1892
  "max":256
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.516'
2
+ VERSION = '2.11.517'
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.516
4
+ version: 2.11.517
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-27 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath