aws-sdk-datazone 1.51.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07167a8687f48390d2e8f91f6e38885ce7717cdd6a5f24259ffbbe765a03f594
4
- data.tar.gz: 7f5b21336090edfa96cca5a1551c5a4db7fefcc9c3e9a75b14c72683ef07cfa4
3
+ metadata.gz: af6795eec9e3ecccdc89cba3c9ab2964688a1353a57e27627a4b0f05e7d2244f
4
+ data.tar.gz: 596e9e1abc8889152fdc7dc8100462bc36e0d1cb3a8ee0ba0b857c28da4c4661
5
5
  SHA512:
6
- metadata.gz: 56157954fcedaf8b365ffd6782f79e9d4af4a1b97a99ed0b7f8cb6fe8024edbd4b5aa523b7c34bca8e2f6fd44376404ae2d6e5cbb385e13258b7f830989a46c7
7
- data.tar.gz: 4e599b6e0ec6fe5dc56830d367bef2c4fd2fedf80741841401fe5a348ab25fa5423a2f28266e27416a94d23555552d1917c9b0d668560586d1721278c5b53b80
6
+ metadata.gz: cad27c86f966c1b3e5b59e9368799f4acbba4cdc8a93e844b4755d2f8a9ec438a883f27ad22d86c9d843f4fa61f3625083c4d4b0f0ac2515c3f096eaeb7002c5
7
+ data.tar.gz: ab7a5b8b30fa8f5a708d66588fda95457c2985890a083374050791d5058fabfa131f6a8a5704b7c61d68071c1bc0b21e8e1d3f9a7642fac94971f262c3f50984
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2025-09-30)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for creation of EMR on EKS Connections in Amazon DataZone.
8
+
9
+ 1.52.0 (2025-09-11)
10
+ ------------------
11
+
12
+ * Feature - adding IAM principal id to IAM user profile details
13
+
4
14
  1.51.0 (2025-09-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
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
- # * Form type must exist and be associated with the asset type. Use
1121
- # `create-form-type` to define. For more information, see
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
- # * The form type with correct revision must be registered in the same
1487
- # domain.
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 form type with `typeIdentifier` and `typeRevision` must exist
1633
- # and be published.
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 and be in an ENABLED state.
3257
+ # * Glossary must exist.
3233
3258
  #
3234
3259
  # * The term name must be unique within the glossary.
3235
3260
  #
@@ -4187,6 +4212,7 @@ module Aws::DataZone
4187
4212
  # @example Response structure
4188
4213
  #
4189
4214
  # resp.details.iam.arn #=> String
4215
+ # resp.details.iam.principal_id #=> String
4190
4216
  # resp.details.sso.first_name #=> String
4191
4217
  # resp.details.sso.last_name #=> String
4192
4218
  # resp.details.sso.username #=> String
@@ -4386,9 +4412,6 @@ module Aws::DataZone
4386
4412
  #
4387
4413
  # * The user must have delete permissions for the data product.
4388
4414
  #
4389
- # * Ensure there are no active dependencies (e.g., published links,
4390
- # assets using the product).
4391
- #
4392
4415
  # * Domain and project must be active.
4393
4416
  #
4394
4417
  # @option params [required, String] :domain_identifier
@@ -4807,7 +4830,7 @@ module Aws::DataZone
4807
4830
  # * The caller must have the `datazone:DeleteGlossary` permission in the
4808
4831
  # domain and glossary.
4809
4832
  #
4810
- # * There should be no active assets or metadata linked to the glossary.
4833
+ # * Glossary should not be linked to any active metadata forms.
4811
4834
  #
4812
4835
  # @option params [required, String] :domain_identifier
4813
4836
  # The ID of the Amazon DataZone domain in which the business glossary is
@@ -5735,6 +5758,7 @@ module Aws::DataZone
5735
5758
  # resp.props.s3_properties.s3_access_grant_location_id #=> String
5736
5759
  # resp.props.s3_properties.s3_uri #=> String
5737
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
5738
5762
  # resp.props.spark_emr_properties.compute_arn #=> String
5739
5763
  # resp.props.spark_emr_properties.credentials.password #=> String
5740
5764
  # resp.props.spark_emr_properties.credentials.username #=> String
@@ -5744,6 +5768,9 @@ module Aws::DataZone
5744
5768
  # resp.props.spark_emr_properties.java_virtual_env #=> String
5745
5769
  # resp.props.spark_emr_properties.livy_endpoint #=> String
5746
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
5747
5774
  # resp.props.spark_emr_properties.python_virtual_env #=> String
5748
5775
  # resp.props.spark_emr_properties.runtime_role #=> String
5749
5776
  # resp.props.spark_emr_properties.trusted_certificates_s3_uri #=> String
@@ -6520,6 +6547,22 @@ module Aws::DataZone
6520
6547
  #
6521
6548
  # * The form type should not be deleted or in an invalid state.
6522
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
+ #
6523
6566
  # @option params [required, String] :domain_identifier
6524
6567
  # The ID of the Amazon DataZone domain in which this metadata form type
6525
6568
  # exists.
@@ -7732,6 +7775,7 @@ module Aws::DataZone
7732
7775
  # @example Response structure
7733
7776
  #
7734
7777
  # resp.details.iam.arn #=> String
7778
+ # resp.details.iam.principal_id #=> String
7735
7779
  # resp.details.sso.first_name #=> String
7736
7780
  # resp.details.sso.last_name #=> String
7737
7781
  # resp.details.sso.username #=> String
@@ -8167,6 +8211,7 @@ module Aws::DataZone
8167
8211
  # resp.items[0].props.s3_properties.s3_access_grant_location_id #=> String
8168
8212
  # resp.items[0].props.s3_properties.s3_uri #=> String
8169
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
8170
8215
  # resp.items[0].props.spark_emr_properties.compute_arn #=> String
8171
8216
  # resp.items[0].props.spark_emr_properties.credentials.password #=> String
8172
8217
  # resp.items[0].props.spark_emr_properties.credentials.username #=> String
@@ -8176,6 +8221,9 @@ module Aws::DataZone
8176
8221
  # resp.items[0].props.spark_emr_properties.java_virtual_env #=> String
8177
8222
  # resp.items[0].props.spark_emr_properties.livy_endpoint #=> String
8178
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
8179
8227
  # resp.items[0].props.spark_emr_properties.python_virtual_env #=> String
8180
8228
  # resp.items[0].props.spark_emr_properties.runtime_role #=> String
8181
8229
  # resp.items[0].props.spark_emr_properties.trusted_certificates_s3_uri #=> String
@@ -11292,8 +11340,48 @@ module Aws::DataZone
11292
11340
  req.send_request(options)
11293
11341
  end
11294
11342
 
11295
- # Searches listings (records of an asset at a given time) in Amazon
11296
- # DataZone.
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
11297
11385
  #
11298
11386
  # @option params [Array<String>] :additional_attributes
11299
11387
  # Specifies additional attributes for the search.
@@ -11667,6 +11755,7 @@ module Aws::DataZone
11667
11755
  #
11668
11756
  # resp.items #=> Array
11669
11757
  # resp.items[0].details.iam.arn #=> String
11758
+ # resp.items[0].details.iam.principal_id #=> String
11670
11759
  # resp.items[0].details.sso.first_name #=> String
11671
11760
  # resp.items[0].details.sso.last_name #=> String
11672
11761
  # resp.items[0].details.sso.username #=> String
@@ -12251,6 +12340,7 @@ module Aws::DataZone
12251
12340
  # instance_profile_arn: "SparkEmrPropertiesPatchInstanceProfileArnString",
12252
12341
  # java_virtual_env: "SparkEmrPropertiesPatchJavaVirtualEnvString",
12253
12342
  # log_uri: "SparkEmrPropertiesPatchLogUriString",
12343
+ # managed_endpoint_arn: "SparkEmrPropertiesPatchManagedEndpointArnString",
12254
12344
  # python_virtual_env: "SparkEmrPropertiesPatchPythonVirtualEnvString",
12255
12345
  # runtime_role: "SparkEmrPropertiesPatchRuntimeRoleString",
12256
12346
  # trusted_certificates_s3_uri: "SparkEmrPropertiesPatchTrustedCertificatesS3UriString",
@@ -12345,6 +12435,7 @@ module Aws::DataZone
12345
12435
  # resp.props.s3_properties.s3_access_grant_location_id #=> String
12346
12436
  # resp.props.s3_properties.s3_uri #=> String
12347
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
12348
12439
  # resp.props.spark_emr_properties.compute_arn #=> String
12349
12440
  # resp.props.spark_emr_properties.credentials.password #=> String
12350
12441
  # resp.props.spark_emr_properties.credentials.username #=> String
@@ -12354,6 +12445,9 @@ module Aws::DataZone
12354
12445
  # resp.props.spark_emr_properties.java_virtual_env #=> String
12355
12446
  # resp.props.spark_emr_properties.livy_endpoint #=> String
12356
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
12357
12451
  # resp.props.spark_emr_properties.python_virtual_env #=> String
12358
12452
  # resp.props.spark_emr_properties.runtime_role #=> String
12359
12453
  # resp.props.spark_emr_properties.trusted_certificates_s3_uri #=> String
@@ -14019,6 +14113,7 @@ module Aws::DataZone
14019
14113
  # @example Response structure
14020
14114
  #
14021
14115
  # resp.details.iam.arn #=> String
14116
+ # resp.details.iam.principal_id #=> String
14022
14117
  # resp.details.sso.first_name #=> String
14023
14118
  # resp.details.sso.last_name #=> String
14024
14119
  # resp.details.sso.username #=> String
@@ -14054,7 +14149,7 @@ module Aws::DataZone
14054
14149
  tracer: tracer
14055
14150
  )
14056
14151
  context[:gem_name] = 'aws-sdk-datazone'
14057
- context[:gem_version] = '1.51.0'
14152
+ context[:gem_version] = '1.53.0'
14058
14153
  Seahorse::Client::Request.new(handlers, context)
14059
14154
  end
14060
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')
@@ -3695,6 +3700,7 @@ module Aws::DataZone
3695
3700
  IamPropertiesPatch.struct_class = Types::IamPropertiesPatch
3696
3701
 
3697
3702
  IamUserProfileDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
3703
+ IamUserProfileDetails.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "principalId"))
3698
3704
  IamUserProfileDetails.struct_class = Types::IamUserProfileDetails
3699
3705
 
3700
3706
  Import.add_member(:name, Shapes::ShapeRef.new(shape: FormTypeName, required: true, location_name: "name"))
@@ -4256,6 +4262,10 @@ module Aws::DataZone
4256
4262
 
4257
4263
  ListingSummaryItems.member = Shapes::ShapeRef.new(shape: ListingSummaryItem)
4258
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
+
4259
4269
  MatchCriteria.member = Shapes::ShapeRef.new(shape: String)
4260
4270
 
4261
4271
  MatchOffset.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "endOffset"))
@@ -5092,11 +5102,13 @@ module Aws::DataZone
5092
5102
  SparkEmrPropertiesInput.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputInstanceProfileArnString, location_name: "instanceProfileArn"))
5093
5103
  SparkEmrPropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
5094
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"))
5095
5106
  SparkEmrPropertiesInput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
5096
5107
  SparkEmrPropertiesInput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputRuntimeRoleString, location_name: "runtimeRole"))
5097
5108
  SparkEmrPropertiesInput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
5098
5109
  SparkEmrPropertiesInput.struct_class = Types::SparkEmrPropertiesInput
5099
5110
 
5111
+ SparkEmrPropertiesOutput.add_member(:certificate_data, Shapes::ShapeRef.new(shape: String, location_name: "certificateData"))
5100
5112
  SparkEmrPropertiesOutput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: String, location_name: "computeArn"))
5101
5113
  SparkEmrPropertiesOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: UsernamePassword, location_name: "credentials"))
5102
5114
  SparkEmrPropertiesOutput.add_member(:credentials_expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "credentialsExpiration"))
@@ -5105,6 +5117,8 @@ module Aws::DataZone
5105
5117
  SparkEmrPropertiesOutput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "javaVirtualEnv"))
5106
5118
  SparkEmrPropertiesOutput.add_member(:livy_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "livyEndpoint"))
5107
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"))
5108
5122
  SparkEmrPropertiesOutput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "pythonVirtualEnv"))
5109
5123
  SparkEmrPropertiesOutput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: String, location_name: "runtimeRole"))
5110
5124
  SparkEmrPropertiesOutput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: String, location_name: "trustedCertificatesS3Uri"))
@@ -5114,6 +5128,7 @@ module Aws::DataZone
5114
5128
  SparkEmrPropertiesPatch.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchInstanceProfileArnString, location_name: "instanceProfileArn"))
5115
5129
  SparkEmrPropertiesPatch.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchJavaVirtualEnvString, location_name: "javaVirtualEnv"))
5116
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"))
5117
5132
  SparkEmrPropertiesPatch.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
5118
5133
  SparkEmrPropertiesPatch.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchRuntimeRoleString, location_name: "runtimeRole"))
5119
5134
  SparkEmrPropertiesPatch.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
@@ -11655,10 +11655,15 @@ module Aws::DataZone
11655
11655
  # The ARN of an IAM user profile in Amazon DataZone.
11656
11656
  # @return [String]
11657
11657
  #
11658
+ # @!attribute [rw] principal_id
11659
+ # Principal ID of the IAM user.
11660
+ # @return [String]
11661
+ #
11658
11662
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/IamUserProfileDetails AWS API Documentation
11659
11663
  #
11660
11664
  class IamUserProfileDetails < Struct.new(
11661
- :arn)
11665
+ :arn,
11666
+ :principal_id)
11662
11667
  SENSITIVE = []
11663
11668
  include Aws::Structure
11664
11669
  end
@@ -14652,6 +14657,25 @@ module Aws::DataZone
14652
14657
  include Aws::Structure
14653
14658
  end
14654
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
+
14655
14679
  # The offset of a matched term.
14656
14680
  #
14657
14681
  # @!attribute [rw] end_offset
@@ -18057,6 +18081,10 @@ module Aws::DataZone
18057
18081
  # The log URI of the Spark EMR.
18058
18082
  # @return [String]
18059
18083
  #
18084
+ # @!attribute [rw] managed_endpoint_arn
18085
+ # The managed endpoint ARN of the EMR on EKS cluster.
18086
+ # @return [String]
18087
+ #
18060
18088
  # @!attribute [rw] python_virtual_env
18061
18089
  # The Python virtual env of the Spark EMR.
18062
18090
  # @return [String]
@@ -18076,6 +18104,7 @@ module Aws::DataZone
18076
18104
  :instance_profile_arn,
18077
18105
  :java_virtual_env,
18078
18106
  :log_uri,
18107
+ :managed_endpoint_arn,
18079
18108
  :python_virtual_env,
18080
18109
  :runtime_role,
18081
18110
  :trusted_certificates_s3_uri)
@@ -18085,6 +18114,10 @@ module Aws::DataZone
18085
18114
 
18086
18115
  # The Spark EMR properties.
18087
18116
  #
18117
+ # @!attribute [rw] certificate_data
18118
+ # The certificate data of the EMR on EKS cluster.
18119
+ # @return [String]
18120
+ #
18088
18121
  # @!attribute [rw] compute_arn
18089
18122
  # The compute ARN of the Spark EMR.
18090
18123
  # @return [String]
@@ -18117,6 +18150,14 @@ module Aws::DataZone
18117
18150
  # The log URI of the Spark EMR.
18118
18151
  # @return [String]
18119
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
+ #
18120
18161
  # @!attribute [rw] python_virtual_env
18121
18162
  # The Python virtual env of the Spark EMR.
18122
18163
  # @return [String]
@@ -18132,6 +18173,7 @@ module Aws::DataZone
18132
18173
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SparkEmrPropertiesOutput AWS API Documentation
18133
18174
  #
18134
18175
  class SparkEmrPropertiesOutput < Struct.new(
18176
+ :certificate_data,
18135
18177
  :compute_arn,
18136
18178
  :credentials,
18137
18179
  :credentials_expiration,
@@ -18140,10 +18182,12 @@ module Aws::DataZone
18140
18182
  :java_virtual_env,
18141
18183
  :livy_endpoint,
18142
18184
  :log_uri,
18185
+ :managed_endpoint_arn,
18186
+ :managed_endpoint_credentials,
18143
18187
  :python_virtual_env,
18144
18188
  :runtime_role,
18145
18189
  :trusted_certificates_s3_uri)
18146
- SENSITIVE = [:credentials]
18190
+ SENSITIVE = [:credentials, :managed_endpoint_credentials]
18147
18191
  include Aws::Structure
18148
18192
  end
18149
18193
 
@@ -18165,6 +18209,10 @@ module Aws::DataZone
18165
18209
  # The log URI in the Spark EMR properties patch.
18166
18210
  # @return [String]
18167
18211
  #
18212
+ # @!attribute [rw] managed_endpoint_arn
18213
+ # The managed endpoint ARN of the EMR on EKS cluster.
18214
+ # @return [String]
18215
+ #
18168
18216
  # @!attribute [rw] python_virtual_env
18169
18217
  # The Python virtual env in the Spark EMR properties patch.
18170
18218
  # @return [String]
@@ -18184,6 +18232,7 @@ module Aws::DataZone
18184
18232
  :instance_profile_arn,
18185
18233
  :java_virtual_env,
18186
18234
  :log_uri,
18235
+ :managed_endpoint_arn,
18187
18236
  :python_virtual_env,
18188
18237
  :runtime_role,
18189
18238
  :trusted_certificates_s3_uri)
@@ -54,7 +54,7 @@ module Aws::DataZone
54
54
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.53.0'
58
58
 
59
59
  end
60
60
 
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
@@ -3148,6 +3148,7 @@ module Aws::DataZone
3148
3148
 
3149
3149
  class IamUserProfileDetails
3150
3150
  attr_accessor arn: ::String
3151
+ attr_accessor principal_id: ::String
3151
3152
  SENSITIVE: []
3152
3153
  end
3153
3154
 
@@ -3881,6 +3882,12 @@ module Aws::DataZone
3881
3882
  SENSITIVE: []
3882
3883
  end
3883
3884
 
3885
+ class ManagedEndpointCredentials
3886
+ attr_accessor id: ::String
3887
+ attr_accessor token: ::String
3888
+ SENSITIVE: []
3889
+ end
3890
+
3884
3891
  class MatchOffset
3885
3892
  attr_accessor end_offset: ::Integer
3886
3893
  attr_accessor start_offset: ::Integer
@@ -4965,6 +4972,7 @@ module Aws::DataZone
4965
4972
  attr_accessor instance_profile_arn: ::String
4966
4973
  attr_accessor java_virtual_env: ::String
4967
4974
  attr_accessor log_uri: ::String
4975
+ attr_accessor managed_endpoint_arn: ::String
4968
4976
  attr_accessor python_virtual_env: ::String
4969
4977
  attr_accessor runtime_role: ::String
4970
4978
  attr_accessor trusted_certificates_s3_uri: ::String
@@ -4972,6 +4980,7 @@ module Aws::DataZone
4972
4980
  end
4973
4981
 
4974
4982
  class SparkEmrPropertiesOutput
4983
+ attr_accessor certificate_data: ::String
4975
4984
  attr_accessor compute_arn: ::String
4976
4985
  attr_accessor credentials: Types::UsernamePassword
4977
4986
  attr_accessor credentials_expiration: ::Time
@@ -4980,10 +4989,12 @@ module Aws::DataZone
4980
4989
  attr_accessor java_virtual_env: ::String
4981
4990
  attr_accessor livy_endpoint: ::String
4982
4991
  attr_accessor log_uri: ::String
4992
+ attr_accessor managed_endpoint_arn: ::String
4993
+ attr_accessor managed_endpoint_credentials: Types::ManagedEndpointCredentials
4983
4994
  attr_accessor python_virtual_env: ::String
4984
4995
  attr_accessor runtime_role: ::String
4985
4996
  attr_accessor trusted_certificates_s3_uri: ::String
4986
- SENSITIVE: [:credentials]
4997
+ SENSITIVE: [:credentials, :managed_endpoint_credentials]
4987
4998
  end
4988
4999
 
4989
5000
  class SparkEmrPropertiesPatch
@@ -4991,6 +5002,7 @@ module Aws::DataZone
4991
5002
  attr_accessor instance_profile_arn: ::String
4992
5003
  attr_accessor java_virtual_env: ::String
4993
5004
  attr_accessor log_uri: ::String
5005
+ attr_accessor managed_endpoint_arn: ::String
4994
5006
  attr_accessor python_virtual_env: ::String
4995
5007
  attr_accessor runtime_role: ::String
4996
5008
  attr_accessor trusted_certificates_s3_uri: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services