mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+1
-1
@@ -836,7 +836,7 @@
|
||||
}
|
||||
},
|
||||
"InvalidDBParameterGroupStateFault": {
|
||||
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
|
||||
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -883,7 +883,7 @@
|
||||
}
|
||||
},
|
||||
"InvalidDBParameterGroupStateFault": {
|
||||
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
|
||||
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -939,7 +939,7 @@
|
||||
}
|
||||
},
|
||||
"InvalidDBParameterGroupStateFault": {
|
||||
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
|
||||
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -962,7 +962,7 @@
|
||||
}
|
||||
},
|
||||
"InvalidDBParameterGroupStateFault": {
|
||||
"base": "<p>The DB parameter group cannot be deleted because it is in use.</p>",
|
||||
"base": "<p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you cannot delete it when the parameter group is in this state.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
|
||||
+125
-23
@@ -1403,22 +1403,21 @@
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBClusterAlreadyExistsFault"},
|
||||
{"shape":"DBClusterQuotaExceededFault"},
|
||||
{"shape":"StorageQuotaExceededFault"},
|
||||
{"shape":"DBSubnetGroupNotFoundFault"},
|
||||
{"shape":"DBClusterNotFoundFault"},
|
||||
{"shape":"DBClusterQuotaExceededFault"},
|
||||
{"shape":"DBClusterSnapshotNotFoundFault"},
|
||||
{"shape":"DBSubnetGroupNotFoundFault"},
|
||||
{"shape":"InsufficientDBClusterCapacityFault"},
|
||||
{"shape":"InsufficientStorageClusterCapacityFault"},
|
||||
{"shape":"InvalidDBSnapshotStateFault"},
|
||||
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
||||
{"shape":"StorageQuotaExceededFault"},
|
||||
{"shape":"InvalidVPCNetworkStateFault"},
|
||||
{"shape":"InvalidDBClusterStateFault"},
|
||||
{"shape":"InvalidDBSnapshotStateFault"},
|
||||
{"shape":"InvalidRestoreFault"},
|
||||
{"shape":"DBSubnetGroupNotFoundFault"},
|
||||
{"shape":"InvalidSubnet"},
|
||||
{"shape":"InvalidVPCNetworkStateFault"},
|
||||
{"shape":"KMSKeyNotAccessibleFault"},
|
||||
{"shape":"OptionGroupNotFoundFault"},
|
||||
{"shape":"KMSKeyNotAccessibleFault"}
|
||||
{"shape":"StorageQuotaExceededFault"}
|
||||
]
|
||||
},
|
||||
"RestoreDBInstanceFromDBSnapshot":{
|
||||
@@ -1502,6 +1501,50 @@
|
||||
{"shape":"AuthorizationNotFoundFault"},
|
||||
{"shape":"InvalidDBSecurityGroupStateFault"}
|
||||
]
|
||||
},
|
||||
"StartDBInstance":{
|
||||
"name":"StartDBInstance",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StartDBInstanceMessage"},
|
||||
"output":{
|
||||
"shape":"StartDBInstanceResult",
|
||||
"resultWrapper":"StartDBInstanceResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBInstanceNotFoundFault"},
|
||||
{"shape":"InvalidDBInstanceStateFault"},
|
||||
{"shape":"InsufficientDBInstanceCapacityFault"},
|
||||
{"shape":"DBSubnetGroupNotFoundFault"},
|
||||
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
|
||||
{"shape":"InvalidDBClusterStateFault"},
|
||||
{"shape":"InvalidSubnet"},
|
||||
{"shape":"InvalidVPCNetworkStateFault"},
|
||||
{"shape":"DBClusterNotFoundFault"},
|
||||
{"shape":"AuthorizationNotFoundFault"},
|
||||
{"shape":"KMSKeyNotAccessibleFault"}
|
||||
]
|
||||
},
|
||||
"StopDBInstance":{
|
||||
"name":"StopDBInstance",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StopDBInstanceMessage"},
|
||||
"output":{
|
||||
"shape":"StopDBInstanceResult",
|
||||
"resultWrapper":"StopDBInstanceResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBInstanceNotFoundFault"},
|
||||
{"shape":"InvalidDBInstanceStateFault"},
|
||||
{"shape":"DBSnapshotAlreadyExistsFault"},
|
||||
{"shape":"SnapshotQuotaExceededFault"},
|
||||
{"shape":"InvalidDBClusterStateFault"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
@@ -1789,7 +1832,8 @@
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"CopyTags":{"shape":"BooleanOptional"},
|
||||
"PreSignedUrl":{"shape":"String"}
|
||||
"PreSignedUrl":{"shape":"String"},
|
||||
"OptionGroupName":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CopyDBSnapshotResult":{
|
||||
@@ -1845,7 +1889,8 @@
|
||||
"Tags":{"shape":"TagList"},
|
||||
"StorageEncrypted":{"shape":"BooleanOptional"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"PreSignedUrl":{"shape":"String"}
|
||||
"PreSignedUrl":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"CreateDBClusterParameterGroupMessage":{
|
||||
@@ -1937,7 +1982,10 @@
|
||||
"MonitoringRoleArn":{"shape":"String"},
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"PromotionTier":{"shape":"IntegerOptional"},
|
||||
"Timezone":{"shape":"String"}
|
||||
"Timezone":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CreateDBInstanceReadReplicaMessage":{
|
||||
@@ -1963,7 +2011,10 @@
|
||||
"MonitoringInterval":{"shape":"IntegerOptional"},
|
||||
"MonitoringRoleArn":{"shape":"String"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"PreSignedUrl":{"shape":"String"}
|
||||
"PreSignedUrl":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CreateDBInstanceReadReplicaResult":{
|
||||
@@ -2133,6 +2184,8 @@
|
||||
"DbClusterResourceId":{"shape":"String"},
|
||||
"DBClusterArn":{"shape":"String"},
|
||||
"AssociatedRoles":{"shape":"DBClusterRoles"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"CloneGroupId":{"shape":"String"},
|
||||
"ClusterCreateTime":{"shape":"TStamp"}
|
||||
},
|
||||
"wrapper":true
|
||||
@@ -2330,7 +2383,9 @@
|
||||
"PercentProgress":{"shape":"Integer"},
|
||||
"StorageEncrypted":{"shape":"Boolean"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"DBClusterSnapshotArn":{"shape":"String"}
|
||||
"DBClusterSnapshotArn":{"shape":"String"},
|
||||
"SourceDBClusterSnapshotArn":{"shape":"String"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
@@ -2470,7 +2525,10 @@
|
||||
"MonitoringRoleArn":{"shape":"String"},
|
||||
"PromotionTier":{"shape":"IntegerOptional"},
|
||||
"DBInstanceArn":{"shape":"String"},
|
||||
"Timezone":{"shape":"String"}
|
||||
"Timezone":{"shape":"String"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"PerformanceInsightsEnabled":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
@@ -2740,7 +2798,8 @@
|
||||
"Encrypted":{"shape":"Boolean"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"DBSnapshotArn":{"shape":"String"},
|
||||
"Timezone":{"shape":"String"}
|
||||
"Timezone":{"shape":"String"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
@@ -3823,7 +3882,8 @@
|
||||
"MasterUserPassword":{"shape":"String"},
|
||||
"OptionGroupName":{"shape":"String"},
|
||||
"PreferredBackupWindow":{"shape":"String"},
|
||||
"PreferredMaintenanceWindow":{"shape":"String"}
|
||||
"PreferredMaintenanceWindow":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"ModifyDBClusterParameterGroupMessage":{
|
||||
@@ -3897,7 +3957,10 @@
|
||||
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
||||
"MonitoringRoleArn":{"shape":"String"},
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"PromotionTier":{"shape":"IntegerOptional"}
|
||||
"PromotionTier":{"shape":"IntegerOptional"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ModifyDBInstanceResult":{
|
||||
@@ -3941,7 +4004,8 @@
|
||||
"required":["DBSnapshotIdentifier"],
|
||||
"members":{
|
||||
"DBSnapshotIdentifier":{"shape":"String"},
|
||||
"EngineVersion":{"shape":"String"}
|
||||
"EngineVersion":{"shape":"String"},
|
||||
"OptionGroupName":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ModifyDBSnapshotResult":{
|
||||
@@ -4098,6 +4162,9 @@
|
||||
"OptionsConflictsWith":{"shape":"OptionsConflictsWith"},
|
||||
"Persistent":{"shape":"Boolean"},
|
||||
"Permanent":{"shape":"Boolean"},
|
||||
"RequiresAutoMinorEngineVersionUpgrade":{"shape":"Boolean"},
|
||||
"VpcOnly":{"shape":"Boolean"},
|
||||
"SupportsOptionVersionDowngrade":{"shape":"BooleanOptional"},
|
||||
"OptionGroupOptionSettings":{"shape":"OptionGroupOptionSettingsList"},
|
||||
"OptionGroupOptionVersions":{"shape":"OptionGroupOptionVersionsList"}
|
||||
}
|
||||
@@ -4240,7 +4307,9 @@
|
||||
"SupportsStorageEncryption":{"shape":"Boolean"},
|
||||
"StorageType":{"shape":"String"},
|
||||
"SupportsIops":{"shape":"Boolean"},
|
||||
"SupportsEnhancedMonitoring":{"shape":"Boolean"}
|
||||
"SupportsEnhancedMonitoring":{"shape":"Boolean"},
|
||||
"SupportsIAMDatabaseAuthentication":{"shape":"Boolean"},
|
||||
"SupportsPerformanceInsights":{"shape":"Boolean"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
@@ -4663,6 +4732,7 @@
|
||||
"Tags":{"shape":"TagList"},
|
||||
"StorageEncrypted":{"shape":"BooleanOptional"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"SourceEngine":{"shape":"String"},
|
||||
"SourceEngineVersion":{"shape":"String"},
|
||||
"S3BucketName":{"shape":"String"},
|
||||
@@ -4695,7 +4765,8 @@
|
||||
"OptionGroupName":{"shape":"String"},
|
||||
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"KmsKeyId":{"shape":"String"}
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBClusterFromSnapshotResult":{
|
||||
@@ -4712,6 +4783,7 @@
|
||||
],
|
||||
"members":{
|
||||
"DBClusterIdentifier":{"shape":"String"},
|
||||
"RestoreType":{"shape":"String"},
|
||||
"SourceDBClusterIdentifier":{"shape":"String"},
|
||||
"RestoreToTime":{"shape":"TStamp"},
|
||||
"UseLatestRestorableTime":{"shape":"Boolean"},
|
||||
@@ -4720,7 +4792,8 @@
|
||||
"OptionGroupName":{"shape":"String"},
|
||||
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"KmsKeyId":{"shape":"String"}
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBClusterToPointInTimeResult":{
|
||||
@@ -4756,7 +4829,8 @@
|
||||
"TdeCredentialPassword":{"shape":"String"},
|
||||
"Domain":{"shape":"String"},
|
||||
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
||||
"DomainIAMRoleName":{"shape":"String"}
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBInstanceFromDBSnapshotResult":{
|
||||
@@ -4794,7 +4868,8 @@
|
||||
"TdeCredentialArn":{"shape":"String"},
|
||||
"TdeCredentialPassword":{"shape":"String"},
|
||||
"Domain":{"shape":"String"},
|
||||
"DomainIAMRoleName":{"shape":"String"}
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBInstanceToPointInTimeResult":{
|
||||
@@ -4926,6 +5001,33 @@
|
||||
"db-cluster-snapshot"
|
||||
]
|
||||
},
|
||||
"StartDBInstanceMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBInstanceIdentifier"],
|
||||
"members":{
|
||||
"DBInstanceIdentifier":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"StartDBInstanceResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DBInstance":{"shape":"DBInstance"}
|
||||
}
|
||||
},
|
||||
"StopDBInstanceMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBInstanceIdentifier"],
|
||||
"members":{
|
||||
"DBInstanceIdentifier":{"shape":"String"},
|
||||
"DBSnapshotIdentifier":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"StopDBInstanceResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DBInstance":{"shape":"DBInstance"}
|
||||
}
|
||||
},
|
||||
"StorageQuotaExceededFault":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
||||
+148
-89
File diff suppressed because one or more lines are too long
+244
-154
@@ -8,6 +8,8 @@
|
||||
"SubscriptionName": "mymysqleventsubscription"
|
||||
},
|
||||
"output": {
|
||||
"EventSubscription": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -50,6 +52,8 @@
|
||||
"ResourceIdentifier": "arn:aws:rds:us-east-1:992648334831:db:mymysqlinstance"
|
||||
},
|
||||
"output": {
|
||||
"ResourcePendingMaintenanceActions": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -69,6 +73,8 @@
|
||||
"DBSecurityGroupName": "mydbsecuritygroup"
|
||||
},
|
||||
"output": {
|
||||
"DBSecurityGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -89,6 +95,8 @@
|
||||
"TargetDBClusterParameterGroupIdentifier": "mydbclusterparametergroup-copy"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterParameterGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -108,6 +116,8 @@
|
||||
"TargetDBClusterSnapshotIdentifier": "cluster-snapshot-copy-1"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -128,6 +138,8 @@
|
||||
"TargetDBParameterGroupIdentifier": "mymysqlparametergroup-copy"
|
||||
},
|
||||
"output": {
|
||||
"DBParameterGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -147,6 +159,8 @@
|
||||
"TargetDBSnapshotIdentifier": "mydbsnapshot-copy"
|
||||
},
|
||||
"output": {
|
||||
"DBSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -167,6 +181,8 @@
|
||||
"TargetOptionGroupIdentifier": "mymysqloptiongroup-copy"
|
||||
},
|
||||
"output": {
|
||||
"OptionGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -197,6 +213,8 @@
|
||||
"StorageEncrypted": true
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -217,6 +235,8 @@
|
||||
"Description": "My DB cluster parameter group"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterParameterGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -236,6 +256,8 @@
|
||||
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -259,6 +281,8 @@
|
||||
"MasterUsername": "MyUser"
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -289,6 +313,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -309,6 +335,8 @@
|
||||
"Description": "My MySQL parameter group"
|
||||
},
|
||||
"output": {
|
||||
"DBParameterGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -328,6 +356,8 @@
|
||||
"DBSecurityGroupName": "mydbsecuritygroup"
|
||||
},
|
||||
"output": {
|
||||
"DBSecurityGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -347,6 +377,8 @@
|
||||
"DBSnapshotIdentifier": "mydbsnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -370,6 +402,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"DBSubnetGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -397,6 +431,8 @@
|
||||
"SubscriptionName": "mymysqleventsubscription"
|
||||
},
|
||||
"output": {
|
||||
"EventSubscription": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -418,6 +454,8 @@
|
||||
"OptionGroupName": "mymysqloptiongroup"
|
||||
},
|
||||
"output": {
|
||||
"OptionGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -437,6 +475,8 @@
|
||||
"SkipFinalSnapshot": true
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -471,6 +511,8 @@
|
||||
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -490,6 +532,8 @@
|
||||
"SkipFinalSnapshot": true
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -540,6 +584,8 @@
|
||||
"DBSnapshotIdentifier": "mydbsnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBSnapshot": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -574,6 +620,8 @@
|
||||
"SubscriptionName": "myeventsubscription"
|
||||
},
|
||||
"output": {
|
||||
"EventSubscription": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -681,6 +729,8 @@
|
||||
"DBClusterSnapshotIdentifier": "mydbclustersnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBClusterSnapshotAttributesResult": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -853,6 +903,8 @@
|
||||
"DBSnapshotIdentifier": "mydbsnapshot"
|
||||
},
|
||||
"output": {
|
||||
"DBSnapshotAttributesResult": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -910,6 +962,8 @@
|
||||
"DBParameterGroupFamily": "aurora5.6"
|
||||
},
|
||||
"output": {
|
||||
"EngineDefaults": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -928,6 +982,8 @@
|
||||
"DBParameterGroupFamily": "mysql5.6"
|
||||
},
|
||||
"output": {
|
||||
"EngineDefaults": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1212,6 +1268,8 @@
|
||||
"TargetDBInstanceIdentifier": "myaurorareplica"
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1253,6 +1311,8 @@
|
||||
"PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1304,6 +1364,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"DBClusterSnapshotAttributesResult": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1329,6 +1391,8 @@
|
||||
"PreferredMaintenanceWindow": "Tue:05:00-Tue:05:30"
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1376,6 +1440,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"DBSnapshotAttributesResult": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1398,6 +1464,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"DBSubnetGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1422,6 +1490,8 @@
|
||||
"SubscriptionName": "mymysqleventsubscription"
|
||||
},
|
||||
"output": {
|
||||
"EventSubscription": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1449,6 +1519,8 @@
|
||||
]
|
||||
},
|
||||
"output": {
|
||||
"OptionGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1469,6 +1541,8 @@
|
||||
"PreferredBackupWindow": "03:30-04:00"
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1488,6 +1562,8 @@
|
||||
"ReservedDBInstancesOfferingId": "fb29428a-646d-4390-850e-5fe89926e727"
|
||||
},
|
||||
"output": {
|
||||
"ReservedDBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1507,6 +1583,8 @@
|
||||
"ForceFailover": false
|
||||
},
|
||||
"output": {
|
||||
"DBInstance": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1526,6 +1604,8 @@
|
||||
"SubscriptionName": "myeventsubscription"
|
||||
},
|
||||
"output": {
|
||||
"EventSubscription": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1603,6 +1683,8 @@
|
||||
"SnapshotIdentifier": "sample-cluster-snapshot1"
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1623,6 +1705,8 @@
|
||||
"SourceDBClusterIdentifier": "sample-cluster1"
|
||||
},
|
||||
"output": {
|
||||
"DBCluster": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1642,88 +1726,90 @@
|
||||
"DBSnapshotIdentifier": "rds:mysqldb-2014-04-22-08-15"
|
||||
},
|
||||
"output": {
|
||||
"AllocatedStorage": 200,
|
||||
"AutoMinorVersionUpgrade": true,
|
||||
"AvailabilityZone": "us-west-2b",
|
||||
"BackupRetentionPeriod": 7,
|
||||
"CACertificateIdentifier": "rds-ca-2015",
|
||||
"CopyTagsToSnapshot": false,
|
||||
"DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysqldb-restored",
|
||||
"DBInstanceClass": "db.t2.small",
|
||||
"DBInstanceIdentifier": "mysqldb-restored",
|
||||
"DBInstanceStatus": "available",
|
||||
"DBName": "sample",
|
||||
"DBParameterGroups": [
|
||||
{
|
||||
"DBParameterGroupName": "default.mysql5.6",
|
||||
"ParameterApplyStatus": "in-sync"
|
||||
}
|
||||
],
|
||||
"DBSecurityGroups": [
|
||||
|
||||
],
|
||||
"DBSubnetGroup": {
|
||||
"DBSubnetGroupDescription": "default",
|
||||
"DBSubnetGroupName": "default",
|
||||
"SubnetGroupStatus": "Complete",
|
||||
"Subnets": [
|
||||
"DBInstance": {
|
||||
"AllocatedStorage": 200,
|
||||
"AutoMinorVersionUpgrade": true,
|
||||
"AvailabilityZone": "us-west-2b",
|
||||
"BackupRetentionPeriod": 7,
|
||||
"CACertificateIdentifier": "rds-ca-2015",
|
||||
"CopyTagsToSnapshot": false,
|
||||
"DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysqldb-restored",
|
||||
"DBInstanceClass": "db.t2.small",
|
||||
"DBInstanceIdentifier": "mysqldb-restored",
|
||||
"DBInstanceStatus": "available",
|
||||
"DBName": "sample",
|
||||
"DBParameterGroups": [
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2a"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-77e8db03",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2b"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-c39989a1",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2c"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-4b267b0d",
|
||||
"SubnetStatus": "Active"
|
||||
"DBParameterGroupName": "default.mysql5.6",
|
||||
"ParameterApplyStatus": "in-sync"
|
||||
}
|
||||
],
|
||||
"VpcId": "vpc-c1c5b3a3"
|
||||
},
|
||||
"DbInstancePort": 0,
|
||||
"DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
|
||||
"DomainMemberships": [
|
||||
"DBSecurityGroups": [
|
||||
|
||||
],
|
||||
"Engine": "mysql",
|
||||
"EngineVersion": "5.6.27",
|
||||
"LicenseModel": "general-public-license",
|
||||
"MasterUsername": "mymasteruser",
|
||||
"MonitoringInterval": 0,
|
||||
"MultiAZ": false,
|
||||
"OptionGroupMemberships": [
|
||||
{
|
||||
"OptionGroupName": "default:mysql-5-6",
|
||||
"Status": "in-sync"
|
||||
}
|
||||
],
|
||||
"PendingModifiedValues": {
|
||||
},
|
||||
"PreferredBackupWindow": "12:58-13:28",
|
||||
"PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
|
||||
"PubliclyAccessible": true,
|
||||
"ReadReplicaDBInstanceIdentifiers": [
|
||||
],
|
||||
"DBSubnetGroup": {
|
||||
"DBSubnetGroupDescription": "default",
|
||||
"DBSubnetGroupName": "default",
|
||||
"SubnetGroupStatus": "Complete",
|
||||
"Subnets": [
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2a"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-77e8db03",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2b"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-c39989a1",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2c"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-4b267b0d",
|
||||
"SubnetStatus": "Active"
|
||||
}
|
||||
],
|
||||
"VpcId": "vpc-c1c5b3a3"
|
||||
},
|
||||
"DbInstancePort": 0,
|
||||
"DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
|
||||
"DomainMemberships": [
|
||||
|
||||
],
|
||||
"StorageEncrypted": false,
|
||||
"StorageType": "gp2",
|
||||
"VpcSecurityGroups": [
|
||||
{
|
||||
"Status": "active",
|
||||
"VpcSecurityGroupId": "sg-e5e5b0d2"
|
||||
}
|
||||
]
|
||||
],
|
||||
"Engine": "mysql",
|
||||
"EngineVersion": "5.6.27",
|
||||
"LicenseModel": "general-public-license",
|
||||
"MasterUsername": "mymasteruser",
|
||||
"MonitoringInterval": 0,
|
||||
"MultiAZ": false,
|
||||
"OptionGroupMemberships": [
|
||||
{
|
||||
"OptionGroupName": "default:mysql-5-6",
|
||||
"Status": "in-sync"
|
||||
}
|
||||
],
|
||||
"PendingModifiedValues": {
|
||||
},
|
||||
"PreferredBackupWindow": "12:58-13:28",
|
||||
"PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
|
||||
"PubliclyAccessible": true,
|
||||
"ReadReplicaDBInstanceIdentifiers": [
|
||||
|
||||
],
|
||||
"StorageEncrypted": false,
|
||||
"StorageType": "gp2",
|
||||
"VpcSecurityGroups": [
|
||||
{
|
||||
"Status": "active",
|
||||
"VpcSecurityGroupId": "sg-e5e5b0d2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1744,88 +1830,90 @@
|
||||
"TargetDBInstanceIdentifier": "mysql-sample-restored"
|
||||
},
|
||||
"output": {
|
||||
"AllocatedStorage": 200,
|
||||
"AutoMinorVersionUpgrade": true,
|
||||
"AvailabilityZone": "us-west-2b",
|
||||
"BackupRetentionPeriod": 7,
|
||||
"CACertificateIdentifier": "rds-ca-2015",
|
||||
"CopyTagsToSnapshot": false,
|
||||
"DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysql-sample-restored",
|
||||
"DBInstanceClass": "db.t2.small",
|
||||
"DBInstanceIdentifier": "mysql-sample-restored",
|
||||
"DBInstanceStatus": "available",
|
||||
"DBName": "sample",
|
||||
"DBParameterGroups": [
|
||||
{
|
||||
"DBParameterGroupName": "default.mysql5.6",
|
||||
"ParameterApplyStatus": "in-sync"
|
||||
}
|
||||
],
|
||||
"DBSecurityGroups": [
|
||||
|
||||
],
|
||||
"DBSubnetGroup": {
|
||||
"DBSubnetGroupDescription": "default",
|
||||
"DBSubnetGroupName": "default",
|
||||
"SubnetGroupStatus": "Complete",
|
||||
"Subnets": [
|
||||
"DBInstance": {
|
||||
"AllocatedStorage": 200,
|
||||
"AutoMinorVersionUpgrade": true,
|
||||
"AvailabilityZone": "us-west-2b",
|
||||
"BackupRetentionPeriod": 7,
|
||||
"CACertificateIdentifier": "rds-ca-2015",
|
||||
"CopyTagsToSnapshot": false,
|
||||
"DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:mysql-sample-restored",
|
||||
"DBInstanceClass": "db.t2.small",
|
||||
"DBInstanceIdentifier": "mysql-sample-restored",
|
||||
"DBInstanceStatus": "available",
|
||||
"DBName": "sample",
|
||||
"DBParameterGroups": [
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2a"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-77e8db03",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2b"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-c39989a1",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2c"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-4b267b0d",
|
||||
"SubnetStatus": "Active"
|
||||
"DBParameterGroupName": "default.mysql5.6",
|
||||
"ParameterApplyStatus": "in-sync"
|
||||
}
|
||||
],
|
||||
"VpcId": "vpc-c1c5b3a3"
|
||||
},
|
||||
"DbInstancePort": 0,
|
||||
"DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
|
||||
"DomainMemberships": [
|
||||
"DBSecurityGroups": [
|
||||
|
||||
],
|
||||
"Engine": "mysql",
|
||||
"EngineVersion": "5.6.27",
|
||||
"LicenseModel": "general-public-license",
|
||||
"MasterUsername": "mymasteruser",
|
||||
"MonitoringInterval": 0,
|
||||
"MultiAZ": false,
|
||||
"OptionGroupMemberships": [
|
||||
{
|
||||
"OptionGroupName": "default:mysql-5-6",
|
||||
"Status": "in-sync"
|
||||
}
|
||||
],
|
||||
"PendingModifiedValues": {
|
||||
},
|
||||
"PreferredBackupWindow": "12:58-13:28",
|
||||
"PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
|
||||
"PubliclyAccessible": true,
|
||||
"ReadReplicaDBInstanceIdentifiers": [
|
||||
],
|
||||
"DBSubnetGroup": {
|
||||
"DBSubnetGroupDescription": "default",
|
||||
"DBSubnetGroupName": "default",
|
||||
"SubnetGroupStatus": "Complete",
|
||||
"Subnets": [
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2a"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-77e8db03",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2b"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-c39989a1",
|
||||
"SubnetStatus": "Active"
|
||||
},
|
||||
{
|
||||
"SubnetAvailabilityZone": {
|
||||
"Name": "us-west-2c"
|
||||
},
|
||||
"SubnetIdentifier": "subnet-4b267b0d",
|
||||
"SubnetStatus": "Active"
|
||||
}
|
||||
],
|
||||
"VpcId": "vpc-c1c5b3a3"
|
||||
},
|
||||
"DbInstancePort": 0,
|
||||
"DbiResourceId": "db-VNZUCCBTEDC4WR7THXNJO72HVQ",
|
||||
"DomainMemberships": [
|
||||
|
||||
],
|
||||
"StorageEncrypted": false,
|
||||
"StorageType": "gp2",
|
||||
"VpcSecurityGroups": [
|
||||
{
|
||||
"Status": "active",
|
||||
"VpcSecurityGroupId": "sg-e5e5b0d2"
|
||||
}
|
||||
]
|
||||
],
|
||||
"Engine": "mysql",
|
||||
"EngineVersion": "5.6.27",
|
||||
"LicenseModel": "general-public-license",
|
||||
"MasterUsername": "mymasteruser",
|
||||
"MonitoringInterval": 0,
|
||||
"MultiAZ": false,
|
||||
"OptionGroupMemberships": [
|
||||
{
|
||||
"OptionGroupName": "default:mysql-5-6",
|
||||
"Status": "in-sync"
|
||||
}
|
||||
],
|
||||
"PendingModifiedValues": {
|
||||
},
|
||||
"PreferredBackupWindow": "12:58-13:28",
|
||||
"PreferredMaintenanceWindow": "tue:10:16-tue:10:46",
|
||||
"PubliclyAccessible": true,
|
||||
"ReadReplicaDBInstanceIdentifiers": [
|
||||
|
||||
],
|
||||
"StorageEncrypted": false,
|
||||
"StorageType": "gp2",
|
||||
"VpcSecurityGroups": [
|
||||
{
|
||||
"Status": "active",
|
||||
"VpcSecurityGroupId": "sg-e5e5b0d2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
@@ -1845,6 +1933,8 @@
|
||||
"DBSecurityGroupName": "mydbsecuritygroup"
|
||||
},
|
||||
"output": {
|
||||
"DBSecurityGroup": {
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"input": {
|
||||
|
||||
Reference in New Issue
Block a user