Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Dec 12, 2024
1 parent 0cfae6e commit ba94b1c
Show file tree
Hide file tree
Showing 52 changed files with 3,273 additions and 457 deletions.
471 changes: 470 additions & 1 deletion apis/connect/2017-08-08/api-2.json

Large diffs are not rendered by default.

254 changes: 246 additions & 8 deletions apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions apis/connect/2017-08-08/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@
"output_token": "NextToken",
"result_key": "FlowAssociationSummaryList"
},
"ListHoursOfOperationOverrides": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"LastModifiedRegion",
"LastModifiedTime"
],
"output_token": "NextToken",
"result_key": "HoursOfOperationOverrideList"
},
"ListHoursOfOperations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down Expand Up @@ -343,6 +353,15 @@
"output_token": "NextToken",
"result_key": "Contacts"
},
"SearchHoursOfOperationOverrides": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": [
"ApproximateTotalCount"
],
"output_token": "NextToken",
"result_key": "HoursOfOperationOverrides"
},
"SearchHoursOfOperations": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down
74 changes: 56 additions & 18 deletions apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"output":{"shape":"DeleteEventSubscriptionResponse"},
"errors":[
{"shape":"ResourceNotFoundFault"},
{"shape":"InvalidResourceStateFault"}
{"shape":"InvalidResourceStateFault"},
{"shape":"AccessDeniedFault"}
]
},
"DeleteFleetAdvisorCollector":{
Expand Down Expand Up @@ -442,7 +443,8 @@
"output":{"shape":"DeleteReplicationSubnetGroupResponse"},
"errors":[
{"shape":"InvalidResourceStateFault"},
{"shape":"ResourceNotFoundFault"}
{"shape":"ResourceNotFoundFault"},
{"shape":"AccessDeniedFault"}
]
},
"DeleteReplicationTask":{
Expand Down Expand Up @@ -990,7 +992,8 @@
"output":{"shape":"DescribeTableStatisticsResponse"},
"errors":[
{"shape":"ResourceNotFoundFault"},
{"shape":"InvalidResourceStateFault"}
{"shape":"InvalidResourceStateFault"},
{"shape":"AccessDeniedFault"}
]
},
"ExportMetadataModelAssessment":{
Expand Down Expand Up @@ -1107,7 +1110,8 @@
{"shape":"KMSDisabledFault"},
{"shape":"KMSInvalidStateFault"},
{"shape":"KMSNotFoundFault"},
{"shape":"KMSThrottlingFault"}
{"shape":"KMSThrottlingFault"},
{"shape":"AccessDeniedFault"}
]
},
"ModifyInstanceProfile":{
Expand Down Expand Up @@ -2081,7 +2085,7 @@
"members":{
"ReplicationInstanceIdentifier":{"shape":"String"},
"AllocatedStorage":{"shape":"IntegerOptional"},
"ReplicationInstanceClass":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"ReplicationInstanceClass"},
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
"AvailabilityZone":{"shape":"String"},
"ReplicationSubnetGroupIdentifier":{"shape":"String"},
Expand All @@ -2094,7 +2098,8 @@
"PubliclyAccessible":{"shape":"BooleanOptional"},
"DnsNameServers":{"shape":"String"},
"ResourceIdentifier":{"shape":"String"},
"NetworkType":{"shape":"String"}
"NetworkType":{"shape":"String"},
"KerberosAuthenticationSettings":{"shape":"KerberosAuthenticationSettings"}
}
},
"CreateReplicationInstanceResponse":{
Expand Down Expand Up @@ -3758,7 +3763,8 @@
"SaslPassword":{"shape":"SecretString"},
"NoHexPrefix":{"shape":"BooleanOptional"},
"SaslMechanism":{"shape":"KafkaSaslMechanism"},
"SslEndpointIdentificationAlgorithm":{"shape":"KafkaSslEndpointIdentificationAlgorithm"}
"SslEndpointIdentificationAlgorithm":{"shape":"KafkaSslEndpointIdentificationAlgorithm"},
"UseLargeIntegerValue":{"shape":"BooleanOptional"}
}
},
"KafkaSslEndpointIdentificationAlgorithm":{
Expand All @@ -3768,6 +3774,14 @@
"https"
]
},
"KerberosAuthenticationSettings":{
"type":"structure",
"members":{
"KeyCacheSecretId":{"shape":"String"},
"KeyCacheSecretIamArn":{"shape":"String"},
"Krb5FileContents":{"shape":"String"}
}
},
"KeyList":{
"type":"list",
"member":{"shape":"String"}
Expand All @@ -3784,7 +3798,8 @@
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
"IncludeControlDetails":{"shape":"BooleanOptional"},
"IncludeNullAndEmpty":{"shape":"BooleanOptional"},
"NoHexPrefix":{"shape":"BooleanOptional"}
"NoHexPrefix":{"shape":"BooleanOptional"},
"UseLargeIntegerValue":{"shape":"BooleanOptional"}
}
},
"Limitation":{
Expand Down Expand Up @@ -3864,7 +3879,8 @@
"SecretsManagerSecretId":{"shape":"String"},
"TrimSpaceInChar":{"shape":"BooleanOptional"},
"TlogAccessMode":{"shape":"TlogAccessMode"},
"ForceLobLookup":{"shape":"BooleanOptional"}
"ForceLobLookup":{"shape":"BooleanOptional"},
"AuthenticationMethod":{"shape":"SqlServerAuthenticationMethod"}
}
},
"MicrosoftSqlServerDataProviderSettings":{
Expand Down Expand Up @@ -4091,15 +4107,16 @@
"ReplicationInstanceArn":{"shape":"String"},
"AllocatedStorage":{"shape":"IntegerOptional"},
"ApplyImmediately":{"shape":"Boolean"},
"ReplicationInstanceClass":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"ReplicationInstanceClass"},
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
"PreferredMaintenanceWindow":{"shape":"String"},
"MultiAZ":{"shape":"BooleanOptional"},
"EngineVersion":{"shape":"String"},
"AllowMajorVersionUpgrade":{"shape":"Boolean"},
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
"ReplicationInstanceIdentifier":{"shape":"String"},
"NetworkType":{"shape":"String"}
"NetworkType":{"shape":"String"},
"KerberosAuthenticationSettings":{"shape":"KerberosAuthenticationSettings"}
}
},
"ModifyReplicationInstanceResponse":{
Expand Down Expand Up @@ -4250,6 +4267,13 @@
"one"
]
},
"OracleAuthenticationMethod":{
"type":"string",
"enum":[
"password",
"kerberos"
]
},
"OracleDataProviderSettings":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4310,14 +4334,15 @@
"SecretsManagerOracleAsmSecretId":{"shape":"String"},
"TrimSpaceInChar":{"shape":"BooleanOptional"},
"ConvertTimestampWithZoneToUTC":{"shape":"BooleanOptional"},
"OpenTransactionWindow":{"shape":"IntegerOptional"}
"OpenTransactionWindow":{"shape":"IntegerOptional"},
"AuthenticationMethod":{"shape":"OracleAuthenticationMethod"}
}
},
"OrderableReplicationInstance":{
"type":"structure",
"members":{
"EngineVersion":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"ReplicationInstanceClass"},
"StorageType":{"shape":"String"},
"MinAllocatedStorage":{"shape":"Integer"},
"MaxAllocatedStorage":{"shape":"Integer"},
Expand Down Expand Up @@ -4398,7 +4423,8 @@
"MapJsonbAsClob":{"shape":"BooleanOptional"},
"MapLongVarcharAs":{"shape":"LongVarcharMappingType"},
"DatabaseMode":{"shape":"DatabaseMode"},
"BabelfishDatabaseName":{"shape":"String"}
"BabelfishDatabaseName":{"shape":"String"},
"DisableUnicodeSourceFilter":{"shape":"BooleanOptional"}
}
},
"PostgreSqlDataProviderSettings":{
Expand Down Expand Up @@ -4732,7 +4758,7 @@
"type":"structure",
"members":{
"ReplicationInstanceIdentifier":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"ReplicationInstanceClass"},
"ReplicationInstanceStatus":{"shape":"String"},
"AllocatedStorage":{"shape":"Integer"},
"InstanceCreateTime":{"shape":"TStamp"},
Expand Down Expand Up @@ -4761,9 +4787,14 @@
"SecondaryAvailabilityZone":{"shape":"String"},
"FreeUntil":{"shape":"TStamp"},
"DnsNameServers":{"shape":"String"},
"NetworkType":{"shape":"String"}
"NetworkType":{"shape":"String"},
"KerberosAuthenticationSettings":{"shape":"KerberosAuthenticationSettings"}
}
},
"ReplicationInstanceClass":{
"type":"string",
"max":30
},
"ReplicationInstanceIpv6AddressList":{
"type":"list",
"member":{"shape":"String"}
Expand Down Expand Up @@ -4799,7 +4830,7 @@
"ReplicationPendingModifiedValues":{
"type":"structure",
"members":{
"ReplicationInstanceClass":{"shape":"String"},
"ReplicationInstanceClass":{"shape":"ReplicationInstanceClass"},
"AllocatedStorage":{"shape":"IntegerOptional"},
"MultiAZ":{"shape":"BooleanOptional"},
"EngineVersion":{"shape":"String"},
Expand Down Expand Up @@ -4881,7 +4912,7 @@
"AssessmentStatus":{"shape":"String"},
"AssessmentResultsFile":{"shape":"String"},
"AssessmentResults":{"shape":"String"},
"S3ObjectUrl":{"shape":"String"}
"S3ObjectUrl":{"shape":"SecretString"}
}
},
"ReplicationTaskAssessmentResultList":{
Expand Down Expand Up @@ -5163,6 +5194,13 @@
"type":"string",
"enum":["replication-instance"]
},
"SqlServerAuthenticationMethod":{
"type":"string",
"enum":[
"password",
"kerberos"
]
},
"SslSecurityProtocolValue":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit ba94b1c

Please sign in to comment.