aws-sdk-datasync 1.96.0 → 1.97.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +31 -47
- data/lib/aws-sdk-datasync/types.rb +36 -49
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b08b0eeab7644910d6a21205b7e5f312257815f3f88509923c93bad624e33b3b
|
4
|
+
data.tar.gz: f5d9c5e8d4702293b50e9ff9b8bcde9fabf518cf20c614f1b8c3f6be43d5905d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36f1aa83e3b7632d131f024e3aecad6829583ea17bc90f8a80b00a00e63039bbd0888d50058655a5a6c17d80b41858ca94b3059a3e50a2675f46960edc619add
|
7
|
+
data.tar.gz: 841c34ad685af5fb00022043ba1f620d93ae1685e2a1736f59571d716c69c3687c5076f74a42f528c00c215d7154b91c1a9e312e2441cff4e3953d26f562c2fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
@@ -1814,41 +1814,33 @@ module Aws::DataSync
|
|
1814
1814
|
# server.
|
1815
1815
|
#
|
1816
1816
|
# @option params [String] :kerberos_principal
|
1817
|
-
# Specifies a
|
1818
|
-
#
|
1819
|
-
#
|
1817
|
+
# Specifies a Kerberos prinicpal, which is an identity in your Kerberos
|
1818
|
+
# realm that has permission to access the files, folders, and file
|
1819
|
+
# metadata in your SMB file server.
|
1820
1820
|
#
|
1821
|
-
#
|
1822
|
-
# example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
|
1821
|
+
# A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
|
1823
1822
|
#
|
1824
|
-
#
|
1825
|
-
#
|
1826
|
-
#
|
1823
|
+
# Principal names are case sensitive. Your DataSync task execution will
|
1824
|
+
# fail if the principal that you specify for this parameter doesn’t
|
1825
|
+
# exactly match the principal that you use to create the keytab file.
|
1827
1826
|
#
|
1828
1827
|
# @option params [String, StringIO, File] :kerberos_keytab
|
1829
1828
|
# Specifies your Kerberos key table (keytab) file, which includes
|
1830
|
-
# mappings between your
|
1831
|
-
# keys.
|
1829
|
+
# mappings between your Kerberos principal and encryption keys.
|
1832
1830
|
#
|
1833
|
-
#
|
1834
|
-
#
|
1835
|
-
# you're using the CLI, the encoding is done for you.
|
1831
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
1832
|
+
# encoding is done for you.
|
1836
1833
|
#
|
1837
|
-
# To avoid task execution errors, make sure that the
|
1838
|
-
# file matches exactly what you
|
1839
|
-
#
|
1834
|
+
# To avoid task execution errors, make sure that the Kerberos principal
|
1835
|
+
# that you use to create the keytab file matches exactly what you
|
1836
|
+
# specify for `KerberosPrincipal`.
|
1840
1837
|
#
|
1841
1838
|
# @option params [String, StringIO, File] :kerberos_krb_5_conf
|
1842
1839
|
# Specifies a Kerberos configuration file (`krb5.conf`) that defines
|
1843
1840
|
# your Kerberos realm configuration.
|
1844
1841
|
#
|
1845
|
-
#
|
1846
|
-
#
|
1847
|
-
# you're using the CLI, the encoding is done for you.
|
1848
|
-
#
|
1849
|
-
# To avoid task execution errors, make sure that the service principal
|
1850
|
-
# name (SPN) in the `krb5.conf` file matches exactly what you specify
|
1851
|
-
# for `KerberosPrincipal` and in your keytab file.
|
1842
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
1843
|
+
# encoding is done for you.
|
1852
1844
|
#
|
1853
1845
|
# @return [Types::CreateLocationSmbResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1854
1846
|
#
|
@@ -4951,41 +4943,33 @@ module Aws::DataSync
|
|
4951
4943
|
# server.
|
4952
4944
|
#
|
4953
4945
|
# @option params [String] :kerberos_principal
|
4954
|
-
# Specifies a
|
4955
|
-
#
|
4956
|
-
#
|
4946
|
+
# Specifies a Kerberos prinicpal, which is an identity in your Kerberos
|
4947
|
+
# realm that has permission to access the files, folders, and file
|
4948
|
+
# metadata in your SMB file server.
|
4957
4949
|
#
|
4958
|
-
#
|
4959
|
-
# example, an SPN might look like `cifs/kerberosuser@EXAMPLE.COM`.
|
4950
|
+
# A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
|
4960
4951
|
#
|
4961
|
-
#
|
4962
|
-
#
|
4963
|
-
#
|
4952
|
+
# Principal names are case sensitive. Your DataSync task execution will
|
4953
|
+
# fail if the principal that you specify for this parameter doesn’t
|
4954
|
+
# exactly match the principal that you use to create the keytab file.
|
4964
4955
|
#
|
4965
4956
|
# @option params [String, StringIO, File] :kerberos_keytab
|
4966
4957
|
# Specifies your Kerberos key table (keytab) file, which includes
|
4967
|
-
# mappings between your
|
4968
|
-
# keys.
|
4958
|
+
# mappings between your Kerberos principal and encryption keys.
|
4969
4959
|
#
|
4970
|
-
#
|
4971
|
-
#
|
4972
|
-
# you're using the CLI, the encoding is done for you.
|
4960
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
4961
|
+
# encoding is done for you.
|
4973
4962
|
#
|
4974
|
-
# To avoid task execution errors, make sure that the
|
4975
|
-
# file matches exactly what you
|
4976
|
-
#
|
4963
|
+
# To avoid task execution errors, make sure that the Kerberos principal
|
4964
|
+
# that you use to create the keytab file matches exactly what you
|
4965
|
+
# specify for `KerberosPrincipal`.
|
4977
4966
|
#
|
4978
4967
|
# @option params [String, StringIO, File] :kerberos_krb_5_conf
|
4979
4968
|
# Specifies a Kerberos configuration file (`krb5.conf`) that defines
|
4980
4969
|
# your Kerberos realm configuration.
|
4981
4970
|
#
|
4982
|
-
#
|
4983
|
-
#
|
4984
|
-
# you're using the CLI, the encoding is done for you.
|
4985
|
-
#
|
4986
|
-
# To avoid task execution errors, make sure that the service principal
|
4987
|
-
# name (SPN) in the `krb5.conf` file matches exactly what you specify
|
4988
|
-
# for `KerberosPrincipal` and in your keytab file.
|
4971
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
4972
|
+
# encoding is done for you.
|
4989
4973
|
#
|
4990
4974
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4991
4975
|
#
|
@@ -5348,7 +5332,7 @@ module Aws::DataSync
|
|
5348
5332
|
tracer: tracer
|
5349
5333
|
)
|
5350
5334
|
context[:gem_name] = 'aws-sdk-datasync'
|
5351
|
-
context[:gem_version] = '1.
|
5335
|
+
context[:gem_version] = '1.97.0'
|
5352
5336
|
Seahorse::Client::Request.new(handlers, context)
|
5353
5337
|
end
|
5354
5338
|
|
@@ -1280,43 +1280,37 @@ module Aws::DataSync
|
|
1280
1280
|
# @return [Array<String>]
|
1281
1281
|
#
|
1282
1282
|
# @!attribute [rw] kerberos_principal
|
1283
|
-
# Specifies a
|
1284
|
-
#
|
1285
|
-
#
|
1283
|
+
# Specifies a Kerberos prinicpal, which is an identity in your
|
1284
|
+
# Kerberos realm that has permission to access the files, folders, and
|
1285
|
+
# file metadata in your SMB file server.
|
1286
1286
|
#
|
1287
|
-
#
|
1288
|
-
#
|
1287
|
+
# A Kerberos principal might look like
|
1288
|
+
# `HOST/kerberosuser@EXAMPLE.COM`.
|
1289
1289
|
#
|
1290
|
-
#
|
1291
|
-
#
|
1292
|
-
#
|
1290
|
+
# Principal names are case sensitive. Your DataSync task execution
|
1291
|
+
# will fail if the principal that you specify for this parameter
|
1292
|
+
# doesn’t exactly match the principal that you use to create the
|
1293
|
+
# keytab file.
|
1293
1294
|
# @return [String]
|
1294
1295
|
#
|
1295
1296
|
# @!attribute [rw] kerberos_keytab
|
1296
1297
|
# Specifies your Kerberos key table (keytab) file, which includes
|
1297
|
-
# mappings between your
|
1298
|
-
# keys.
|
1298
|
+
# mappings between your Kerberos principal and encryption keys.
|
1299
1299
|
#
|
1300
|
-
#
|
1301
|
-
#
|
1302
|
-
# you're using the CLI, the encoding is done for you.
|
1300
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
1301
|
+
# encoding is done for you.
|
1303
1302
|
#
|
1304
|
-
# To avoid task execution errors, make sure that the
|
1305
|
-
#
|
1306
|
-
#
|
1303
|
+
# To avoid task execution errors, make sure that the Kerberos
|
1304
|
+
# principal that you use to create the keytab file matches exactly
|
1305
|
+
# what you specify for `KerberosPrincipal`.
|
1307
1306
|
# @return [String]
|
1308
1307
|
#
|
1309
1308
|
# @!attribute [rw] kerberos_krb_5_conf
|
1310
1309
|
# Specifies a Kerberos configuration file (`krb5.conf`) that defines
|
1311
1310
|
# your Kerberos realm configuration.
|
1312
1311
|
#
|
1313
|
-
#
|
1314
|
-
#
|
1315
|
-
# you're using the CLI, the encoding is done for you.
|
1316
|
-
#
|
1317
|
-
# To avoid task execution errors, make sure that the service principal
|
1318
|
-
# name (SPN) in the `krb5.conf` file matches exactly what you specify
|
1319
|
-
# for `KerberosPrincipal` and in your keytab file.
|
1312
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
1313
|
+
# encoding is done for you.
|
1320
1314
|
# @return [String]
|
1321
1315
|
#
|
1322
1316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/CreateLocationSmbRequest AWS API Documentation
|
@@ -2459,9 +2453,8 @@ module Aws::DataSync
|
|
2459
2453
|
# @return [Array<String>]
|
2460
2454
|
#
|
2461
2455
|
# @!attribute [rw] kerberos_principal
|
2462
|
-
# The Kerberos
|
2463
|
-
#
|
2464
|
-
# server.
|
2456
|
+
# The Kerberos principal that has permission to access the files,
|
2457
|
+
# folders, and file metadata in your SMB file server.
|
2465
2458
|
# @return [String]
|
2466
2459
|
#
|
2467
2460
|
# @!attribute [rw] authentication_type
|
@@ -6943,43 +6936,37 @@ module Aws::DataSync
|
|
6943
6936
|
# @return [Array<String>]
|
6944
6937
|
#
|
6945
6938
|
# @!attribute [rw] kerberos_principal
|
6946
|
-
# Specifies a
|
6947
|
-
#
|
6948
|
-
#
|
6939
|
+
# Specifies a Kerberos prinicpal, which is an identity in your
|
6940
|
+
# Kerberos realm that has permission to access the files, folders, and
|
6941
|
+
# file metadata in your SMB file server.
|
6949
6942
|
#
|
6950
|
-
#
|
6951
|
-
#
|
6943
|
+
# A Kerberos principal might look like
|
6944
|
+
# `HOST/kerberosuser@EXAMPLE.COM`.
|
6952
6945
|
#
|
6953
|
-
#
|
6954
|
-
#
|
6955
|
-
#
|
6946
|
+
# Principal names are case sensitive. Your DataSync task execution
|
6947
|
+
# will fail if the principal that you specify for this parameter
|
6948
|
+
# doesn’t exactly match the principal that you use to create the
|
6949
|
+
# keytab file.
|
6956
6950
|
# @return [String]
|
6957
6951
|
#
|
6958
6952
|
# @!attribute [rw] kerberos_keytab
|
6959
6953
|
# Specifies your Kerberos key table (keytab) file, which includes
|
6960
|
-
# mappings between your
|
6961
|
-
# keys.
|
6954
|
+
# mappings between your Kerberos principal and encryption keys.
|
6962
6955
|
#
|
6963
|
-
#
|
6964
|
-
#
|
6965
|
-
# you're using the CLI, the encoding is done for you.
|
6956
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
6957
|
+
# encoding is done for you.
|
6966
6958
|
#
|
6967
|
-
# To avoid task execution errors, make sure that the
|
6968
|
-
#
|
6969
|
-
#
|
6959
|
+
# To avoid task execution errors, make sure that the Kerberos
|
6960
|
+
# principal that you use to create the keytab file matches exactly
|
6961
|
+
# what you specify for `KerberosPrincipal`.
|
6970
6962
|
# @return [String]
|
6971
6963
|
#
|
6972
6964
|
# @!attribute [rw] kerberos_krb_5_conf
|
6973
6965
|
# Specifies a Kerberos configuration file (`krb5.conf`) that defines
|
6974
6966
|
# your Kerberos realm configuration.
|
6975
6967
|
#
|
6976
|
-
#
|
6977
|
-
#
|
6978
|
-
# you're using the CLI, the encoding is done for you.
|
6979
|
-
#
|
6980
|
-
# To avoid task execution errors, make sure that the service principal
|
6981
|
-
# name (SPN) in the `krb5.conf` file matches exactly what you specify
|
6982
|
-
# for `KerberosPrincipal` and in your keytab file.
|
6968
|
+
# The file must be base64 encoded. If you're using the CLI, the
|
6969
|
+
# encoding is done for you.
|
6983
6970
|
# @return [String]
|
6984
6971
|
#
|
6985
6972
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/UpdateLocationSmbRequest AWS API Documentation
|
data/lib/aws-sdk-datasync.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datasync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.97.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: 2025-
|
11
|
+
date: 2025-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|