aws-sdk-core 2.11.241 → 2.11.242

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,10 +5,25 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListPhoneNumberOrders": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListPhoneNumbers": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
8
18
  "ListUsers": {
9
19
  "input_token": "NextToken",
10
20
  "output_token": "NextToken",
11
21
  "limit_key": "MaxResults"
22
+ },
23
+ "ListVoiceConnectors": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
12
27
  }
13
28
  }
14
29
  }
@@ -24,6 +24,18 @@
24
24
  {"shape":"ResourceNotFoundFault"}
25
25
  ]
26
26
  },
27
+ "ApplyPendingMaintenanceAction":{
28
+ "name":"ApplyPendingMaintenanceAction",
29
+ "http":{
30
+ "method":"POST",
31
+ "requestUri":"/"
32
+ },
33
+ "input":{"shape":"ApplyPendingMaintenanceActionMessage"},
34
+ "output":{"shape":"ApplyPendingMaintenanceActionResponse"},
35
+ "errors":[
36
+ {"shape":"ResourceNotFoundFault"}
37
+ ]
38
+ },
27
39
  "CreateEndpoint":{
28
40
  "name":"CreateEndpoint",
29
41
  "http":{
@@ -51,10 +63,15 @@
51
63
  "output":{"shape":"CreateEventSubscriptionResponse"},
52
64
  "errors":[
53
65
  {"shape":"ResourceQuotaExceededFault"},
66
+ {"shape":"ResourceNotFoundFault"},
54
67
  {"shape":"ResourceAlreadyExistsFault"},
55
68
  {"shape":"SNSInvalidTopicFault"},
56
69
  {"shape":"SNSNoAuthorizationFault"},
57
- {"shape":"ResourceNotFoundFault"}
70
+ {"shape":"KMSAccessDeniedFault"},
71
+ {"shape":"KMSDisabledFault"},
72
+ {"shape":"KMSInvalidStateFault"},
73
+ {"shape":"KMSNotFoundFault"},
74
+ {"shape":"KMSThrottlingFault"}
58
75
  ]
59
76
  },
60
77
  "CreateReplicationInstance":{
@@ -283,6 +300,18 @@
283
300
  "input":{"shape":"DescribeOrderableReplicationInstancesMessage"},
284
301
  "output":{"shape":"DescribeOrderableReplicationInstancesResponse"}
285
302
  },
303
+ "DescribePendingMaintenanceActions":{
304
+ "name":"DescribePendingMaintenanceActions",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/"
308
+ },
309
+ "input":{"shape":"DescribePendingMaintenanceActionsMessage"},
310
+ "output":{"shape":"DescribePendingMaintenanceActionsResponse"},
311
+ "errors":[
312
+ {"shape":"ResourceNotFoundFault"}
313
+ ]
314
+ },
286
315
  "DescribeRefreshSchemasStatus":{
287
316
  "name":"DescribeRefreshSchemasStatus",
288
317
  "http":{
@@ -437,7 +466,12 @@
437
466
  {"shape":"ResourceQuotaExceededFault"},
438
467
  {"shape":"ResourceNotFoundFault"},
439
468
  {"shape":"SNSInvalidTopicFault"},
440
- {"shape":"SNSNoAuthorizationFault"}
469
+ {"shape":"SNSNoAuthorizationFault"},
470
+ {"shape":"KMSAccessDeniedFault"},
471
+ {"shape":"KMSDisabledFault"},
472
+ {"shape":"KMSInvalidStateFault"},
473
+ {"shape":"KMSNotFoundFault"},
474
+ {"shape":"KMSThrottlingFault"}
441
475
  ]
442
476
  },
443
477
  "ModifyReplicationInstance":{
@@ -449,6 +483,7 @@
449
483
  "input":{"shape":"ModifyReplicationInstanceMessage"},
450
484
  "output":{"shape":"ModifyReplicationInstanceResponse"},
451
485
  "errors":[
486
+ {"shape":"AccessDeniedFault"},
452
487
  {"shape":"InvalidResourceStateFault"},
453
488
  {"shape":"ResourceAlreadyExistsFault"},
454
489
  {"shape":"ResourceNotFoundFault"},
@@ -634,6 +669,25 @@
634
669
  "members":{
635
670
  }
636
671
  },
672
+ "ApplyPendingMaintenanceActionMessage":{
673
+ "type":"structure",
674
+ "required":[
675
+ "ReplicationInstanceArn",
676
+ "ApplyAction",
677
+ "OptInType"
678
+ ],
679
+ "members":{
680
+ "ReplicationInstanceArn":{"shape":"String"},
681
+ "ApplyAction":{"shape":"String"},
682
+ "OptInType":{"shape":"String"}
683
+ }
684
+ },
685
+ "ApplyPendingMaintenanceActionResponse":{
686
+ "type":"structure",
687
+ "members":{
688
+ "ResourcePendingMaintenanceActions":{"shape":"ResourcePendingMaintenanceActions"}
689
+ }
690
+ },
637
691
  "AuthMechanismValue":{
638
692
  "type":"string",
639
693
  "enum":[
@@ -655,6 +709,10 @@
655
709
  "Name":{"shape":"String"}
656
710
  }
657
711
  },
712
+ "AvailabilityZonesList":{
713
+ "type":"list",
714
+ "member":{"shape":"String"}
715
+ },
658
716
  "Boolean":{"type":"boolean"},
659
717
  "BooleanOptional":{"type":"boolean"},
660
718
  "Certificate":{
@@ -727,7 +785,8 @@
727
785
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
728
786
  "MongoDbSettings":{"shape":"MongoDbSettings"},
729
787
  "KinesisSettings":{"shape":"KinesisSettings"},
730
- "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
788
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
789
+ "RedshiftSettings":{"shape":"RedshiftSettings"}
731
790
  }
732
791
  },
733
792
  "CreateEndpointResponse":{
@@ -837,6 +896,13 @@
837
896
  "ReplicationTask":{"shape":"ReplicationTask"}
838
897
  }
839
898
  },
899
+ "DataFormatValue":{
900
+ "type":"string",
901
+ "enum":[
902
+ "csv",
903
+ "parquet"
904
+ ]
905
+ },
840
906
  "DeleteCertificateMessage":{
841
907
  "type":"structure",
842
908
  "required":["CertificateArn"],
@@ -1049,6 +1115,22 @@
1049
1115
  "Marker":{"shape":"String"}
1050
1116
  }
1051
1117
  },
1118
+ "DescribePendingMaintenanceActionsMessage":{
1119
+ "type":"structure",
1120
+ "members":{
1121
+ "ReplicationInstanceArn":{"shape":"String"},
1122
+ "Filters":{"shape":"FilterList"},
1123
+ "Marker":{"shape":"String"},
1124
+ "MaxRecords":{"shape":"IntegerOptional"}
1125
+ }
1126
+ },
1127
+ "DescribePendingMaintenanceActionsResponse":{
1128
+ "type":"structure",
1129
+ "members":{
1130
+ "PendingMaintenanceActions":{"shape":"PendingMaintenanceActions"},
1131
+ "Marker":{"shape":"String"}
1132
+ }
1133
+ },
1052
1134
  "DescribeRefreshSchemasStatusMessage":{
1053
1135
  "type":"structure",
1054
1136
  "required":["EndpointArn"],
@@ -1130,7 +1212,8 @@
1130
1212
  "members":{
1131
1213
  "Filters":{"shape":"FilterList"},
1132
1214
  "MaxRecords":{"shape":"IntegerOptional"},
1133
- "Marker":{"shape":"String"}
1215
+ "Marker":{"shape":"String"},
1216
+ "WithoutSettings":{"shape":"BooleanOptional"}
1134
1217
  }
1135
1218
  },
1136
1219
  "DescribeReplicationTasksResponse":{
@@ -1210,6 +1293,21 @@
1210
1293
  "ErrorRetryDuration":{"shape":"IntegerOptional"}
1211
1294
  }
1212
1295
  },
1296
+ "EncodingTypeValue":{
1297
+ "type":"string",
1298
+ "enum":[
1299
+ "plain",
1300
+ "plain-dictionary",
1301
+ "rle-dictionary"
1302
+ ]
1303
+ },
1304
+ "EncryptionModeValue":{
1305
+ "type":"string",
1306
+ "enum":[
1307
+ "sse-s3",
1308
+ "sse-kms"
1309
+ ]
1310
+ },
1213
1311
  "Endpoint":{
1214
1312
  "type":"structure",
1215
1313
  "members":{
@@ -1235,7 +1333,8 @@
1235
1333
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
1236
1334
  "MongoDbSettings":{"shape":"MongoDbSettings"},
1237
1335
  "KinesisSettings":{"shape":"KinesisSettings"},
1238
- "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
1336
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
1337
+ "RedshiftSettings":{"shape":"RedshiftSettings"}
1239
1338
  }
1240
1339
  },
1241
1340
  "EndpointList":{
@@ -1355,6 +1454,27 @@
1355
1454
  },
1356
1455
  "exception":true
1357
1456
  },
1457
+ "KMSAccessDeniedFault":{
1458
+ "type":"structure",
1459
+ "members":{
1460
+ "message":{"shape":"ExceptionMessage"}
1461
+ },
1462
+ "exception":true
1463
+ },
1464
+ "KMSDisabledFault":{
1465
+ "type":"structure",
1466
+ "members":{
1467
+ "message":{"shape":"ExceptionMessage"}
1468
+ },
1469
+ "exception":true
1470
+ },
1471
+ "KMSInvalidStateFault":{
1472
+ "type":"structure",
1473
+ "members":{
1474
+ "message":{"shape":"ExceptionMessage"}
1475
+ },
1476
+ "exception":true
1477
+ },
1358
1478
  "KMSKeyNotAccessibleFault":{
1359
1479
  "type":"structure",
1360
1480
  "members":{
@@ -1362,6 +1482,20 @@
1362
1482
  },
1363
1483
  "exception":true
1364
1484
  },
1485
+ "KMSNotFoundFault":{
1486
+ "type":"structure",
1487
+ "members":{
1488
+ "message":{"shape":"ExceptionMessage"}
1489
+ },
1490
+ "exception":true
1491
+ },
1492
+ "KMSThrottlingFault":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ "message":{"shape":"ExceptionMessage"}
1496
+ },
1497
+ "exception":true
1498
+ },
1365
1499
  "KeyList":{
1366
1500
  "type":"list",
1367
1501
  "member":{"shape":"String"}
@@ -1423,7 +1557,8 @@
1423
1557
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
1424
1558
  "MongoDbSettings":{"shape":"MongoDbSettings"},
1425
1559
  "KinesisSettings":{"shape":"KinesisSettings"},
1426
- "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
1560
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
1561
+ "RedshiftSettings":{"shape":"RedshiftSettings"}
1427
1562
  }
1428
1563
  },
1429
1564
  "ModifyEndpointResponse":{
@@ -1543,13 +1678,40 @@
1543
1678
  "MinAllocatedStorage":{"shape":"Integer"},
1544
1679
  "MaxAllocatedStorage":{"shape":"Integer"},
1545
1680
  "DefaultAllocatedStorage":{"shape":"Integer"},
1546
- "IncludedAllocatedStorage":{"shape":"Integer"}
1681
+ "IncludedAllocatedStorage":{"shape":"Integer"},
1682
+ "AvailabilityZones":{"shape":"AvailabilityZonesList"}
1547
1683
  }
1548
1684
  },
1549
1685
  "OrderableReplicationInstanceList":{
1550
1686
  "type":"list",
1551
1687
  "member":{"shape":"OrderableReplicationInstance"}
1552
1688
  },
1689
+ "ParquetVersionValue":{
1690
+ "type":"string",
1691
+ "enum":[
1692
+ "parquet-1-0",
1693
+ "parquet-2-0"
1694
+ ]
1695
+ },
1696
+ "PendingMaintenanceAction":{
1697
+ "type":"structure",
1698
+ "members":{
1699
+ "Action":{"shape":"String"},
1700
+ "AutoAppliedAfterDate":{"shape":"TStamp"},
1701
+ "ForcedApplyDate":{"shape":"TStamp"},
1702
+ "OptInStatus":{"shape":"String"},
1703
+ "CurrentApplyDate":{"shape":"TStamp"},
1704
+ "Description":{"shape":"String"}
1705
+ }
1706
+ },
1707
+ "PendingMaintenanceActionDetails":{
1708
+ "type":"list",
1709
+ "member":{"shape":"PendingMaintenanceAction"}
1710
+ },
1711
+ "PendingMaintenanceActions":{
1712
+ "type":"list",
1713
+ "member":{"shape":"ResourcePendingMaintenanceActions"}
1714
+ },
1553
1715
  "RebootReplicationInstanceMessage":{
1554
1716
  "type":"structure",
1555
1717
  "required":["ReplicationInstanceArn"],
@@ -1564,6 +1726,36 @@
1564
1726
  "ReplicationInstance":{"shape":"ReplicationInstance"}
1565
1727
  }
1566
1728
  },
1729
+ "RedshiftSettings":{
1730
+ "type":"structure",
1731
+ "members":{
1732
+ "AcceptAnyDate":{"shape":"BooleanOptional"},
1733
+ "AfterConnectScript":{"shape":"String"},
1734
+ "BucketFolder":{"shape":"String"},
1735
+ "BucketName":{"shape":"String"},
1736
+ "ConnectionTimeout":{"shape":"IntegerOptional"},
1737
+ "DatabaseName":{"shape":"String"},
1738
+ "DateFormat":{"shape":"String"},
1739
+ "EmptyAsNull":{"shape":"BooleanOptional"},
1740
+ "EncryptionMode":{"shape":"EncryptionModeValue"},
1741
+ "FileTransferUploadStreams":{"shape":"IntegerOptional"},
1742
+ "LoadTimeout":{"shape":"IntegerOptional"},
1743
+ "MaxFileSize":{"shape":"IntegerOptional"},
1744
+ "Password":{"shape":"SecretString"},
1745
+ "Port":{"shape":"IntegerOptional"},
1746
+ "RemoveQuotes":{"shape":"BooleanOptional"},
1747
+ "ReplaceInvalidChars":{"shape":"String"},
1748
+ "ReplaceChars":{"shape":"String"},
1749
+ "ServerName":{"shape":"String"},
1750
+ "ServiceAccessRoleArn":{"shape":"String"},
1751
+ "ServerSideEncryptionKmsKeyId":{"shape":"String"},
1752
+ "TimeFormat":{"shape":"String"},
1753
+ "TrimBlanks":{"shape":"BooleanOptional"},
1754
+ "TruncateColumns":{"shape":"BooleanOptional"},
1755
+ "Username":{"shape":"String"},
1756
+ "WriteBufferSize":{"shape":"IntegerOptional"}
1757
+ }
1758
+ },
1567
1759
  "RefreshSchemasMessage":{
1568
1760
  "type":"structure",
1569
1761
  "required":[
@@ -1791,10 +1983,12 @@
1791
1983
  "ResourceAlreadyExistsFault":{
1792
1984
  "type":"structure",
1793
1985
  "members":{
1794
- "message":{"shape":"ExceptionMessage"}
1986
+ "message":{"shape":"ExceptionMessage"},
1987
+ "resourceArn":{"shape":"ResourceArn"}
1795
1988
  },
1796
1989
  "exception":true
1797
1990
  },
1991
+ "ResourceArn":{"type":"string"},
1798
1992
  "ResourceNotFoundFault":{
1799
1993
  "type":"structure",
1800
1994
  "members":{
@@ -1802,6 +1996,13 @@
1802
1996
  },
1803
1997
  "exception":true
1804
1998
  },
1999
+ "ResourcePendingMaintenanceActions":{
2000
+ "type":"structure",
2001
+ "members":{
2002
+ "ResourceIdentifier":{"shape":"String"},
2003
+ "PendingMaintenanceActionDetails":{"shape":"PendingMaintenanceActionDetails"}
2004
+ }
2005
+ },
1805
2006
  "ResourceQuotaExceededFault":{
1806
2007
  "type":"structure",
1807
2008
  "members":{
@@ -1818,7 +2019,17 @@
1818
2019
  "CsvDelimiter":{"shape":"String"},
1819
2020
  "BucketFolder":{"shape":"String"},
1820
2021
  "BucketName":{"shape":"String"},
1821
- "CompressionType":{"shape":"CompressionTypeValue"}
2022
+ "CompressionType":{"shape":"CompressionTypeValue"},
2023
+ "EncryptionMode":{"shape":"EncryptionModeValue"},
2024
+ "ServerSideEncryptionKmsKeyId":{"shape":"String"},
2025
+ "DataFormat":{"shape":"DataFormatValue"},
2026
+ "EncodingType":{"shape":"EncodingTypeValue"},
2027
+ "DictPageSizeLimit":{"shape":"IntegerOptional"},
2028
+ "RowGroupLength":{"shape":"IntegerOptional"},
2029
+ "DataPageSize":{"shape":"IntegerOptional"},
2030
+ "ParquetVersion":{"shape":"ParquetVersionValue"},
2031
+ "EnableStatistics":{"shape":"BooleanOptional"},
2032
+ "CdcInsertsOnly":{"shape":"BooleanOptional"}
1822
2033
  }
1823
2034
  },
1824
2035
  "SNSInvalidTopicFault":{
@@ -35,6 +35,11 @@
35
35
  "output_token": "Marker",
36
36
  "limit_key": "MaxRecords"
37
37
  },
38
+ "DescribePendingMaintenanceActions": {
39
+ "input_token": "Marker",
40
+ "output_token": "Marker",
41
+ "limit_key": "MaxRecords"
42
+ },
38
43
  "DescribeReplicationInstanceTaskLogs": {
39
44
  "input_token": "Marker",
40
45
  "output_token": "Marker",
@@ -11904,6 +11904,10 @@
11904
11904
  "Public":{
11905
11905
  "shape":"Boolean",
11906
11906
  "locationName":"public"
11907
+ },
11908
+ "DataRetentionSupport":{
11909
+ "shape":"Boolean",
11910
+ "locationName":"dataRetentionSupport"
11907
11911
  }
11908
11912
  }
11909
11913
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.241'
2
+ VERSION = '2.11.242'
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.241
4
+ version: 2.11.242
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-14 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath