aws-sdk-databasemigrationservice 1.71.0 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 466afa7e77e84dfcbd8783214bdef6e34a8b52ed601797f450c771fd5baf5f27
|
|
4
|
+
data.tar.gz: a1b9b4d63383cd022571ea0f0f650d49ef2bda8b8f1fbde6fe0246f089f8535e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9fc413f347b4e819f733d67c56d1d15681dc4818d2fc096e1de6d1cd9dc7011bad91d3a303f54fc1e596dcc5b846ee2fff8e9dc3d0a98dd1bb726d97d9febd0
|
|
7
|
+
data.tar.gz: dd90184484f00cdb9d6648630a1551a3abb16c2178f7a8ba4610e20bbf3621b3747ef4e23fcfb8c44ef0dbe4714adfc365f5f18aa32561e10851eebae7865892
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -552,9 +552,9 @@ module Aws::DatabaseMigrationService
|
|
|
552
552
|
# The type of engine for the endpoint. Valid values, depending on the
|
|
553
553
|
# `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
|
|
554
554
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
|
|
555
|
-
# `"redshift"`, `"s3"`, `"db2"`, `
|
|
556
|
-
# `"
|
|
557
|
-
# `"
|
|
555
|
+
# `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
|
|
556
|
+
# `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`,
|
|
557
|
+
# `"sqlserver"`, and `"neptune"`.
|
|
558
558
|
#
|
|
559
559
|
# @option params [String] :username
|
|
560
560
|
# The user name to be used to log in to the endpoint database.
|
|
@@ -7901,7 +7901,7 @@ module Aws::DatabaseMigrationService
|
|
|
7901
7901
|
params: params,
|
|
7902
7902
|
config: config)
|
|
7903
7903
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
7904
|
-
context[:gem_version] = '1.
|
|
7904
|
+
context[:gem_version] = '1.72.0'
|
|
7905
7905
|
Seahorse::Client::Request.new(handlers, context)
|
|
7906
7906
|
end
|
|
7907
7907
|
|
|
@@ -809,10 +809,9 @@ module Aws::DatabaseMigrationService
|
|
|
809
809
|
# The type of engine for the endpoint. Valid values, depending on the
|
|
810
810
|
# `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
|
|
811
811
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
|
|
812
|
-
# `"redshift"`, `"s3"`, `"db2"`, `
|
|
812
|
+
# `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
|
|
813
813
|
# `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
|
|
814
|
-
# `"elasticsearch"`, `"docdb"`, `"sqlserver"`, `"neptune"
|
|
815
|
-
# `babelfish`.
|
|
814
|
+
# `"elasticsearch"`, `"docdb"`, `"sqlserver"`, and `"neptune"`.
|
|
816
815
|
# @return [String]
|
|
817
816
|
#
|
|
818
817
|
# @!attribute [rw] username
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-databasemigrationservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.72.0
|
|
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: 2022-
|
|
11
|
+
date: 2022-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|