aws-sdk-datazone 1.52.0 → 1.53.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +108 -17
- data/lib/aws-sdk-datazone/client_api.rb +14 -0
- data/lib/aws-sdk-datazone/types.rb +45 -1
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +12 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af6795eec9e3ecccdc89cba3c9ab2964688a1353a57e27627a4b0f05e7d2244f
|
4
|
+
data.tar.gz: 596e9e1abc8889152fdc7dc8100462bc36e0d1cb3a8ee0ba0b857c28da4c4661
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cad27c86f966c1b3e5b59e9368799f4acbba4cdc8a93e844b4755d2f8a9ec438a883f27ad22d86c9d843f4fa61f3625083c4d4b0f0ac2515c3f096eaeb7002c5
|
7
|
+
data.tar.gz: ab7a5b8b30fa8f5a708d66588fda95457c2985890a083374050791d5058fabfa131f6a8a5704b7c61d68071c1bc0b21e8e1d3f9a7642fac94971f262c3f50984
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -1117,9 +1117,8 @@ module Aws::DataZone
|
|
1117
1117
|
# * `--type-revision` (if used) must match a valid revision of the asset
|
1118
1118
|
# type.
|
1119
1119
|
#
|
1120
|
-
# *
|
1121
|
-
# `
|
1122
|
-
# [create-form-type][2].
|
1120
|
+
# * `formsInput` is required when it is associated as required in the
|
1121
|
+
# `asset-type`. For more information, see [create-form-type][2].
|
1123
1122
|
#
|
1124
1123
|
# * Form content must include all required fields as per the form schema
|
1125
1124
|
# (e.g., `bucketArn`).
|
@@ -1483,8 +1482,8 @@ module Aws::DataZone
|
|
1483
1482
|
#
|
1484
1483
|
# * Asset must already exist in the domain with identifier.
|
1485
1484
|
#
|
1486
|
-
# *
|
1487
|
-
#
|
1485
|
+
# * `formsInput` is required when asset has the form type.
|
1486
|
+
# `typeRevision` should be the latest version of form type.
|
1488
1487
|
#
|
1489
1488
|
# * The form content must include all required fields (e.g., `bucketArn`
|
1490
1489
|
# for `S3ObjectCollectionForm`).
|
@@ -1629,8 +1628,8 @@ module Aws::DataZone
|
|
1629
1628
|
#
|
1630
1629
|
# Prerequisites:
|
1631
1630
|
#
|
1632
|
-
# * The
|
1633
|
-
#
|
1631
|
+
# * The `formsInput` field is required, however, can be passed as empty
|
1632
|
+
# (e.g. `-forms-input {})`.
|
1634
1633
|
#
|
1635
1634
|
# * You must have `CreateAssetType` permissions.
|
1636
1635
|
#
|
@@ -1876,6 +1875,7 @@ module Aws::DataZone
|
|
1876
1875
|
# instance_profile_arn: "SparkEmrPropertiesInputInstanceProfileArnString",
|
1877
1876
|
# java_virtual_env: "SparkEmrPropertiesInputJavaVirtualEnvString",
|
1878
1877
|
# log_uri: "SparkEmrPropertiesInputLogUriString",
|
1878
|
+
# managed_endpoint_arn: "SparkEmrPropertiesInputManagedEndpointArnString",
|
1879
1879
|
# python_virtual_env: "SparkEmrPropertiesInputPythonVirtualEnvString",
|
1880
1880
|
# runtime_role: "SparkEmrPropertiesInputRuntimeRoleString",
|
1881
1881
|
# trusted_certificates_s3_uri: "SparkEmrPropertiesInputTrustedCertificatesS3UriString",
|
@@ -1982,6 +1982,7 @@ module Aws::DataZone
|
|
1982
1982
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
1983
1983
|
# resp.props.s3_properties.s3_uri #=> String
|
1984
1984
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
1985
|
+
# resp.props.spark_emr_properties.certificate_data #=> String
|
1985
1986
|
# resp.props.spark_emr_properties.compute_arn #=> String
|
1986
1987
|
# resp.props.spark_emr_properties.credentials.password #=> String
|
1987
1988
|
# resp.props.spark_emr_properties.credentials.username #=> String
|
@@ -1991,6 +1992,9 @@ module Aws::DataZone
|
|
1991
1992
|
# resp.props.spark_emr_properties.java_virtual_env #=> String
|
1992
1993
|
# resp.props.spark_emr_properties.livy_endpoint #=> String
|
1993
1994
|
# resp.props.spark_emr_properties.log_uri #=> String
|
1995
|
+
# resp.props.spark_emr_properties.managed_endpoint_arn #=> String
|
1996
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.id #=> String
|
1997
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
1994
1998
|
# resp.props.spark_emr_properties.python_virtual_env #=> String
|
1995
1999
|
# resp.props.spark_emr_properties.runtime_role #=> String
|
1996
2000
|
# resp.props.spark_emr_properties.trusted_certificates_s3_uri #=> String
|
@@ -2034,8 +2038,6 @@ module Aws::DataZone
|
|
2034
2038
|
#
|
2035
2039
|
# * User must have create permissions for data products in the project.
|
2036
2040
|
#
|
2037
|
-
# * The domain must have Amazon DataZone publishing enabled.
|
2038
|
-
#
|
2039
2041
|
# @option params [String] :client_token
|
2040
2042
|
# A unique, case-sensitive identifier that is provided to ensure the
|
2041
2043
|
# idempotency of the request.
|
@@ -3061,6 +3063,29 @@ module Aws::DataZone
|
|
3061
3063
|
#
|
3062
3064
|
# * The name must be unique within the domain.
|
3063
3065
|
#
|
3066
|
+
# For custom form types, to indicate that a field should be searchable,
|
3067
|
+
# annotate it with `@amazon.datazone#searchable`. By default, searchable
|
3068
|
+
# fields are indexed for semantic search, where related query terms will
|
3069
|
+
# match the attribute value even if they are not stemmed or keyword
|
3070
|
+
# matches. To indicate that a field should be indexed for lexical search
|
3071
|
+
# (which disables semantic search but supports stemmed and partial
|
3072
|
+
# matches), annotate it with
|
3073
|
+
# `@amazon.datazone#searchable(modes:["LEXICAL"])`. To indicate that a
|
3074
|
+
# field should be indexed for technical identifier search (for more
|
3075
|
+
# information on technical identifier search, see:
|
3076
|
+
# [https://aws.amazon.com/blogs/big-data/streamline-data-discovery-with-precise-technical-identifier-search-in-amazon-sagemaker-unified-studio/][1]),
|
3077
|
+
# annotate it with `@amazon.datazone#searchable(modes:["TECHNICAL"])`.
|
3078
|
+
#
|
3079
|
+
# To denote that a field will store glossary term ids (which are
|
3080
|
+
# filterable via the Search/SearchListings APIs), annotate it with
|
3081
|
+
# `@amazon.datazone#glossaryterm("${GLOSSARY_ID}")`, where
|
3082
|
+
# `${GLOSSARY_ID}` is the id of the glossary that the glossary terms
|
3083
|
+
# stored in the field belong to.
|
3084
|
+
#
|
3085
|
+
#
|
3086
|
+
#
|
3087
|
+
# [1]: https://aws.amazon.com/blogs/big-data/streamline-data-discovery-with-precise-technical-identifier-search-in-amazon-sagemaker-unified-studio/
|
3088
|
+
#
|
3064
3089
|
# @option params [String] :description
|
3065
3090
|
# The description of this Amazon DataZone metadata form type.
|
3066
3091
|
#
|
@@ -3229,7 +3254,7 @@ module Aws::DataZone
|
|
3229
3254
|
#
|
3230
3255
|
# * Domain must exist.
|
3231
3256
|
#
|
3232
|
-
# * Glossary must exist
|
3257
|
+
# * Glossary must exist.
|
3233
3258
|
#
|
3234
3259
|
# * The term name must be unique within the glossary.
|
3235
3260
|
#
|
@@ -4387,9 +4412,6 @@ module Aws::DataZone
|
|
4387
4412
|
#
|
4388
4413
|
# * The user must have delete permissions for the data product.
|
4389
4414
|
#
|
4390
|
-
# * Ensure there are no active dependencies (e.g., published links,
|
4391
|
-
# assets using the product).
|
4392
|
-
#
|
4393
4415
|
# * Domain and project must be active.
|
4394
4416
|
#
|
4395
4417
|
# @option params [required, String] :domain_identifier
|
@@ -4808,7 +4830,7 @@ module Aws::DataZone
|
|
4808
4830
|
# * The caller must have the `datazone:DeleteGlossary` permission in the
|
4809
4831
|
# domain and glossary.
|
4810
4832
|
#
|
4811
|
-
# *
|
4833
|
+
# * Glossary should not be linked to any active metadata forms.
|
4812
4834
|
#
|
4813
4835
|
# @option params [required, String] :domain_identifier
|
4814
4836
|
# The ID of the Amazon DataZone domain in which the business glossary is
|
@@ -5736,6 +5758,7 @@ module Aws::DataZone
|
|
5736
5758
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
5737
5759
|
# resp.props.s3_properties.s3_uri #=> String
|
5738
5760
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
5761
|
+
# resp.props.spark_emr_properties.certificate_data #=> String
|
5739
5762
|
# resp.props.spark_emr_properties.compute_arn #=> String
|
5740
5763
|
# resp.props.spark_emr_properties.credentials.password #=> String
|
5741
5764
|
# resp.props.spark_emr_properties.credentials.username #=> String
|
@@ -5745,6 +5768,9 @@ module Aws::DataZone
|
|
5745
5768
|
# resp.props.spark_emr_properties.java_virtual_env #=> String
|
5746
5769
|
# resp.props.spark_emr_properties.livy_endpoint #=> String
|
5747
5770
|
# resp.props.spark_emr_properties.log_uri #=> String
|
5771
|
+
# resp.props.spark_emr_properties.managed_endpoint_arn #=> String
|
5772
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.id #=> String
|
5773
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
5748
5774
|
# resp.props.spark_emr_properties.python_virtual_env #=> String
|
5749
5775
|
# resp.props.spark_emr_properties.runtime_role #=> String
|
5750
5776
|
# resp.props.spark_emr_properties.trusted_certificates_s3_uri #=> String
|
@@ -6521,6 +6547,22 @@ module Aws::DataZone
|
|
6521
6547
|
#
|
6522
6548
|
# * The form type should not be deleted or in an invalid state.
|
6523
6549
|
#
|
6550
|
+
# One use case for this API is to determine whether a form field is
|
6551
|
+
# indexed for search.
|
6552
|
+
#
|
6553
|
+
# A searchable field will be annotated with
|
6554
|
+
# `@amazon.datazone#searchable`. By default, searchable fields are
|
6555
|
+
# indexed for semantic search, where related query terms will match the
|
6556
|
+
# attribute value even if they are not stemmed or keyword matches. If a
|
6557
|
+
# field is indexed technical identifier search, it will be annotated
|
6558
|
+
# with `@amazon.datazone#searchable(modes:["TECHNICAL"])`. If a field is
|
6559
|
+
# indexed for lexical search (supports stemmed and prefix matches but
|
6560
|
+
# not semantic matches), it will be annotated with
|
6561
|
+
# `@amazon.datazone#searchable(modes:["LEXICAL"])`.
|
6562
|
+
#
|
6563
|
+
# A field storing glossary term IDs (which is filterable) will be
|
6564
|
+
# annotated with `@amazon.datazone#glossaryterm("${glossaryId}")`.
|
6565
|
+
#
|
6524
6566
|
# @option params [required, String] :domain_identifier
|
6525
6567
|
# The ID of the Amazon DataZone domain in which this metadata form type
|
6526
6568
|
# exists.
|
@@ -8169,6 +8211,7 @@ module Aws::DataZone
|
|
8169
8211
|
# resp.items[0].props.s3_properties.s3_access_grant_location_id #=> String
|
8170
8212
|
# resp.items[0].props.s3_properties.s3_uri #=> String
|
8171
8213
|
# resp.items[0].props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
8214
|
+
# resp.items[0].props.spark_emr_properties.certificate_data #=> String
|
8172
8215
|
# resp.items[0].props.spark_emr_properties.compute_arn #=> String
|
8173
8216
|
# resp.items[0].props.spark_emr_properties.credentials.password #=> String
|
8174
8217
|
# resp.items[0].props.spark_emr_properties.credentials.username #=> String
|
@@ -8178,6 +8221,9 @@ module Aws::DataZone
|
|
8178
8221
|
# resp.items[0].props.spark_emr_properties.java_virtual_env #=> String
|
8179
8222
|
# resp.items[0].props.spark_emr_properties.livy_endpoint #=> String
|
8180
8223
|
# resp.items[0].props.spark_emr_properties.log_uri #=> String
|
8224
|
+
# resp.items[0].props.spark_emr_properties.managed_endpoint_arn #=> String
|
8225
|
+
# resp.items[0].props.spark_emr_properties.managed_endpoint_credentials.id #=> String
|
8226
|
+
# resp.items[0].props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
8181
8227
|
# resp.items[0].props.spark_emr_properties.python_virtual_env #=> String
|
8182
8228
|
# resp.items[0].props.spark_emr_properties.runtime_role #=> String
|
8183
8229
|
# resp.items[0].props.spark_emr_properties.trusted_certificates_s3_uri #=> String
|
@@ -11294,8 +11340,48 @@ module Aws::DataZone
|
|
11294
11340
|
req.send_request(options)
|
11295
11341
|
end
|
11296
11342
|
|
11297
|
-
# Searches listings
|
11298
|
-
#
|
11343
|
+
# Searches listings in Amazon DataZone.
|
11344
|
+
#
|
11345
|
+
# SearchListings is a powerful capability that enables users to discover
|
11346
|
+
# and explore published assets and data products across their
|
11347
|
+
# organization. It provides both basic and advanced search
|
11348
|
+
# functionality, allowing users to find resources based on names,
|
11349
|
+
# descriptions, metadata, and other attributes. SearchListings also
|
11350
|
+
# supports filtering using various criteria such as creation date,
|
11351
|
+
# owner, or status. This API is essential for making the wealth of data
|
11352
|
+
# resources in an organization discoverable and usable, helping users
|
11353
|
+
# find the right data for their needs quickly and efficiently.
|
11354
|
+
#
|
11355
|
+
# SearchListings returns results in a paginated format. When the result
|
11356
|
+
# set is large, the response will include a nextToken, which can be used
|
11357
|
+
# to retrieve the next page of results.
|
11358
|
+
#
|
11359
|
+
# The SearchListings API gives users flexibility in specifying what kind
|
11360
|
+
# of search is run.
|
11361
|
+
#
|
11362
|
+
# To run a free-text search, the `searchText` parameter must be
|
11363
|
+
# supplied. By default, all searchable fields are indexed for semantic
|
11364
|
+
# search and will return semantic matches for SearchListings queries. To
|
11365
|
+
# prevent semantic search indexing for a custom form attribute, see the
|
11366
|
+
# [CreateFormType API documentation][1]. To run a lexical search query,
|
11367
|
+
# enclose the query with double quotes (""). This will disable
|
11368
|
+
# semantic search even for fields that have semantic search enabled and
|
11369
|
+
# will only return results that contain the keywords wrapped by double
|
11370
|
+
# quotes (order of tokens in the query is not enforced). Free-text
|
11371
|
+
# search is supported for all attributes annotated with
|
11372
|
+
# @amazon.datazone#searchable.
|
11373
|
+
#
|
11374
|
+
# To run a filtered search, provide filter clause using the filters
|
11375
|
+
# parameter. To filter on glossary terms, use the special attribute
|
11376
|
+
# `__DataZoneGlossaryTerms`.
|
11377
|
+
#
|
11378
|
+
# To find out whether an attribute has been annotated and indexed for a
|
11379
|
+
# given search type, use the GetFormType API to retrieve the form
|
11380
|
+
# containing the attribute.
|
11381
|
+
#
|
11382
|
+
#
|
11383
|
+
#
|
11384
|
+
# [1]: https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html
|
11299
11385
|
#
|
11300
11386
|
# @option params [Array<String>] :additional_attributes
|
11301
11387
|
# Specifies additional attributes for the search.
|
@@ -12254,6 +12340,7 @@ module Aws::DataZone
|
|
12254
12340
|
# instance_profile_arn: "SparkEmrPropertiesPatchInstanceProfileArnString",
|
12255
12341
|
# java_virtual_env: "SparkEmrPropertiesPatchJavaVirtualEnvString",
|
12256
12342
|
# log_uri: "SparkEmrPropertiesPatchLogUriString",
|
12343
|
+
# managed_endpoint_arn: "SparkEmrPropertiesPatchManagedEndpointArnString",
|
12257
12344
|
# python_virtual_env: "SparkEmrPropertiesPatchPythonVirtualEnvString",
|
12258
12345
|
# runtime_role: "SparkEmrPropertiesPatchRuntimeRoleString",
|
12259
12346
|
# trusted_certificates_s3_uri: "SparkEmrPropertiesPatchTrustedCertificatesS3UriString",
|
@@ -12348,6 +12435,7 @@ module Aws::DataZone
|
|
12348
12435
|
# resp.props.s3_properties.s3_access_grant_location_id #=> String
|
12349
12436
|
# resp.props.s3_properties.s3_uri #=> String
|
12350
12437
|
# resp.props.s3_properties.status #=> String, one of "CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED"
|
12438
|
+
# resp.props.spark_emr_properties.certificate_data #=> String
|
12351
12439
|
# resp.props.spark_emr_properties.compute_arn #=> String
|
12352
12440
|
# resp.props.spark_emr_properties.credentials.password #=> String
|
12353
12441
|
# resp.props.spark_emr_properties.credentials.username #=> String
|
@@ -12357,6 +12445,9 @@ module Aws::DataZone
|
|
12357
12445
|
# resp.props.spark_emr_properties.java_virtual_env #=> String
|
12358
12446
|
# resp.props.spark_emr_properties.livy_endpoint #=> String
|
12359
12447
|
# resp.props.spark_emr_properties.log_uri #=> String
|
12448
|
+
# resp.props.spark_emr_properties.managed_endpoint_arn #=> String
|
12449
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.id #=> String
|
12450
|
+
# resp.props.spark_emr_properties.managed_endpoint_credentials.token #=> String
|
12360
12451
|
# resp.props.spark_emr_properties.python_virtual_env #=> String
|
12361
12452
|
# resp.props.spark_emr_properties.runtime_role #=> String
|
12362
12453
|
# resp.props.spark_emr_properties.trusted_certificates_s3_uri #=> String
|
@@ -14058,7 +14149,7 @@ module Aws::DataZone
|
|
14058
14149
|
tracer: tracer
|
14059
14150
|
)
|
14060
14151
|
context[:gem_name] = 'aws-sdk-datazone'
|
14061
|
-
context[:gem_version] = '1.
|
14152
|
+
context[:gem_version] = '1.53.0'
|
14062
14153
|
Seahorse::Client::Request.new(handlers, context)
|
14063
14154
|
end
|
14064
14155
|
|
@@ -691,6 +691,8 @@ module Aws::DataZone
|
|
691
691
|
ListingSummaryItem = Shapes::StructureShape.new(name: 'ListingSummaryItem')
|
692
692
|
ListingSummaryItems = Shapes::ListShape.new(name: 'ListingSummaryItems')
|
693
693
|
LongDescription = Shapes::StringShape.new(name: 'LongDescription')
|
694
|
+
ManagedEndpointCredentials = Shapes::StructureShape.new(name: 'ManagedEndpointCredentials')
|
695
|
+
ManagedEndpointCredentialsIdString = Shapes::StringShape.new(name: 'ManagedEndpointCredentialsIdString')
|
694
696
|
ManagedPolicyType = Shapes::StringShape.new(name: 'ManagedPolicyType')
|
695
697
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
696
698
|
MatchOffset = Shapes::StructureShape.new(name: 'MatchOffset')
|
@@ -933,15 +935,18 @@ module Aws::DataZone
|
|
933
935
|
SparkEmrPropertiesInputInstanceProfileArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputInstanceProfileArnString')
|
934
936
|
SparkEmrPropertiesInputJavaVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputJavaVirtualEnvString')
|
935
937
|
SparkEmrPropertiesInputLogUriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputLogUriString')
|
938
|
+
SparkEmrPropertiesInputManagedEndpointArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputManagedEndpointArnString')
|
936
939
|
SparkEmrPropertiesInputPythonVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputPythonVirtualEnvString')
|
937
940
|
SparkEmrPropertiesInputRuntimeRoleString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputRuntimeRoleString')
|
938
941
|
SparkEmrPropertiesInputTrustedCertificatesS3UriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputTrustedCertificatesS3UriString')
|
939
942
|
SparkEmrPropertiesOutput = Shapes::StructureShape.new(name: 'SparkEmrPropertiesOutput')
|
943
|
+
SparkEmrPropertiesOutputManagedEndpointArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesOutputManagedEndpointArnString')
|
940
944
|
SparkEmrPropertiesPatch = Shapes::StructureShape.new(name: 'SparkEmrPropertiesPatch')
|
941
945
|
SparkEmrPropertiesPatchComputeArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchComputeArnString')
|
942
946
|
SparkEmrPropertiesPatchInstanceProfileArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchInstanceProfileArnString')
|
943
947
|
SparkEmrPropertiesPatchJavaVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchJavaVirtualEnvString')
|
944
948
|
SparkEmrPropertiesPatchLogUriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchLogUriString')
|
949
|
+
SparkEmrPropertiesPatchManagedEndpointArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchManagedEndpointArnString')
|
945
950
|
SparkEmrPropertiesPatchPythonVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchPythonVirtualEnvString')
|
946
951
|
SparkEmrPropertiesPatchRuntimeRoleString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchRuntimeRoleString')
|
947
952
|
SparkEmrPropertiesPatchTrustedCertificatesS3UriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchTrustedCertificatesS3UriString')
|
@@ -4257,6 +4262,10 @@ module Aws::DataZone
|
|
4257
4262
|
|
4258
4263
|
ListingSummaryItems.member = Shapes::ShapeRef.new(shape: ListingSummaryItem)
|
4259
4264
|
|
4265
|
+
ManagedEndpointCredentials.add_member(:id, Shapes::ShapeRef.new(shape: ManagedEndpointCredentialsIdString, location_name: "id"))
|
4266
|
+
ManagedEndpointCredentials.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
|
4267
|
+
ManagedEndpointCredentials.struct_class = Types::ManagedEndpointCredentials
|
4268
|
+
|
4260
4269
|
MatchCriteria.member = Shapes::ShapeRef.new(shape: String)
|
4261
4270
|
|
4262
4271
|
MatchOffset.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "endOffset"))
|
@@ -5093,11 +5102,13 @@ module Aws::DataZone
|
|
5093
5102
|
SparkEmrPropertiesInput.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputInstanceProfileArnString, location_name: "instanceProfileArn"))
|
5094
5103
|
SparkEmrPropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
|
5095
5104
|
SparkEmrPropertiesInput.add_member(:log_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputLogUriString, location_name: "logUri"))
|
5105
|
+
SparkEmrPropertiesInput.add_member(:managed_endpoint_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputManagedEndpointArnString, location_name: "managedEndpointArn"))
|
5096
5106
|
SparkEmrPropertiesInput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
|
5097
5107
|
SparkEmrPropertiesInput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputRuntimeRoleString, location_name: "runtimeRole"))
|
5098
5108
|
SparkEmrPropertiesInput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
|
5099
5109
|
SparkEmrPropertiesInput.struct_class = Types::SparkEmrPropertiesInput
|
5100
5110
|
|
5111
|
+
SparkEmrPropertiesOutput.add_member(:certificate_data, Shapes::ShapeRef.new(shape: String, location_name: "certificateData"))
|
5101
5112
|
SparkEmrPropertiesOutput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: String, location_name: "computeArn"))
|
5102
5113
|
SparkEmrPropertiesOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: UsernamePassword, location_name: "credentials"))
|
5103
5114
|
SparkEmrPropertiesOutput.add_member(:credentials_expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "credentialsExpiration"))
|
@@ -5106,6 +5117,8 @@ module Aws::DataZone
|
|
5106
5117
|
SparkEmrPropertiesOutput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "javaVirtualEnv"))
|
5107
5118
|
SparkEmrPropertiesOutput.add_member(:livy_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "livyEndpoint"))
|
5108
5119
|
SparkEmrPropertiesOutput.add_member(:log_uri, Shapes::ShapeRef.new(shape: String, location_name: "logUri"))
|
5120
|
+
SparkEmrPropertiesOutput.add_member(:managed_endpoint_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesOutputManagedEndpointArnString, location_name: "managedEndpointArn"))
|
5121
|
+
SparkEmrPropertiesOutput.add_member(:managed_endpoint_credentials, Shapes::ShapeRef.new(shape: ManagedEndpointCredentials, location_name: "managedEndpointCredentials"))
|
5109
5122
|
SparkEmrPropertiesOutput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "pythonVirtualEnv"))
|
5110
5123
|
SparkEmrPropertiesOutput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: String, location_name: "runtimeRole"))
|
5111
5124
|
SparkEmrPropertiesOutput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: String, location_name: "trustedCertificatesS3Uri"))
|
@@ -5115,6 +5128,7 @@ module Aws::DataZone
|
|
5115
5128
|
SparkEmrPropertiesPatch.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchInstanceProfileArnString, location_name: "instanceProfileArn"))
|
5116
5129
|
SparkEmrPropertiesPatch.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchJavaVirtualEnvString, location_name: "javaVirtualEnv"))
|
5117
5130
|
SparkEmrPropertiesPatch.add_member(:log_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchLogUriString, location_name: "logUri"))
|
5131
|
+
SparkEmrPropertiesPatch.add_member(:managed_endpoint_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchManagedEndpointArnString, location_name: "managedEndpointArn"))
|
5118
5132
|
SparkEmrPropertiesPatch.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
|
5119
5133
|
SparkEmrPropertiesPatch.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchRuntimeRoleString, location_name: "runtimeRole"))
|
5120
5134
|
SparkEmrPropertiesPatch.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
|
@@ -14657,6 +14657,25 @@ module Aws::DataZone
|
|
14657
14657
|
include Aws::Structure
|
14658
14658
|
end
|
14659
14659
|
|
14660
|
+
# The managed endpoint credentials of the EMR on EKS cluster.
|
14661
|
+
#
|
14662
|
+
# @!attribute [rw] id
|
14663
|
+
# The identifier of the managed endpoint credentials.
|
14664
|
+
# @return [String]
|
14665
|
+
#
|
14666
|
+
# @!attribute [rw] token
|
14667
|
+
# The ARN of the managed endpoint credentials.
|
14668
|
+
# @return [String]
|
14669
|
+
#
|
14670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ManagedEndpointCredentials AWS API Documentation
|
14671
|
+
#
|
14672
|
+
class ManagedEndpointCredentials < Struct.new(
|
14673
|
+
:id,
|
14674
|
+
:token)
|
14675
|
+
SENSITIVE = []
|
14676
|
+
include Aws::Structure
|
14677
|
+
end
|
14678
|
+
|
14660
14679
|
# The offset of a matched term.
|
14661
14680
|
#
|
14662
14681
|
# @!attribute [rw] end_offset
|
@@ -18062,6 +18081,10 @@ module Aws::DataZone
|
|
18062
18081
|
# The log URI of the Spark EMR.
|
18063
18082
|
# @return [String]
|
18064
18083
|
#
|
18084
|
+
# @!attribute [rw] managed_endpoint_arn
|
18085
|
+
# The managed endpoint ARN of the EMR on EKS cluster.
|
18086
|
+
# @return [String]
|
18087
|
+
#
|
18065
18088
|
# @!attribute [rw] python_virtual_env
|
18066
18089
|
# The Python virtual env of the Spark EMR.
|
18067
18090
|
# @return [String]
|
@@ -18081,6 +18104,7 @@ module Aws::DataZone
|
|
18081
18104
|
:instance_profile_arn,
|
18082
18105
|
:java_virtual_env,
|
18083
18106
|
:log_uri,
|
18107
|
+
:managed_endpoint_arn,
|
18084
18108
|
:python_virtual_env,
|
18085
18109
|
:runtime_role,
|
18086
18110
|
:trusted_certificates_s3_uri)
|
@@ -18090,6 +18114,10 @@ module Aws::DataZone
|
|
18090
18114
|
|
18091
18115
|
# The Spark EMR properties.
|
18092
18116
|
#
|
18117
|
+
# @!attribute [rw] certificate_data
|
18118
|
+
# The certificate data of the EMR on EKS cluster.
|
18119
|
+
# @return [String]
|
18120
|
+
#
|
18093
18121
|
# @!attribute [rw] compute_arn
|
18094
18122
|
# The compute ARN of the Spark EMR.
|
18095
18123
|
# @return [String]
|
@@ -18122,6 +18150,14 @@ module Aws::DataZone
|
|
18122
18150
|
# The log URI of the Spark EMR.
|
18123
18151
|
# @return [String]
|
18124
18152
|
#
|
18153
|
+
# @!attribute [rw] managed_endpoint_arn
|
18154
|
+
# The managed endpoint ARN of the EMR on EKS cluster.
|
18155
|
+
# @return [String]
|
18156
|
+
#
|
18157
|
+
# @!attribute [rw] managed_endpoint_credentials
|
18158
|
+
# The managed endpoint credentials of the EMR on EKS cluster.
|
18159
|
+
# @return [Types::ManagedEndpointCredentials]
|
18160
|
+
#
|
18125
18161
|
# @!attribute [rw] python_virtual_env
|
18126
18162
|
# The Python virtual env of the Spark EMR.
|
18127
18163
|
# @return [String]
|
@@ -18137,6 +18173,7 @@ module Aws::DataZone
|
|
18137
18173
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SparkEmrPropertiesOutput AWS API Documentation
|
18138
18174
|
#
|
18139
18175
|
class SparkEmrPropertiesOutput < Struct.new(
|
18176
|
+
:certificate_data,
|
18140
18177
|
:compute_arn,
|
18141
18178
|
:credentials,
|
18142
18179
|
:credentials_expiration,
|
@@ -18145,10 +18182,12 @@ module Aws::DataZone
|
|
18145
18182
|
:java_virtual_env,
|
18146
18183
|
:livy_endpoint,
|
18147
18184
|
:log_uri,
|
18185
|
+
:managed_endpoint_arn,
|
18186
|
+
:managed_endpoint_credentials,
|
18148
18187
|
:python_virtual_env,
|
18149
18188
|
:runtime_role,
|
18150
18189
|
:trusted_certificates_s3_uri)
|
18151
|
-
SENSITIVE = [:credentials]
|
18190
|
+
SENSITIVE = [:credentials, :managed_endpoint_credentials]
|
18152
18191
|
include Aws::Structure
|
18153
18192
|
end
|
18154
18193
|
|
@@ -18170,6 +18209,10 @@ module Aws::DataZone
|
|
18170
18209
|
# The log URI in the Spark EMR properties patch.
|
18171
18210
|
# @return [String]
|
18172
18211
|
#
|
18212
|
+
# @!attribute [rw] managed_endpoint_arn
|
18213
|
+
# The managed endpoint ARN of the EMR on EKS cluster.
|
18214
|
+
# @return [String]
|
18215
|
+
#
|
18173
18216
|
# @!attribute [rw] python_virtual_env
|
18174
18217
|
# The Python virtual env in the Spark EMR properties patch.
|
18175
18218
|
# @return [String]
|
@@ -18189,6 +18232,7 @@ module Aws::DataZone
|
|
18189
18232
|
:instance_profile_arn,
|
18190
18233
|
:java_virtual_env,
|
18191
18234
|
:log_uri,
|
18235
|
+
:managed_endpoint_arn,
|
18192
18236
|
:python_virtual_env,
|
18193
18237
|
:runtime_role,
|
18194
18238
|
:trusted_certificates_s3_uri)
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -660,6 +660,7 @@ module Aws
|
|
660
660
|
instance_profile_arn: ::String?,
|
661
661
|
java_virtual_env: ::String?,
|
662
662
|
log_uri: ::String?,
|
663
|
+
managed_endpoint_arn: ::String?,
|
663
664
|
python_virtual_env: ::String?,
|
664
665
|
runtime_role: ::String?,
|
665
666
|
trusted_certificates_s3_uri: ::String?
|
@@ -3709,6 +3710,7 @@ module Aws
|
|
3709
3710
|
instance_profile_arn: ::String?,
|
3710
3711
|
java_virtual_env: ::String?,
|
3711
3712
|
log_uri: ::String?,
|
3713
|
+
managed_endpoint_arn: ::String?,
|
3712
3714
|
python_virtual_env: ::String?,
|
3713
3715
|
runtime_role: ::String?,
|
3714
3716
|
trusted_certificates_s3_uri: ::String?
|
data/sig/types.rbs
CHANGED
@@ -3882,6 +3882,12 @@ module Aws::DataZone
|
|
3882
3882
|
SENSITIVE: []
|
3883
3883
|
end
|
3884
3884
|
|
3885
|
+
class ManagedEndpointCredentials
|
3886
|
+
attr_accessor id: ::String
|
3887
|
+
attr_accessor token: ::String
|
3888
|
+
SENSITIVE: []
|
3889
|
+
end
|
3890
|
+
|
3885
3891
|
class MatchOffset
|
3886
3892
|
attr_accessor end_offset: ::Integer
|
3887
3893
|
attr_accessor start_offset: ::Integer
|
@@ -4966,6 +4972,7 @@ module Aws::DataZone
|
|
4966
4972
|
attr_accessor instance_profile_arn: ::String
|
4967
4973
|
attr_accessor java_virtual_env: ::String
|
4968
4974
|
attr_accessor log_uri: ::String
|
4975
|
+
attr_accessor managed_endpoint_arn: ::String
|
4969
4976
|
attr_accessor python_virtual_env: ::String
|
4970
4977
|
attr_accessor runtime_role: ::String
|
4971
4978
|
attr_accessor trusted_certificates_s3_uri: ::String
|
@@ -4973,6 +4980,7 @@ module Aws::DataZone
|
|
4973
4980
|
end
|
4974
4981
|
|
4975
4982
|
class SparkEmrPropertiesOutput
|
4983
|
+
attr_accessor certificate_data: ::String
|
4976
4984
|
attr_accessor compute_arn: ::String
|
4977
4985
|
attr_accessor credentials: Types::UsernamePassword
|
4978
4986
|
attr_accessor credentials_expiration: ::Time
|
@@ -4981,10 +4989,12 @@ module Aws::DataZone
|
|
4981
4989
|
attr_accessor java_virtual_env: ::String
|
4982
4990
|
attr_accessor livy_endpoint: ::String
|
4983
4991
|
attr_accessor log_uri: ::String
|
4992
|
+
attr_accessor managed_endpoint_arn: ::String
|
4993
|
+
attr_accessor managed_endpoint_credentials: Types::ManagedEndpointCredentials
|
4984
4994
|
attr_accessor python_virtual_env: ::String
|
4985
4995
|
attr_accessor runtime_role: ::String
|
4986
4996
|
attr_accessor trusted_certificates_s3_uri: ::String
|
4987
|
-
SENSITIVE: [:credentials]
|
4997
|
+
SENSITIVE: [:credentials, :managed_endpoint_credentials]
|
4988
4998
|
end
|
4989
4999
|
|
4990
5000
|
class SparkEmrPropertiesPatch
|
@@ -4992,6 +5002,7 @@ module Aws::DataZone
|
|
4992
5002
|
attr_accessor instance_profile_arn: ::String
|
4993
5003
|
attr_accessor java_virtual_env: ::String
|
4994
5004
|
attr_accessor log_uri: ::String
|
5005
|
+
attr_accessor managed_endpoint_arn: ::String
|
4995
5006
|
attr_accessor python_virtual_env: ::String
|
4996
5007
|
attr_accessor runtime_role: ::String
|
4997
5008
|
attr_accessor trusted_certificates_s3_uri: ::String
|