aws-sdk-core 2.6.1 → 2.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,10 +104,30 @@
104
104
  "CopyDBClusterSnapshot": [
105
105
  {
106
106
  "input": {
107
- "SourceDBClusterSnapshotIdentifier": "mydbclustersnapshot",
108
- "TargetDBClusterSnapshotIdentifier": "mydbclustersnapshot-copy"
107
+ "SourceDBClusterSnapshotIdentifier": "rds:sample-cluster-2016-09-14-10-38",
108
+ "TargetDBClusterSnapshotIdentifier": "cluster-snapshot-copy-1"
109
109
  },
110
110
  "output": {
111
+ "AllocatedStorage": 1,
112
+ "AvailabilityZones": [
113
+ "us-west-2a",
114
+ "us-west-2b",
115
+ "us-west-2c"
116
+ ],
117
+ "ClusterCreateTime": "2016-09-13T16:57:52.695Z",
118
+ "DBClusterIdentifier": "sample-cluster",
119
+ "DBClusterSnapshotArn": "arn:aws:rds:us-west-2:123456789012:cluster-snapshot:cluster-snapshot-copy-1",
120
+ "DBClusterSnapshotIdentifier": "cluster-snapshot-copy-1",
121
+ "Engine": "aurora",
122
+ "LicenseModel": "aurora",
123
+ "MasterUsername": "mymasteruser",
124
+ "PercentProgress": 100,
125
+ "Port": 0,
126
+ "SnapshotCreateTime": "2016-09-14T10:38:05.616Z",
127
+ "SnapshotType": "manual",
128
+ "Status": "available",
129
+ "StorageEncrypted": false,
130
+ "VpcId": "vpc-e82e7d8d"
111
131
  },
112
132
  "comments": {
113
133
  "input": {
@@ -115,8 +135,8 @@
115
135
  "output": {
116
136
  }
117
137
  },
118
- "description": "This example copies a DB cluster snapshot.",
119
- "id": "copy-db-cluster-snapshot-433679d6-4a2e-480f-a057-32c97d729afc",
138
+ "description": "The following example copies an automated snapshot of a DB cluster to a new DB cluster snapshot.",
139
+ "id": "to-copy-a-db-cluster-snapshot-1473879770564",
120
140
  "title": "To copy a DB cluster snapshot"
121
141
  }
122
142
  ],
@@ -502,6 +522,38 @@
502
522
  "title": "To delete a DB instance."
503
523
  }
504
524
  ],
525
+ "DeleteDBParameterGroup": [
526
+ {
527
+ "input": {
528
+ "DBParameterGroupName": "mydbparamgroup3"
529
+ },
530
+ "comments": {
531
+ "input": {
532
+ },
533
+ "output": {
534
+ }
535
+ },
536
+ "description": "The following example deletes a DB parameter group.",
537
+ "id": "to-delete-a-db-parameter-group-1473888796509",
538
+ "title": "To delete a DB parameter group"
539
+ }
540
+ ],
541
+ "DeleteDBSecurityGroup": [
542
+ {
543
+ "input": {
544
+ "DBSecurityGroupName": "mysecgroup"
545
+ },
546
+ "comments": {
547
+ "input": {
548
+ },
549
+ "output": {
550
+ }
551
+ },
552
+ "description": "The following example deletes a DB security group.",
553
+ "id": "to-delete-a-db-security-group-1473960141889",
554
+ "title": "To delete a DB security group"
555
+ }
556
+ ],
505
557
  "DeleteDBSnapshot": [
506
558
  {
507
559
  "input": {
@@ -1258,6 +1310,42 @@
1258
1310
  "title": "To change DB cluster parameter group settings"
1259
1311
  }
1260
1312
  ],
1313
+ "ModifyDBClusterSnapshotAttribute": [
1314
+ {
1315
+ "input": {
1316
+ "AttributeName": "restore",
1317
+ "DBClusterSnapshotIdentifier": "manual-cluster-snapshot1",
1318
+ "ValuesToAdd": [
1319
+ "123451234512",
1320
+ "123456789012"
1321
+ ],
1322
+ "ValuesToRemove": [
1323
+ "all"
1324
+ ]
1325
+ },
1326
+ "output": {
1327
+ "DBClusterSnapshotAttributes": [
1328
+ {
1329
+ "AttributeName": "restore",
1330
+ "AttributeValues": [
1331
+ "123451234512",
1332
+ "123456789012"
1333
+ ]
1334
+ }
1335
+ ],
1336
+ "DBClusterSnapshotIdentifier": "manual-cluster-snapshot1"
1337
+ },
1338
+ "comments": {
1339
+ "input": {
1340
+ },
1341
+ "output": {
1342
+ }
1343
+ },
1344
+ "description": "The following example gives two AWS accounts access to a manual DB cluster snapshot and ensures that the DB cluster snapshot is private by removing the value \"all\".",
1345
+ "id": "to-add-or-remove-access-to-a-manual-db-cluster-snapshot-1473889426431",
1346
+ "title": "To add or remove access to a manual DB cluster snapshot"
1347
+ }
1348
+ ],
1261
1349
  "ModifyDBInstance": [
1262
1350
  {
1263
1351
  "input": {
@@ -1376,6 +1464,213 @@
1376
1464
  "title": "To change event notification subscription settings"
1377
1465
  }
1378
1466
  ],
1467
+ "ModifyOptionGroup": [
1468
+ {
1469
+ "input": {
1470
+ "ApplyImmediately": true,
1471
+ "OptionGroupName": "myawsuser-og02",
1472
+ "OptionsToInclude": [
1473
+ {
1474
+ "DBSecurityGroupMemberships": [
1475
+ "default"
1476
+ ],
1477
+ "OptionName": "MEMCACHED"
1478
+ }
1479
+ ]
1480
+ },
1481
+ "output": {
1482
+ "AllowsVpcAndNonVpcInstanceMemberships": false,
1483
+ "EngineName": "mysql",
1484
+ "MajorEngineVersion": "5.7",
1485
+ "OptionGroupArn": "arn:aws:rds:us-west-2:123456789012:og:myawsuser-og02",
1486
+ "OptionGroupDescription": "Sample option group",
1487
+ "OptionGroupName": "myawsuser-og02",
1488
+ "Options": [
1489
+ {
1490
+ "DBSecurityGroupMemberships": [
1491
+ {
1492
+ "DBSecurityGroupName": "default",
1493
+ "Status": "authorized"
1494
+ }
1495
+ ],
1496
+ "OptionDescription": "Innodb Memcached for MySQL",
1497
+ "OptionName": "MEMCACHED",
1498
+ "OptionSettings": [
1499
+ {
1500
+ "AllowedValues": "0,1",
1501
+ "ApplyType": "STATIC",
1502
+ "DataType": "BOOLEAN",
1503
+ "DefaultValue": "0",
1504
+ "Description": "Disable the use of compare and swap (CAS) which reduces the per-item size by 8 bytes.",
1505
+ "IsCollection": false,
1506
+ "IsModifiable": true,
1507
+ "Name": "CAS_DISABLED",
1508
+ "Value": "0"
1509
+ },
1510
+ {
1511
+ "AllowedValues": "0,1",
1512
+ "ApplyType": "STATIC",
1513
+ "DataType": "BOOLEAN",
1514
+ "DefaultValue": "0",
1515
+ "Description": "If enabled when there is no more memory to store items, memcached will return an error rather than evicting items.",
1516
+ "IsCollection": false,
1517
+ "IsModifiable": true,
1518
+ "Name": "ERROR_ON_MEMORY_EXHAUSTED",
1519
+ "Value": "0"
1520
+ },
1521
+ {
1522
+ "AllowedValues": "10-1024",
1523
+ "ApplyType": "STATIC",
1524
+ "DataType": "INTEGER",
1525
+ "DefaultValue": "1024",
1526
+ "Description": "Maximum number of concurrent connections. Setting this value to anything less than 10 prevents MySQL from starting.",
1527
+ "IsCollection": false,
1528
+ "IsModifiable": true,
1529
+ "Name": "MAX_SIMULTANEOUS_CONNECTIONS",
1530
+ "Value": "1024"
1531
+ },
1532
+ {
1533
+ "AllowedValues": "1-1073741824",
1534
+ "ApplyType": "DYNAMIC",
1535
+ "DataType": "INTEGER",
1536
+ "DefaultValue": "5",
1537
+ "Description": "Specifies how often to auto-commit idle connections that use the InnoDB memcached interface.",
1538
+ "IsCollection": false,
1539
+ "IsModifiable": true,
1540
+ "Name": "INNODB_API_BK_COMMIT_INTERVAL",
1541
+ "Value": "5"
1542
+ },
1543
+ {
1544
+ "AllowedValues": "1-2",
1545
+ "ApplyType": "STATIC",
1546
+ "DataType": "FLOAT",
1547
+ "DefaultValue": "1.25",
1548
+ "Description": "Chunk size growth factor that controls the size of each successive chunk with each chunk growing times this amount larger than the previous chunk.",
1549
+ "IsCollection": false,
1550
+ "IsModifiable": true,
1551
+ "Name": "CHUNK_SIZE_GROWTH_FACTOR",
1552
+ "Value": "1.25"
1553
+ },
1554
+ {
1555
+ "AllowedValues": "v,vv,vvv",
1556
+ "ApplyType": "STATIC",
1557
+ "DataType": "STRING",
1558
+ "DefaultValue": "v",
1559
+ "Description": "Verbose level for memcached.",
1560
+ "IsCollection": false,
1561
+ "IsModifiable": true,
1562
+ "Name": "VERBOSITY",
1563
+ "Value": "v"
1564
+ },
1565
+ {
1566
+ "AllowedValues": "0,1",
1567
+ "ApplyType": "STATIC",
1568
+ "DataType": "BOOLEAN",
1569
+ "DefaultValue": "0",
1570
+ "Description": "Disables the use of row locks when using the InnoDB memcached interface.",
1571
+ "IsCollection": false,
1572
+ "IsModifiable": true,
1573
+ "Name": "INNODB_API_DISABLE_ROWLOCK",
1574
+ "Value": "0"
1575
+ },
1576
+ {
1577
+ "AllowedValues": "auto,ascii,binary",
1578
+ "ApplyType": "STATIC",
1579
+ "DataType": "STRING",
1580
+ "DefaultValue": "auto",
1581
+ "Description": "The binding protocol to use which can be either auto, ascii, or binary. The default is auto which means the server automatically negotiates the protocol with the client.",
1582
+ "IsCollection": false,
1583
+ "IsModifiable": true,
1584
+ "Name": "BINDING_PROTOCOL",
1585
+ "Value": "auto"
1586
+ },
1587
+ {
1588
+ "AllowedValues": "1-48",
1589
+ "ApplyType": "STATIC",
1590
+ "DataType": "INTEGER",
1591
+ "DefaultValue": "48",
1592
+ "Description": "Minimum chunk size in bytes to allocate for the smallest item's key, value, and flags. The default is 48 and you can get a significant memory efficiency gain with a lower value.",
1593
+ "IsCollection": false,
1594
+ "IsModifiable": true,
1595
+ "Name": "CHUNK_SIZE",
1596
+ "Value": "48"
1597
+ },
1598
+ {
1599
+ "AllowedValues": "0-3",
1600
+ "ApplyType": "STATIC",
1601
+ "DataType": "INTEGER",
1602
+ "DefaultValue": "0",
1603
+ "Description": "Lets you control the transaction isolation level on queries processed by the memcached interface.",
1604
+ "IsCollection": false,
1605
+ "IsModifiable": true,
1606
+ "Name": "INNODB_API_TRX_LEVEL",
1607
+ "Value": "0"
1608
+ },
1609
+ {
1610
+ "AllowedValues": "1-4294967295",
1611
+ "ApplyType": "STATIC",
1612
+ "DataType": "INTEGER",
1613
+ "DefaultValue": "1",
1614
+ "Description": "Specifies how many memcached write operations, such as add, set, or incr, to perform before doing a COMMIT to start a new transaction",
1615
+ "IsCollection": false,
1616
+ "IsModifiable": true,
1617
+ "Name": "DAEMON_MEMCACHED_W_BATCH_SIZE",
1618
+ "Value": "1"
1619
+ },
1620
+ {
1621
+ "AllowedValues": "1-4294967295",
1622
+ "ApplyType": "STATIC",
1623
+ "DataType": "INTEGER",
1624
+ "DefaultValue": "1",
1625
+ "Description": "Specifies how many memcached read operations (get) to perform before doing a COMMIT to start a new transaction",
1626
+ "IsCollection": false,
1627
+ "IsModifiable": true,
1628
+ "Name": "DAEMON_MEMCACHED_R_BATCH_SIZE",
1629
+ "Value": "1"
1630
+ },
1631
+ {
1632
+ "AllowedValues": "0,1",
1633
+ "ApplyType": "STATIC",
1634
+ "DataType": "BOOLEAN",
1635
+ "DefaultValue": "0",
1636
+ "Description": "Locks the table used by the InnoDB memcached plugin, so that it cannot be dropped or altered by DDL through the SQL interface.",
1637
+ "IsCollection": false,
1638
+ "IsModifiable": true,
1639
+ "Name": "INNODB_API_ENABLE_MDL",
1640
+ "Value": "0"
1641
+ },
1642
+ {
1643
+ "AllowedValues": "1-2048",
1644
+ "ApplyType": "STATIC",
1645
+ "DataType": "INTEGER",
1646
+ "DefaultValue": "1024",
1647
+ "Description": "The backlog queue configures how many network connections can be waiting to be processed by memcached",
1648
+ "IsCollection": false,
1649
+ "IsModifiable": true,
1650
+ "Name": "BACKLOG_QUEUE_LIMIT",
1651
+ "Value": "1024"
1652
+ }
1653
+ ],
1654
+ "Permanent": false,
1655
+ "Persistent": false,
1656
+ "Port": 11211,
1657
+ "VpcSecurityGroupMemberships": [
1658
+
1659
+ ]
1660
+ }
1661
+ ]
1662
+ },
1663
+ "comments": {
1664
+ "input": {
1665
+ },
1666
+ "output": {
1667
+ }
1668
+ },
1669
+ "description": "The following example adds an option to an option group.",
1670
+ "id": "to-modify-an-option-group-1473890247875",
1671
+ "title": "To modify an option group"
1672
+ }
1673
+ ],
1379
1674
  "PromoteReadReplica": [
1380
1675
  {
1381
1676
  "input": {
@@ -1396,6 +1691,71 @@
1396
1691
  "title": "To promote a read replica"
1397
1692
  }
1398
1693
  ],
1694
+ "PromoteReadReplicaDBCluster": [
1695
+ {
1696
+ "input": {
1697
+ "DBClusterIdentifier": "sample-cluster"
1698
+ },
1699
+ "output": {
1700
+ "AllocatedStorage": 1,
1701
+ "AvailabilityZones": [
1702
+ "us-west-2a",
1703
+ "us-west-2b",
1704
+ "us-west-2c"
1705
+ ],
1706
+ "BackupRetentionPeriod": 1,
1707
+ "DBClusterArn": "arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster",
1708
+ "DBClusterIdentifier": "sample-cluster",
1709
+ "DBClusterMembers": [
1710
+ {
1711
+ "DBClusterParameterGroupStatus": "in-sync",
1712
+ "DBInstanceIdentifier": "sample",
1713
+ "IsClusterWriter": true,
1714
+ "PromotionTier": 0
1715
+ },
1716
+ {
1717
+ "DBClusterParameterGroupStatus": "in-sync",
1718
+ "DBInstanceIdentifier": "sample-us-west-2a",
1719
+ "IsClusterWriter": false,
1720
+ "PromotionTier": 0
1721
+ }
1722
+ ],
1723
+ "DBClusterParameterGroup": "default.aurora5.6",
1724
+ "DBSubnetGroup": "default",
1725
+ "DatabaseName": "sample",
1726
+ "DbClusterResourceId": "cluster-YJFQLUT5KMASH2ZRHSE7LSTRMM",
1727
+ "Endpoint": "sample-cluster.cluster-cnubrrfwfke7.us-west-2.rds.amazonaws.com",
1728
+ "Engine": "aurora",
1729
+ "EngineVersion": "5.6.10a",
1730
+ "HostedZoneId": "Z1PVIF0B656C1W",
1731
+ "MasterUsername": "mymasteruser",
1732
+ "Port": 3306,
1733
+ "PreferredBackupWindow": "11:54-12:24",
1734
+ "PreferredMaintenanceWindow": "fri:06:47-fri:07:17",
1735
+ "ReadReplicaIdentifiers": [
1736
+
1737
+ ],
1738
+ "ReaderEndpoint": "sample-cluster.cluster-ro-cnubrrfwfke7.us-west-2.rds.amazonaws.com",
1739
+ "Status": "creating",
1740
+ "StorageEncrypted": false,
1741
+ "VpcSecurityGroups": [
1742
+ {
1743
+ "Status": "active",
1744
+ "VpcSecurityGroupId": "sg-122c1671"
1745
+ }
1746
+ ]
1747
+ },
1748
+ "comments": {
1749
+ "input": {
1750
+ },
1751
+ "output": {
1752
+ }
1753
+ },
1754
+ "description": "The following example promotes Read Replica DB cluster to a standalone DB cluster.",
1755
+ "id": "to-promote-an-aurora-replica-to-the-primary-instance-of-a-db-cluster-1473954817725",
1756
+ "title": "To promote a Read Replica DB cluster to a standalone DB cluster"
1757
+ }
1758
+ ],
1399
1759
  "PurchaseReservedDBInstancesOffering": [
1400
1760
  {
1401
1761
  "input": {
@@ -1510,6 +1870,418 @@
1510
1870
  "title": "To reset the values of a DB parameter group"
1511
1871
  }
1512
1872
  ],
1873
+ "RestoreDBClusterFromS3": [
1874
+ {
1875
+ "input": {
1876
+ "DBClusterIdentifier": "sample-restored-cluster",
1877
+ "DatabaseName": "sample",
1878
+ "Engine": "aurora",
1879
+ "MasterUserPassword": "mymasterpassword",
1880
+ "MasterUsername": "mymasteruser",
1881
+ "Port": 3306,
1882
+ "S3BucketName": "my-aurora-bucket",
1883
+ "S3IngestionRoleArn": "arn:aws:iam::123456789012:role/S3RestoreAccess",
1884
+ "S3Prefix": "",
1885
+ "SourceEngine": "mysql",
1886
+ "SourceEngineVersion": "5.6.22"
1887
+ },
1888
+ "output": {
1889
+ "AllocatedStorage": 1,
1890
+ "AvailabilityZones": [
1891
+ "us-west-2a",
1892
+ "us-west-2b",
1893
+ "us-west-2c"
1894
+ ],
1895
+ "BackupRetentionPeriod": 1,
1896
+ "DBClusterArn": "arn:aws:rds:us-west-2:123456789012:cluster:sample-restored-cluster",
1897
+ "DBClusterIdentifier": "sample-restored-cluster",
1898
+ "DBClusterMembers": [
1899
+ {
1900
+ "DBClusterParameterGroupStatus": "in-sync",
1901
+ "DBInstanceIdentifier": "sample-restored",
1902
+ "IsClusterWriter": true,
1903
+ "PromotionTier": 0
1904
+ },
1905
+ {
1906
+ "DBClusterParameterGroupStatus": "in-sync",
1907
+ "DBInstanceIdentifier": "sample-restored-us-west-2a",
1908
+ "IsClusterWriter": false,
1909
+ "PromotionTier": 0
1910
+ }
1911
+ ],
1912
+ "DBClusterParameterGroup": "default.aurora5.6",
1913
+ "DBSubnetGroup": "default",
1914
+ "DatabaseName": "sample",
1915
+ "DbClusterResourceId": "cluster-YJFQLUT5KMASB2ZRHSE7LSTRMM",
1916
+ "Endpoint": "sample-restored-cluster.cluster-cnubrrfwfkb5.us-west-2.rds.amazonaws.com",
1917
+ "Engine": "aurora",
1918
+ "EngineVersion": "5.6.10a",
1919
+ "HostedZoneId": "Z1PVIF0B446C1W",
1920
+ "MasterUsername": "mymasteruser",
1921
+ "Port": 3306,
1922
+ "PreferredBackupWindow": "11:54-12:24",
1923
+ "PreferredMaintenanceWindow": "fri:06:47-fri:07:17",
1924
+ "ReadReplicaIdentifiers": [
1925
+
1926
+ ],
1927
+ "ReaderEndpoint": "sample-restored-cluster.cluster-ro-cnubrrfwfkb5.us-west-2.rds.amazonaws.com",
1928
+ "Status": "creating",
1929
+ "StorageEncrypted": false,
1930
+ "VpcSecurityGroups": [
1931
+ {
1932
+ "Status": "active",
1933
+ "VpcSecurityGroupId": "sg-122c1671"
1934
+ }
1935
+ ]
1936
+ },
1937
+ "comments": {
1938
+ "input": {
1939
+ },
1940
+ "output": {
1941
+ }
1942
+ },
1943
+ "description": "The following example restores an Amazon Aurora DB cluster from an Amazon S3 bucket.",
1944
+ "id": "to-restore-an-amazon-aurora-db-cluster-from-an-amazon-s3-bucket-1473955754456",
1945
+ "title": "To restore an Amazon Aurora DB cluster from an Amazon S3 bucket"
1946
+ }
1947
+ ],
1948
+ "RestoreDBClusterFromSnapshot": [
1949
+ {
1950
+ "input": {
1951
+ "DBClusterIdentifier": "restored-cluster1",
1952
+ "Engine": "aurora",
1953
+ "SnapshotIdentifier": "sample-cluster-snapshot1"
1954
+ },
1955
+ "output": {
1956
+ "AllocatedStorage": 1,
1957
+ "AvailabilityZones": [
1958
+ "us-west-2a",
1959
+ "us-west-2b",
1960
+ "us-west-2c"
1961
+ ],
1962
+ "BackupRetentionPeriod": 1,
1963
+ "DBClusterArn": "arn:aws:rds:us-west-2:123456789012:cluster:restored-cluster1",
1964
+ "DBClusterIdentifier": "restored-cluster1",
1965
+ "DBClusterMembers": [
1966
+ {
1967
+ "DBClusterParameterGroupStatus": "in-sync",
1968
+ "DBInstanceIdentifier": "sample-instance",
1969
+ "IsClusterWriter": true,
1970
+ "PromotionTier": 0
1971
+ },
1972
+ {
1973
+ "DBClusterParameterGroupStatus": "in-sync",
1974
+ "DBInstanceIdentifier": "sample-instance-us-west-2a",
1975
+ "IsClusterWriter": false,
1976
+ "PromotionTier": 0
1977
+ }
1978
+ ],
1979
+ "DBClusterParameterGroup": "default.aurora5.6",
1980
+ "DBSubnetGroup": "default",
1981
+ "DatabaseName": "sample",
1982
+ "DbClusterResourceId": "cluster-YJFQLUT5KMASB2ZRHSB5LSTRMM",
1983
+ "Endpoint": "restored-cluster1.cluster-cnubrrfwfkk3.us-west-2.rds.amazonaws.com",
1984
+ "Engine": "aurora",
1985
+ "EngineVersion": "5.6.10a",
1986
+ "HostedZoneId": "Z1PVIF0B446B2W",
1987
+ "MasterUsername": "mymasteruser",
1988
+ "Port": 3306,
1989
+ "PreferredBackupWindow": "11:54-12:24",
1990
+ "PreferredMaintenanceWindow": "fri:06:47-fri:07:17",
1991
+ "ReadReplicaIdentifiers": [
1992
+
1993
+ ],
1994
+ "ReaderEndpoint": "restored-cluster1.cluster-ro-cnubrrfwfkk3.us-west-2.rds.amazonaws.com",
1995
+ "Status": "creating",
1996
+ "StorageEncrypted": false,
1997
+ "VpcSecurityGroups": [
1998
+ {
1999
+ "Status": "active",
2000
+ "VpcSecurityGroupId": "sg-212c1671"
2001
+ }
2002
+ ]
2003
+ },
2004
+ "comments": {
2005
+ "input": {
2006
+ },
2007
+ "output": {
2008
+ }
2009
+ },
2010
+ "description": "The following example restores an Amazon Aurora DB cluster from a DB cluster snapshot.",
2011
+ "id": "to-restore-an-amazon-aurora-db-cluster-from-a-db-cluster-snapshot-1473958144325",
2012
+ "title": "To restore an Amazon Aurora DB cluster from a DB cluster snapshot"
2013
+ }
2014
+ ],
2015
+ "RestoreDBClusterToPointInTime": [
2016
+ {
2017
+ "input": {
2018
+ "DBClusterIdentifier": "sample-restored-cluster1",
2019
+ "RestoreToTime": "2016-09-13T18:45:00Z",
2020
+ "SourceDBClusterIdentifier": "sample-cluster1"
2021
+ },
2022
+ "output": {
2023
+ "AllocatedStorage": 1,
2024
+ "AvailabilityZones": [
2025
+ "us-west-2a",
2026
+ "us-west-2b",
2027
+ "us-west-2c"
2028
+ ],
2029
+ "BackupRetentionPeriod": 1,
2030
+ "DBClusterArn": "arn:aws:rds:us-west-2:123456789012:cluster:sample-restored-cluster1",
2031
+ "DBClusterIdentifier": "sample-restored-cluster1",
2032
+ "DBClusterMembers": [
2033
+ {
2034
+ "DBClusterParameterGroupStatus": "in-sync",
2035
+ "DBInstanceIdentifier": "sample-restored",
2036
+ "IsClusterWriter": true,
2037
+ "PromotionTier": 0
2038
+ },
2039
+ {
2040
+ "DBClusterParameterGroupStatus": "in-sync",
2041
+ "DBInstanceIdentifier": "sample-restored-us-west-2a",
2042
+ "IsClusterWriter": false,
2043
+ "PromotionTier": 0
2044
+ }
2045
+ ],
2046
+ "DBClusterParameterGroup": "default.aurora5.6",
2047
+ "DBSubnetGroup": "default",
2048
+ "DatabaseName": "sample",
2049
+ "DbClusterResourceId": "cluster-YJFQLUT5KMASB2ZRHSE7LSTRMM",
2050
+ "Endpoint": "sample-restored-cluster1.cluster-cnubrrfwfkf4.us-west-2.rds.amazonaws.com",
2051
+ "Engine": "aurora",
2052
+ "EngineVersion": "5.6.10a",
2053
+ "HostedZoneId": "Z1PVIF0B726C1W",
2054
+ "MasterUsername": "mymasteruser",
2055
+ "Port": 3306,
2056
+ "PreferredBackupWindow": "11:54-12:24",
2057
+ "PreferredMaintenanceWindow": "fri:06:47-fri:07:17",
2058
+ "ReadReplicaIdentifiers": [
2059
+
2060
+ ],
2061
+ "ReaderEndpoint": "sample-restored-cluster1.cluster-ro-cnubrrfwfkf4.us-west-2.rds.amazonaws.com",
2062
+ "Status": "creating",
2063
+ "StorageEncrypted": false,
2064
+ "VpcSecurityGroups": [
2065
+ {
2066
+ "Status": "active",
2067
+ "VpcSecurityGroupId": "sg-332c1671"
2068
+ }
2069
+ ]
2070
+ },
2071
+ "comments": {
2072
+ "input": {
2073
+ },
2074
+ "output": {
2075
+ }
2076
+ },
2077
+ "description": "The following example restores a DB cluster to a new DB cluster at a point in time from the source DB cluster.",
2078
+ "id": "to-restore-a-db-cluster-to-a-point-in-time-1473962082214",
2079
+ "title": "To restore a DB cluster to a point in time."
2080
+ }
2081
+ ],
2082
+ "RestoreDBInstanceFromDBSnapshot": [
2083
+ {
2084
+ "input": {
2085
+ "DBInstanceIdentifier": "mysqldb-restored",
2086
+ "DBSnapshotIdentifier": "rds:mysqldb-2014-04-22-08-15"
2087
+ },
2088
+ "output": {
2089
+ "AllocatedStorage": 200,
2090
+ "AutoMinorVersionUpgrade": true,
2091
+ "AvailabilityZone": "us-west-2b",
2092
+ "BackupRetentionPeriod": 7,
2093
+ "CACertificateIdentifier": "rds-ca-2015",
2094
+ "CopyTagsToSnapshot": false,
2095
+ "DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysqldb-restored",
2096
+ "DBInstanceClass": "db.t2.small",
2097
+ "DBInstanceIdentifier": "mysqldb-restored",
2098
+ "DBInstanceStatus": "available",
2099
+ "DBName": "sample",
2100
+ "DBParameterGroups": [
2101
+ {
2102
+ "DBParameterGroupName": "default.mysql5.6",
2103
+ "ParameterApplyStatus": "in-sync"
2104
+ }
2105
+ ],
2106
+ "DBSecurityGroups": [
2107
+
2108
+ ],
2109
+ "DBSubnetGroup": {
2110
+ "DBSubnetGroupDescription": "default",
2111
+ "DBSubnetGroupName": "default",
2112
+ "SubnetGroupStatus": "Complete",
2113
+ "Subnets": [
2114
+ {
2115
+ "SubnetAvailabilityZone": {
2116
+ "Name": "us-west-2a"
2117
+ },
2118
+ "SubnetIdentifier": "subnet-77e8db03",
2119
+ "SubnetStatus": "Active"
2120
+ },
2121
+ {
2122
+ "SubnetAvailabilityZone": {
2123
+ "Name": "us-west-2b"
2124
+ },
2125
+ "SubnetIdentifier": "subnet-c39989a1",
2126
+ "SubnetStatus": "Active"
2127
+ },
2128
+ {
2129
+ "SubnetAvailabilityZone": {
2130
+ "Name": "us-west-2c"
2131
+ },
2132
+ "SubnetIdentifier": "subnet-4b267b0d",
2133
+ "SubnetStatus": "Active"
2134
+ }
2135
+ ],
2136
+ "VpcId": "vpc-c1c5b3a3"
2137
+ },
2138
+ "DbInstancePort": 0,
2139
+ "DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
2140
+ "DomainMemberships": [
2141
+
2142
+ ],
2143
+ "Engine": "mysql",
2144
+ "EngineVersion": "5.6.27",
2145
+ "LicenseModel": "general-public-license",
2146
+ "MasterUsername": "mymasteruser",
2147
+ "MonitoringInterval": 0,
2148
+ "MultiAZ": false,
2149
+ "OptionGroupMemberships": [
2150
+ {
2151
+ "OptionGroupName": "default:mysql-5-6",
2152
+ "Status": "in-sync"
2153
+ }
2154
+ ],
2155
+ "PendingModifiedValues": {
2156
+ },
2157
+ "PreferredBackupWindow": "12:58-13:28",
2158
+ "PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
2159
+ "PubliclyAccessible": true,
2160
+ "ReadReplicaDBInstanceIdentifiers": [
2161
+
2162
+ ],
2163
+ "StorageEncrypted": false,
2164
+ "StorageType": "gp2",
2165
+ "VpcSecurityGroups": [
2166
+ {
2167
+ "Status": "active",
2168
+ "VpcSecurityGroupId": "sg-e5e5b0d2"
2169
+ }
2170
+ ]
2171
+ },
2172
+ "comments": {
2173
+ "input": {
2174
+ },
2175
+ "output": {
2176
+ }
2177
+ },
2178
+ "description": "The following example restores a DB instance from a DB snapshot.",
2179
+ "id": "to-restore-a-db-instance-from-a-db-snapshot-1473961657311",
2180
+ "title": "To restore a DB instance from a DB snapshot."
2181
+ }
2182
+ ],
2183
+ "RestoreDBInstanceToPointInTime": [
2184
+ {
2185
+ "input": {
2186
+ "RestoreTime": "2016-09-13T18:45:00Z",
2187
+ "SourceDBInstanceIdentifier": "mysql-sample",
2188
+ "TargetDBInstanceIdentifier": "mysql-sample-restored"
2189
+ },
2190
+ "output": {
2191
+ "AllocatedStorage": 200,
2192
+ "AutoMinorVersionUpgrade": true,
2193
+ "AvailabilityZone": "us-west-2b",
2194
+ "BackupRetentionPeriod": 7,
2195
+ "CACertificateIdentifier": "rds-ca-2015",
2196
+ "CopyTagsToSnapshot": false,
2197
+ "DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysql-sample-restored",
2198
+ "DBInstanceClass": "db.t2.small",
2199
+ "DBInstanceIdentifier": "mysql-sample-restored",
2200
+ "DBInstanceStatus": "available",
2201
+ "DBName": "sample",
2202
+ "DBParameterGroups": [
2203
+ {
2204
+ "DBParameterGroupName": "default.mysql5.6",
2205
+ "ParameterApplyStatus": "in-sync"
2206
+ }
2207
+ ],
2208
+ "DBSecurityGroups": [
2209
+
2210
+ ],
2211
+ "DBSubnetGroup": {
2212
+ "DBSubnetGroupDescription": "default",
2213
+ "DBSubnetGroupName": "default",
2214
+ "SubnetGroupStatus": "Complete",
2215
+ "Subnets": [
2216
+ {
2217
+ "SubnetAvailabilityZone": {
2218
+ "Name": "us-west-2a"
2219
+ },
2220
+ "SubnetIdentifier": "subnet-77e8db03",
2221
+ "SubnetStatus": "Active"
2222
+ },
2223
+ {
2224
+ "SubnetAvailabilityZone": {
2225
+ "Name": "us-west-2b"
2226
+ },
2227
+ "SubnetIdentifier": "subnet-c39989a1",
2228
+ "SubnetStatus": "Active"
2229
+ },
2230
+ {
2231
+ "SubnetAvailabilityZone": {
2232
+ "Name": "us-west-2c"
2233
+ },
2234
+ "SubnetIdentifier": "subnet-4b267b0d",
2235
+ "SubnetStatus": "Active"
2236
+ }
2237
+ ],
2238
+ "VpcId": "vpc-c1c5b3a3"
2239
+ },
2240
+ "DbInstancePort": 0,
2241
+ "DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
2242
+ "DomainMemberships": [
2243
+
2244
+ ],
2245
+ "Engine": "mysql",
2246
+ "EngineVersion": "5.6.27",
2247
+ "LicenseModel": "general-public-license",
2248
+ "MasterUsername": "mymasteruser",
2249
+ "MonitoringInterval": 0,
2250
+ "MultiAZ": false,
2251
+ "OptionGroupMemberships": [
2252
+ {
2253
+ "OptionGroupName": "default:mysql-5-6",
2254
+ "Status": "in-sync"
2255
+ }
2256
+ ],
2257
+ "PendingModifiedValues": {
2258
+ },
2259
+ "PreferredBackupWindow": "12:58-13:28",
2260
+ "PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
2261
+ "PubliclyAccessible": true,
2262
+ "ReadReplicaDBInstanceIdentifiers": [
2263
+
2264
+ ],
2265
+ "StorageEncrypted": false,
2266
+ "StorageType": "gp2",
2267
+ "VpcSecurityGroups": [
2268
+ {
2269
+ "Status": "active",
2270
+ "VpcSecurityGroupId": "sg-e5e5b0d2"
2271
+ }
2272
+ ]
2273
+ },
2274
+ "comments": {
2275
+ "input": {
2276
+ },
2277
+ "output": {
2278
+ }
2279
+ },
2280
+ "description": "The following example restores a DB instance to a new DB instance at a point in time from the source DB instance.",
2281
+ "id": "to-restore-a-db-instance-to-a-point-in-time-1473962652154",
2282
+ "title": "To restore a DB instance to a point in time."
2283
+ }
2284
+ ],
1513
2285
  "RevokeDBSecurityGroupIngress": [
1514
2286
  {
1515
2287
  "input": {