aws-sdk-datazone 1.32.0 → 1.34.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: 82695aa78e3eba8e9a0e0282440685e6fbdb24f676cdc53f000ce17259ad748a
4
- data.tar.gz: bf1acede88e531e1b3cf2c2137a05c87a164483d410677bc6ba9e5684c91c136
3
+ metadata.gz: '09c08764411b6185b2e72af79ddf2fc1b206c4963a2dcf3f45a1e3023a707fc7'
4
+ data.tar.gz: cbff09d02a04a5a583b2f49b3f585adf5c6d1ae5e6608936bf07fa00f7f04bf9
5
5
  SHA512:
6
- metadata.gz: afec6579955270b553b9cdd80dc6eb5606de4d561732cca308c2b2a4a1c6a6897edd099cf29bcbf7367bb38a7d501cfeb17478706e1c7e4e4f1991f981ce7d5a
7
- data.tar.gz: b6ef4e5ec759e9aecd9607ecf5091e7e8bcfe99d02fd4ba095d87a1ea67c60ec09c68a29f1453c70a1ed8fc53c543ec9b48ead8aaaaab1e06ee7d6dfb964aa48
6
+ metadata.gz: b80354ed84ab652de0d320a8760a20914f2bf5b750bd1f724ae29db3f601ec43b05cfdb38382ab012cdd39a162fb6bef640708bb7e8dc5d32f1b6826e58c57f8
7
+ data.tar.gz: 24e0170605e57908c5b67a4bd47d26c4d091e8f61d0a29253ba1dfd66cb79ba72702fcb82cb2c68fba5167bfe142dde356ea336f23297ec4c6bc722af2dee40c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-03-21)
5
+ ------------------
6
+
7
+ * Feature - Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
8
+
9
+ 1.33.0 (2025-03-13)
10
+ ------------------
11
+
12
+ * Feature - This release adds support to update projects and environments
13
+
4
14
  1.32.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.34.0
@@ -2027,7 +2027,11 @@ module Aws::DataZone
2027
2027
  # The schedule of the data source runs.
2028
2028
  #
2029
2029
  # @option params [required, String] :type
2030
- # The type of the data source.
2030
+ # The type of the data source. In Amazon DataZone, you can use data
2031
+ # sources to import technical metadata of assets (data) from the source
2032
+ # databases or data warehouses into Amazon DataZone. In the current
2033
+ # release of Amazon DataZone, you can create and run data sources for
2034
+ # Amazon Web Services Glue and Amazon Redshift.
2031
2035
  #
2032
2036
  # @return [Types::CreateDataSourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2033
2037
  #
@@ -2264,6 +2268,7 @@ module Aws::DataZone
2264
2268
  # name: "String", # required
2265
2269
  # service_role: "RoleArn",
2266
2270
  # single_sign_on: {
2271
+ # idc_instance_arn: "SingleSignOnIdcInstanceArnString",
2267
2272
  # type: "IAM_IDC", # accepts IAM_IDC, DISABLED
2268
2273
  # user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
2269
2274
  # },
@@ -2284,6 +2289,7 @@ module Aws::DataZone
2284
2289
  # resp.portal_url #=> String
2285
2290
  # resp.root_domain_unit_id #=> String
2286
2291
  # resp.service_role #=> String
2292
+ # resp.single_sign_on.idc_instance_arn #=> String
2287
2293
  # resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
2288
2294
  # resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
2289
2295
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED"
@@ -2419,6 +2425,7 @@ module Aws::DataZone
2419
2425
  # * {Types::CreateEnvironmentOutput#domain_id #domain_id} => String
2420
2426
  # * {Types::CreateEnvironmentOutput#environment_actions #environment_actions} => Array<Types::ConfigurableEnvironmentAction>
2421
2427
  # * {Types::CreateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
2428
+ # * {Types::CreateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
2422
2429
  # * {Types::CreateEnvironmentOutput#environment_profile_id #environment_profile_id} => String
2423
2430
  # * {Types::CreateEnvironmentOutput#glossary_terms #glossary_terms} => Array<String>
2424
2431
  # * {Types::CreateEnvironmentOutput#id #id} => String
@@ -2471,6 +2478,7 @@ module Aws::DataZone
2471
2478
  # resp.environment_actions[0].parameters[0].value #=> String
2472
2479
  # resp.environment_actions[0].type #=> String
2473
2480
  # resp.environment_blueprint_id #=> String
2481
+ # resp.environment_configuration_id #=> String
2474
2482
  # resp.environment_profile_id #=> String
2475
2483
  # resp.glossary_terms #=> Array
2476
2484
  # resp.glossary_terms[0] #=> String
@@ -3032,6 +3040,7 @@ module Aws::DataZone
3032
3040
  # user_parameters: [
3033
3041
  # {
3034
3042
  # environment_configuration_name: "EnvironmentConfigurationName",
3043
+ # environment_id: "EnvironmentId",
3035
3044
  # environment_parameters: [
3036
3045
  # {
3037
3046
  # name: "String",
@@ -3063,9 +3072,10 @@ module Aws::DataZone
3063
3072
  # resp.last_updated_at #=> Time
3064
3073
  # resp.name #=> String
3065
3074
  # resp.project_profile_id #=> String
3066
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
3075
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
3067
3076
  # resp.user_parameters #=> Array
3068
3077
  # resp.user_parameters[0].environment_configuration_name #=> String
3078
+ # resp.user_parameters[0].environment_id #=> String
3069
3079
  # resp.user_parameters[0].environment_parameters #=> Array
3070
3080
  # resp.user_parameters[0].environment_parameters[0].name #=> String
3071
3081
  # resp.user_parameters[0].environment_parameters[0].value #=> String
@@ -5322,6 +5332,7 @@ module Aws::DataZone
5322
5332
  # resp.portal_url #=> String
5323
5333
  # resp.root_domain_unit_id #=> String
5324
5334
  # resp.service_role #=> String
5335
+ # resp.single_sign_on.idc_instance_arn #=> String
5325
5336
  # resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
5326
5337
  # resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
5327
5338
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED"
@@ -5408,6 +5419,7 @@ module Aws::DataZone
5408
5419
  # * {Types::GetEnvironmentOutput#domain_id #domain_id} => String
5409
5420
  # * {Types::GetEnvironmentOutput#environment_actions #environment_actions} => Array<Types::ConfigurableEnvironmentAction>
5410
5421
  # * {Types::GetEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
5422
+ # * {Types::GetEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
5411
5423
  # * {Types::GetEnvironmentOutput#environment_profile_id #environment_profile_id} => String
5412
5424
  # * {Types::GetEnvironmentOutput#glossary_terms #glossary_terms} => Array<String>
5413
5425
  # * {Types::GetEnvironmentOutput#id #id} => String
@@ -5445,6 +5457,7 @@ module Aws::DataZone
5445
5457
  # resp.environment_actions[0].parameters[0].value #=> String
5446
5458
  # resp.environment_actions[0].type #=> String
5447
5459
  # resp.environment_blueprint_id #=> String
5460
+ # resp.environment_configuration_id #=> String
5448
5461
  # resp.environment_profile_id #=> String
5449
5462
  # resp.glossary_terms #=> Array
5450
5463
  # resp.glossary_terms[0] #=> String
@@ -6356,9 +6369,10 @@ module Aws::DataZone
6356
6369
  # resp.last_updated_at #=> Time
6357
6370
  # resp.name #=> String
6358
6371
  # resp.project_profile_id #=> String
6359
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
6372
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
6360
6373
  # resp.user_parameters #=> Array
6361
6374
  # resp.user_parameters[0].environment_configuration_name #=> String
6375
+ # resp.user_parameters[0].environment_id #=> String
6362
6376
  # resp.user_parameters[0].environment_parameters #=> Array
6363
6377
  # resp.user_parameters[0].environment_parameters[0].name #=> String
6364
6378
  # resp.user_parameters[0].environment_parameters[0].value #=> String
@@ -8068,6 +8082,7 @@ module Aws::DataZone
8068
8082
  # resp.items[0].created_by #=> String
8069
8083
  # resp.items[0].description #=> String
8070
8084
  # resp.items[0].domain_id #=> String
8085
+ # resp.items[0].environment_configuration_id #=> String
8071
8086
  # resp.items[0].environment_profile_id #=> String
8072
8087
  # resp.items[0].id #=> String
8073
8088
  # resp.items[0].name #=> String
@@ -8758,7 +8773,7 @@ module Aws::DataZone
8758
8773
  # resp.items[0].failure_reasons[0].message #=> String
8759
8774
  # resp.items[0].id #=> String
8760
8775
  # resp.items[0].name #=> String
8761
- # resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
8776
+ # resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
8762
8777
  # resp.items[0].updated_at #=> Time
8763
8778
  # resp.next_token #=> String
8764
8779
  #
@@ -11414,6 +11429,7 @@ module Aws::DataZone
11414
11429
  # name: "String",
11415
11430
  # service_role: "RoleArn",
11416
11431
  # single_sign_on: {
11432
+ # idc_instance_arn: "SingleSignOnIdcInstanceArnString",
11417
11433
  # type: "IAM_IDC", # accepts IAM_IDC, DISABLED
11418
11434
  # user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
11419
11435
  # },
@@ -11428,6 +11444,7 @@ module Aws::DataZone
11428
11444
  # resp.name #=> String
11429
11445
  # resp.root_domain_unit_id #=> String
11430
11446
  # resp.service_role #=> String
11447
+ # resp.single_sign_on.idc_instance_arn #=> String
11431
11448
  # resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
11432
11449
  # resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
11433
11450
  #
@@ -11502,6 +11519,10 @@ module Aws::DataZone
11502
11519
 
11503
11520
  # Updates the specified environment in Amazon DataZone.
11504
11521
  #
11522
+ # @option params [String] :blueprint_version
11523
+ # The blueprint version to which the environment should be updated. You
11524
+ # can only specify the following string for this parameter: `latest`.
11525
+ #
11505
11526
  # @option params [String] :description
11506
11527
  # The description to be updated as part of the `UpdateEnvironment`
11507
11528
  # action.
@@ -11520,6 +11541,9 @@ module Aws::DataZone
11520
11541
  # @option params [String] :name
11521
11542
  # The name to be updated as part of the `UpdateEnvironment` action.
11522
11543
  #
11544
+ # @option params [Array<Types::EnvironmentParameter>] :user_parameters
11545
+ # The user parameters of the environment.
11546
+ #
11523
11547
  # @return [Types::UpdateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11524
11548
  #
11525
11549
  # * {Types::UpdateEnvironmentOutput#aws_account_id #aws_account_id} => String
@@ -11531,6 +11555,7 @@ module Aws::DataZone
11531
11555
  # * {Types::UpdateEnvironmentOutput#domain_id #domain_id} => String
11532
11556
  # * {Types::UpdateEnvironmentOutput#environment_actions #environment_actions} => Array&lt;Types::ConfigurableEnvironmentAction&gt;
11533
11557
  # * {Types::UpdateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
11558
+ # * {Types::UpdateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
11534
11559
  # * {Types::UpdateEnvironmentOutput#environment_profile_id #environment_profile_id} => String
11535
11560
  # * {Types::UpdateEnvironmentOutput#glossary_terms #glossary_terms} => Array&lt;String&gt;
11536
11561
  # * {Types::UpdateEnvironmentOutput#id #id} => String
@@ -11547,11 +11572,18 @@ module Aws::DataZone
11547
11572
  # @example Request syntax with placeholder values
11548
11573
  #
11549
11574
  # resp = client.update_environment({
11575
+ # blueprint_version: "String",
11550
11576
  # description: "String",
11551
11577
  # domain_identifier: "DomainId", # required
11552
11578
  # glossary_terms: ["GlossaryTermId"],
11553
11579
  # identifier: "EnvironmentId", # required
11554
11580
  # name: "String",
11581
+ # user_parameters: [
11582
+ # {
11583
+ # name: "String",
11584
+ # value: "String",
11585
+ # },
11586
+ # ],
11555
11587
  # })
11556
11588
  #
11557
11589
  # @example Response structure
@@ -11571,6 +11603,7 @@ module Aws::DataZone
11571
11603
  # resp.environment_actions[0].parameters[0].value #=> String
11572
11604
  # resp.environment_actions[0].type #=> String
11573
11605
  # resp.environment_blueprint_id #=> String
11606
+ # resp.environment_configuration_id #=> String
11574
11607
  # resp.environment_profile_id #=> String
11575
11608
  # resp.glossary_terms #=> Array
11576
11609
  # resp.glossary_terms[0] #=> String
@@ -11972,6 +12005,14 @@ module Aws::DataZone
11972
12005
  # @option params [String] :name
11973
12006
  # The name to be updated as part of the `UpdateProject` action.
11974
12007
  #
12008
+ # @option params [String] :project_profile_version
12009
+ # The project profile version to which the project should be updated.
12010
+ # You can only specify the following string for this parameter:
12011
+ # `latest`.
12012
+ #
12013
+ # @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
12014
+ # The user parameters of the project.
12015
+ #
11975
12016
  # @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11976
12017
  #
11977
12018
  # * {Types::UpdateProjectOutput#created_at #created_at} => Time
@@ -12008,6 +12049,19 @@ module Aws::DataZone
12008
12049
  # glossary_terms: ["GlossaryTermId"],
12009
12050
  # identifier: "ProjectId", # required
12010
12051
  # name: "ProjectName",
12052
+ # project_profile_version: "String",
12053
+ # user_parameters: [
12054
+ # {
12055
+ # environment_configuration_name: "EnvironmentConfigurationName",
12056
+ # environment_id: "EnvironmentId",
12057
+ # environment_parameters: [
12058
+ # {
12059
+ # name: "String",
12060
+ # value: "String",
12061
+ # },
12062
+ # ],
12063
+ # },
12064
+ # ],
12011
12065
  # })
12012
12066
  #
12013
12067
  # @example Response structure
@@ -12031,9 +12085,10 @@ module Aws::DataZone
12031
12085
  # resp.last_updated_at #=> Time
12032
12086
  # resp.name #=> String
12033
12087
  # resp.project_profile_id #=> String
12034
- # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
12088
+ # resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
12035
12089
  # resp.user_parameters #=> Array
12036
12090
  # resp.user_parameters[0].environment_configuration_name #=> String
12091
+ # resp.user_parameters[0].environment_id #=> String
12037
12092
  # resp.user_parameters[0].environment_parameters #=> Array
12038
12093
  # resp.user_parameters[0].environment_parameters[0].name #=> String
12039
12094
  # resp.user_parameters[0].environment_parameters[0].value #=> String
@@ -12645,7 +12700,7 @@ module Aws::DataZone
12645
12700
  tracer: tracer
12646
12701
  )
12647
12702
  context[:gem_name] = 'aws-sdk-datazone'
12648
- context[:gem_version] = '1.32.0'
12703
+ context[:gem_version] = '1.34.0'
12649
12704
  Seahorse::Client::Request.new(handlers, context)
12650
12705
  end
12651
12706
 
@@ -854,6 +854,7 @@ module Aws::DataZone
854
854
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
855
855
  ShortDescription = Shapes::StringShape.new(name: 'ShortDescription')
856
856
  SingleSignOn = Shapes::StructureShape.new(name: 'SingleSignOn')
857
+ SingleSignOnIdcInstanceArnString = Shapes::StringShape.new(name: 'SingleSignOnIdcInstanceArnString')
857
858
  Smithy = Shapes::StringShape.new(name: 'Smithy')
858
859
  SortFieldConnection = Shapes::StringShape.new(name: 'SortFieldConnection')
859
860
  SortFieldProject = Shapes::StringShape.new(name: 'SortFieldProject')
@@ -1737,6 +1738,7 @@ module Aws::DataZone
1737
1738
  CreateEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1738
1739
  CreateEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
1739
1740
  CreateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
1741
+ CreateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
1740
1742
  CreateEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
1741
1743
  CreateEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1742
1744
  CreateEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
@@ -2507,6 +2509,7 @@ module Aws::DataZone
2507
2509
  EnvironmentConfigurationParametersList.member = Shapes::ShapeRef.new(shape: EnvironmentConfigurationParameter)
2508
2510
 
2509
2511
  EnvironmentConfigurationUserParameter.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
2512
+ EnvironmentConfigurationUserParameter.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
2510
2513
  EnvironmentConfigurationUserParameter.add_member(:environment_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "environmentParameters"))
2511
2514
  EnvironmentConfigurationUserParameter.struct_class = Types::EnvironmentConfigurationUserParameter
2512
2515
 
@@ -2556,6 +2559,7 @@ module Aws::DataZone
2556
2559
  EnvironmentSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "createdBy"))
2557
2560
  EnvironmentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2558
2561
  EnvironmentSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2562
+ EnvironmentSummary.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
2559
2563
  EnvironmentSummary.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
2560
2564
  EnvironmentSummary.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
2561
2565
  EnvironmentSummary.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
@@ -2907,6 +2911,7 @@ module Aws::DataZone
2907
2911
  GetEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2908
2912
  GetEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
2909
2913
  GetEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
2914
+ GetEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
2910
2915
  GetEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
2911
2916
  GetEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
2912
2917
  GetEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
@@ -4746,6 +4751,7 @@ module Aws::DataZone
4746
4751
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
4747
4752
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
4748
4753
 
4754
+ SingleSignOn.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: SingleSignOnIdcInstanceArnString, location_name: "idcInstanceArn"))
4749
4755
  SingleSignOn.add_member(:type, Shapes::ShapeRef.new(shape: AuthType, location_name: "type"))
4750
4756
  SingleSignOn.add_member(:user_assignment, Shapes::ShapeRef.new(shape: UserAssignment, location_name: "userAssignment"))
4751
4757
  SingleSignOn.struct_class = Types::SingleSignOn
@@ -5203,11 +5209,13 @@ module Aws::DataZone
5203
5209
  UpdateEnvironmentActionOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ActionParameters, required: true, location_name: "parameters"))
5204
5210
  UpdateEnvironmentActionOutput.struct_class = Types::UpdateEnvironmentActionOutput
5205
5211
 
5212
+ UpdateEnvironmentInput.add_member(:blueprint_version, Shapes::ShapeRef.new(shape: String, location_name: "blueprintVersion"))
5206
5213
  UpdateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
5207
5214
  UpdateEnvironmentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5208
5215
  UpdateEnvironmentInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
5209
5216
  UpdateEnvironmentInput.add_member(:identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "identifier"))
5210
5217
  UpdateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
5218
+ UpdateEnvironmentInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "userParameters"))
5211
5219
  UpdateEnvironmentInput.struct_class = Types::UpdateEnvironmentInput
5212
5220
 
5213
5221
  UpdateEnvironmentOutput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "awsAccountId"))
@@ -5219,6 +5227,7 @@ module Aws::DataZone
5219
5227
  UpdateEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5220
5228
  UpdateEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
5221
5229
  UpdateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
5230
+ UpdateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
5222
5231
  UpdateEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
5223
5232
  UpdateEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
5224
5233
  UpdateEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
@@ -5309,6 +5318,8 @@ module Aws::DataZone
5309
5318
  UpdateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
5310
5319
  UpdateProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
5311
5320
  UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
5321
+ UpdateProjectInput.add_member(:project_profile_version, Shapes::ShapeRef.new(shape: String, location_name: "projectProfileVersion"))
5322
+ UpdateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
5312
5323
  UpdateProjectInput.struct_class = Types::UpdateProjectInput
5313
5324
 
5314
5325
  UpdateProjectOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
@@ -2687,7 +2687,11 @@ module Aws::DataZone
2687
2687
  # @return [Types::ScheduleConfiguration]
2688
2688
  #
2689
2689
  # @!attribute [rw] type
2690
- # The type of the data source.
2690
+ # The type of the data source. In Amazon DataZone, you can use data
2691
+ # sources to import technical metadata of assets (data) from the
2692
+ # source databases or data warehouses into Amazon DataZone. In the
2693
+ # current release of Amazon DataZone, you can create and run data
2694
+ # sources for Amazon Web Services Glue and Amazon Redshift.
2691
2695
  # @return [String]
2692
2696
  #
2693
2697
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateDataSourceInput AWS API Documentation
@@ -3253,6 +3257,10 @@ module Aws::DataZone
3253
3257
  # was created.
3254
3258
  # @return [String]
3255
3259
  #
3260
+ # @!attribute [rw] environment_configuration_id
3261
+ # The configuration ID of the environment.
3262
+ # @return [String]
3263
+ #
3256
3264
  # @!attribute [rw] environment_profile_id
3257
3265
  # The ID of the environment profile with which this Amazon DataZone
3258
3266
  # environment was created.
@@ -3317,6 +3325,7 @@ module Aws::DataZone
3317
3325
  :domain_id,
3318
3326
  :environment_actions,
3319
3327
  :environment_blueprint_id,
3328
+ :environment_configuration_id,
3320
3329
  :environment_profile_id,
3321
3330
  :glossary_terms,
3322
3331
  :id,
@@ -3329,7 +3338,7 @@ module Aws::DataZone
3329
3338
  :status,
3330
3339
  :updated_at,
3331
3340
  :user_parameters)
3332
- SENSITIVE = [:description, :name]
3341
+ SENSITIVE = [:description, :environment_configuration_id, :name]
3333
3342
  include Aws::Structure
3334
3343
  end
3335
3344
 
@@ -6705,6 +6714,10 @@ module Aws::DataZone
6705
6714
  # The environment configuration name.
6706
6715
  # @return [String]
6707
6716
  #
6717
+ # @!attribute [rw] environment_id
6718
+ # The ID of the environment.
6719
+ # @return [String]
6720
+ #
6708
6721
  # @!attribute [rw] environment_parameters
6709
6722
  # The environment parameters.
6710
6723
  # @return [Array<Types::EnvironmentParameter>]
@@ -6713,6 +6726,7 @@ module Aws::DataZone
6713
6726
  #
6714
6727
  class EnvironmentConfigurationUserParameter < Struct.new(
6715
6728
  :environment_configuration_name,
6729
+ :environment_id,
6716
6730
  :environment_parameters)
6717
6731
  SENSITIVE = [:environment_configuration_name]
6718
6732
  include Aws::Structure
@@ -6873,6 +6887,10 @@ module Aws::DataZone
6873
6887
  # environment exists.
6874
6888
  # @return [String]
6875
6889
  #
6890
+ # @!attribute [rw] environment_configuration_id
6891
+ # The configuration ID with which the environment is created.
6892
+ # @return [String]
6893
+ #
6876
6894
  # @!attribute [rw] environment_profile_id
6877
6895
  # The identifier of the environment profile with which the environment
6878
6896
  # was created.
@@ -6911,6 +6929,7 @@ module Aws::DataZone
6911
6929
  :created_by,
6912
6930
  :description,
6913
6931
  :domain_id,
6932
+ :environment_configuration_id,
6914
6933
  :environment_profile_id,
6915
6934
  :id,
6916
6935
  :name,
@@ -6918,7 +6937,7 @@ module Aws::DataZone
6918
6937
  :provider,
6919
6938
  :status,
6920
6939
  :updated_at)
6921
- SENSITIVE = [:description, :name]
6940
+ SENSITIVE = [:description, :environment_configuration_id, :name]
6922
6941
  include Aws::Structure
6923
6942
  end
6924
6943
 
@@ -8435,6 +8454,10 @@ module Aws::DataZone
8435
8454
  # The blueprint with which the environment is created.
8436
8455
  # @return [String]
8437
8456
  #
8457
+ # @!attribute [rw] environment_configuration_id
8458
+ # The configuration ID that is used to create the environment.
8459
+ # @return [String]
8460
+ #
8438
8461
  # @!attribute [rw] environment_profile_id
8439
8462
  # The ID of the environment profile with which the environment is
8440
8463
  # created.
@@ -8497,6 +8520,7 @@ module Aws::DataZone
8497
8520
  :domain_id,
8498
8521
  :environment_actions,
8499
8522
  :environment_blueprint_id,
8523
+ :environment_configuration_id,
8500
8524
  :environment_profile_id,
8501
8525
  :glossary_terms,
8502
8526
  :id,
@@ -8509,7 +8533,7 @@ module Aws::DataZone
8509
8533
  :status,
8510
8534
  :updated_at,
8511
8535
  :user_parameters)
8512
- SENSITIVE = [:description, :name]
8536
+ SENSITIVE = [:description, :environment_configuration_id, :name]
8513
8537
  include Aws::Structure
8514
8538
  end
8515
8539
 
@@ -11041,8 +11065,8 @@ module Aws::DataZone
11041
11065
  #
11042
11066
  # @!attribute [rw] location_registration_role
11043
11067
  # The role that is used to manage read/write access to the chosen
11044
- # Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid
11045
- # access mode.
11068
+ # Amazon S3 bucket(s) for Data Lake using Amazon Web Services Lake
11069
+ # Formation hybrid access mode.
11046
11070
  # @return [String]
11047
11071
  #
11048
11072
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/LakeFormationConfiguration AWS API Documentation
@@ -16927,6 +16951,10 @@ module Aws::DataZone
16927
16951
 
16928
16952
  # The single sign-on details in Amazon DataZone.
16929
16953
  #
16954
+ # @!attribute [rw] idc_instance_arn
16955
+ # The ARN of the IDC instance.
16956
+ # @return [String]
16957
+ #
16930
16958
  # @!attribute [rw] type
16931
16959
  # The type of single sign-on in Amazon DataZone.
16932
16960
  # @return [String]
@@ -16938,6 +16966,7 @@ module Aws::DataZone
16938
16966
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SingleSignOn AWS API Documentation
16939
16967
  #
16940
16968
  class SingleSignOn < Struct.new(
16969
+ :idc_instance_arn,
16941
16970
  :type,
16942
16971
  :user_assignment)
16943
16972
  SENSITIVE = []
@@ -18929,6 +18958,12 @@ module Aws::DataZone
18929
18958
  include Aws::Structure
18930
18959
  end
18931
18960
 
18961
+ # @!attribute [rw] blueprint_version
18962
+ # The blueprint version to which the environment should be updated.
18963
+ # You can only specify the following string for this parameter:
18964
+ # `latest`.
18965
+ # @return [String]
18966
+ #
18932
18967
  # @!attribute [rw] description
18933
18968
  # The description to be updated as part of the `UpdateEnvironment`
18934
18969
  # action.
@@ -18952,14 +18987,20 @@ module Aws::DataZone
18952
18987
  # The name to be updated as part of the `UpdateEnvironment` action.
18953
18988
  # @return [String]
18954
18989
  #
18990
+ # @!attribute [rw] user_parameters
18991
+ # The user parameters of the environment.
18992
+ # @return [Array<Types::EnvironmentParameter>]
18993
+ #
18955
18994
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateEnvironmentInput AWS API Documentation
18956
18995
  #
18957
18996
  class UpdateEnvironmentInput < Struct.new(
18997
+ :blueprint_version,
18958
18998
  :description,
18959
18999
  :domain_identifier,
18960
19000
  :glossary_terms,
18961
19001
  :identifier,
18962
- :name)
19002
+ :name,
19003
+ :user_parameters)
18963
19004
  SENSITIVE = []
18964
19005
  include Aws::Structure
18965
19006
  end
@@ -19005,6 +19046,10 @@ module Aws::DataZone
19005
19046
  # The blueprint identifier of the environment.
19006
19047
  # @return [String]
19007
19048
  #
19049
+ # @!attribute [rw] environment_configuration_id
19050
+ # The configuration ID of the environment.
19051
+ # @return [String]
19052
+ #
19008
19053
  # @!attribute [rw] environment_profile_id
19009
19054
  # The profile identifier of the environment.
19010
19055
  # @return [String]
@@ -19069,6 +19114,7 @@ module Aws::DataZone
19069
19114
  :domain_id,
19070
19115
  :environment_actions,
19071
19116
  :environment_blueprint_id,
19117
+ :environment_configuration_id,
19072
19118
  :environment_profile_id,
19073
19119
  :glossary_terms,
19074
19120
  :id,
@@ -19081,7 +19127,7 @@ module Aws::DataZone
19081
19127
  :status,
19082
19128
  :updated_at,
19083
19129
  :user_parameters)
19084
- SENSITIVE = [:description, :name]
19130
+ SENSITIVE = [:description, :environment_configuration_id, :name]
19085
19131
  include Aws::Structure
19086
19132
  end
19087
19133
 
@@ -19472,6 +19518,16 @@ module Aws::DataZone
19472
19518
  # The name to be updated as part of the `UpdateProject` action.
19473
19519
  # @return [String]
19474
19520
  #
19521
+ # @!attribute [rw] project_profile_version
19522
+ # The project profile version to which the project should be updated.
19523
+ # You can only specify the following string for this parameter:
19524
+ # `latest`.
19525
+ # @return [String]
19526
+ #
19527
+ # @!attribute [rw] user_parameters
19528
+ # The user parameters of the project.
19529
+ # @return [Array<Types::EnvironmentConfigurationUserParameter>]
19530
+ #
19475
19531
  # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProjectInput AWS API Documentation
19476
19532
  #
19477
19533
  class UpdateProjectInput < Struct.new(
@@ -19480,7 +19536,9 @@ module Aws::DataZone
19480
19536
  :environment_deployment_details,
19481
19537
  :glossary_terms,
19482
19538
  :identifier,
19483
- :name)
19539
+ :name,
19540
+ :project_profile_version,
19541
+ :user_parameters)
19484
19542
  SENSITIVE = [:description, :name]
19485
19543
  include Aws::Structure
19486
19544
  end
@@ -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.32.0'
57
+ GEM_VERSION = '1.34.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -837,6 +837,7 @@ module Aws
837
837
  name: ::String,
838
838
  ?service_role: ::String,
839
839
  ?single_sign_on: {
840
+ idc_instance_arn: ::String?,
840
841
  type: ("IAM_IDC" | "DISABLED")?,
841
842
  user_assignment: ("AUTOMATIC" | "MANUAL")?
842
843
  },
@@ -877,6 +878,7 @@ module Aws
877
878
  def domain_id: () -> ::String
878
879
  def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
879
880
  def environment_blueprint_id: () -> ::String
881
+ def environment_configuration_id: () -> ::String
880
882
  def environment_profile_id: () -> ::String
881
883
  def glossary_terms: () -> ::Array[::String]
882
884
  def id: () -> ::String
@@ -1084,7 +1086,7 @@ module Aws
1084
1086
  def last_updated_at: () -> ::Time
1085
1087
  def name: () -> ::String
1086
1088
  def project_profile_id: () -> ::String
1087
- def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
1089
+ def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
1088
1090
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
1089
1091
  end
1090
1092
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project-instance_method
@@ -1098,6 +1100,7 @@ module Aws
1098
1100
  ?user_parameters: Array[
1099
1101
  {
1100
1102
  environment_configuration_name: ::String?,
1103
+ environment_id: ::String?,
1101
1104
  environment_parameters: Array[
1102
1105
  {
1103
1106
  name: ::String?,
@@ -1884,6 +1887,7 @@ module Aws
1884
1887
  def domain_id: () -> ::String
1885
1888
  def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
1886
1889
  def environment_blueprint_id: () -> ::String
1890
+ def environment_configuration_id: () -> ::String
1887
1891
  def environment_profile_id: () -> ::String
1888
1892
  def glossary_terms: () -> ::Array[::String]
1889
1893
  def id: () -> ::String
@@ -2205,7 +2209,7 @@ module Aws
2205
2209
  def last_updated_at: () -> ::Time
2206
2210
  def name: () -> ::String
2207
2211
  def project_profile_id: () -> ::String
2208
- def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
2212
+ def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
2209
2213
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
2210
2214
  end
2211
2215
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project-instance_method
@@ -3596,6 +3600,7 @@ module Aws
3596
3600
  ?name: ::String,
3597
3601
  ?service_role: ::String,
3598
3602
  ?single_sign_on: {
3603
+ idc_instance_arn: ::String?,
3599
3604
  type: ("IAM_IDC" | "DISABLED")?,
3600
3605
  user_assignment: ("AUTOMATIC" | "MANUAL")?
3601
3606
  }
@@ -3635,6 +3640,7 @@ module Aws
3635
3640
  def domain_id: () -> ::String
3636
3641
  def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
3637
3642
  def environment_blueprint_id: () -> ::String
3643
+ def environment_configuration_id: () -> ::String
3638
3644
  def environment_profile_id: () -> ::String
3639
3645
  def glossary_terms: () -> ::Array[::String]
3640
3646
  def id: () -> ::String
@@ -3650,11 +3656,18 @@ module Aws
3650
3656
  end
3651
3657
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_environment-instance_method
3652
3658
  def update_environment: (
3659
+ ?blueprint_version: ::String,
3653
3660
  ?description: ::String,
3654
3661
  domain_identifier: ::String,
3655
3662
  ?glossary_terms: Array[::String],
3656
3663
  identifier: ::String,
3657
- ?name: ::String
3664
+ ?name: ::String,
3665
+ ?user_parameters: Array[
3666
+ {
3667
+ name: ::String?,
3668
+ value: ::String?
3669
+ },
3670
+ ]
3658
3671
  ) -> _UpdateEnvironmentResponseSuccess
3659
3672
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
3660
3673
 
@@ -3790,7 +3803,7 @@ module Aws
3790
3803
  def last_updated_at: () -> ::Time
3791
3804
  def name: () -> ::String
3792
3805
  def project_profile_id: () -> ::String
3793
- def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
3806
+ def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
3794
3807
  def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
3795
3808
  end
3796
3809
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project-instance_method
@@ -3808,7 +3821,20 @@ module Aws
3808
3821
  },
3809
3822
  ?glossary_terms: Array[::String],
3810
3823
  identifier: ::String,
3811
- ?name: ::String
3824
+ ?name: ::String,
3825
+ ?project_profile_version: ::String,
3826
+ ?user_parameters: Array[
3827
+ {
3828
+ environment_configuration_name: ::String?,
3829
+ environment_id: ::String?,
3830
+ environment_parameters: Array[
3831
+ {
3832
+ name: ::String?,
3833
+ value: ::String?
3834
+ },
3835
+ ]?
3836
+ },
3837
+ ]
3812
3838
  ) -> _UpdateProjectResponseSuccess
3813
3839
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProjectResponseSuccess
3814
3840
 
data/sig/types.rbs CHANGED
@@ -880,6 +880,7 @@ module Aws::DataZone
880
880
  attr_accessor domain_id: ::String
881
881
  attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
882
882
  attr_accessor environment_blueprint_id: ::String
883
+ attr_accessor environment_configuration_id: ::String
883
884
  attr_accessor environment_profile_id: ::String
884
885
  attr_accessor glossary_terms: ::Array[::String]
885
886
  attr_accessor id: ::String
@@ -892,7 +893,7 @@ module Aws::DataZone
892
893
  attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
893
894
  attr_accessor updated_at: ::Time
894
895
  attr_accessor user_parameters: ::Array[Types::CustomParameter]
895
- SENSITIVE: [:description, :name]
896
+ SENSITIVE: [:description, :environment_configuration_id, :name]
896
897
  end
897
898
 
898
899
  class CreateEnvironmentProfileInput
@@ -1076,7 +1077,7 @@ module Aws::DataZone
1076
1077
  attr_accessor last_updated_at: ::Time
1077
1078
  attr_accessor name: ::String
1078
1079
  attr_accessor project_profile_id: ::String
1079
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED")
1080
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
1080
1081
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
1081
1082
  SENSITIVE: [:description, :name]
1082
1083
  end
@@ -1828,6 +1829,7 @@ module Aws::DataZone
1828
1829
 
1829
1830
  class EnvironmentConfigurationUserParameter
1830
1831
  attr_accessor environment_configuration_name: ::String
1832
+ attr_accessor environment_id: ::String
1831
1833
  attr_accessor environment_parameters: ::Array[Types::EnvironmentParameter]
1832
1834
  SENSITIVE: [:environment_configuration_name]
1833
1835
  end
@@ -1872,6 +1874,7 @@ module Aws::DataZone
1872
1874
  attr_accessor created_by: ::String
1873
1875
  attr_accessor description: ::String
1874
1876
  attr_accessor domain_id: ::String
1877
+ attr_accessor environment_configuration_id: ::String
1875
1878
  attr_accessor environment_profile_id: ::String
1876
1879
  attr_accessor id: ::String
1877
1880
  attr_accessor name: ::String
@@ -1879,7 +1882,7 @@ module Aws::DataZone
1879
1882
  attr_accessor provider: ::String
1880
1883
  attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
1881
1884
  attr_accessor updated_at: ::Time
1882
- SENSITIVE: [:description, :name]
1885
+ SENSITIVE: [:description, :environment_configuration_id, :name]
1883
1886
  end
1884
1887
 
1885
1888
  class EqualToExpression
@@ -2289,6 +2292,7 @@ module Aws::DataZone
2289
2292
  attr_accessor domain_id: ::String
2290
2293
  attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
2291
2294
  attr_accessor environment_blueprint_id: ::String
2295
+ attr_accessor environment_configuration_id: ::String
2292
2296
  attr_accessor environment_profile_id: ::String
2293
2297
  attr_accessor glossary_terms: ::Array[::String]
2294
2298
  attr_accessor id: ::String
@@ -2301,7 +2305,7 @@ module Aws::DataZone
2301
2305
  attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
2302
2306
  attr_accessor updated_at: ::Time
2303
2307
  attr_accessor user_parameters: ::Array[Types::CustomParameter]
2304
- SENSITIVE: [:description, :name]
2308
+ SENSITIVE: [:description, :environment_configuration_id, :name]
2305
2309
  end
2306
2310
 
2307
2311
  class GetEnvironmentProfileInput
@@ -2540,7 +2544,7 @@ module Aws::DataZone
2540
2544
  attr_accessor last_updated_at: ::Time
2541
2545
  attr_accessor name: ::String
2542
2546
  attr_accessor project_profile_id: ::String
2543
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED")
2547
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
2544
2548
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
2545
2549
  SENSITIVE: [:description, :name]
2546
2550
  end
@@ -4015,7 +4019,7 @@ module Aws::DataZone
4015
4019
  attr_accessor failure_reasons: ::Array[Types::ProjectDeletionError]
4016
4020
  attr_accessor id: ::String
4017
4021
  attr_accessor name: ::String
4018
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED")
4022
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
4019
4023
  attr_accessor updated_at: ::Time
4020
4024
  SENSITIVE: [:description, :name]
4021
4025
  end
@@ -4657,6 +4661,7 @@ module Aws::DataZone
4657
4661
  end
4658
4662
 
4659
4663
  class SingleSignOn
4664
+ attr_accessor idc_instance_arn: ::String
4660
4665
  attr_accessor type: ("IAM_IDC" | "DISABLED")
4661
4666
  attr_accessor user_assignment: ("AUTOMATIC" | "MANUAL")
4662
4667
  SENSITIVE: []
@@ -5176,11 +5181,13 @@ module Aws::DataZone
5176
5181
  end
5177
5182
 
5178
5183
  class UpdateEnvironmentInput
5184
+ attr_accessor blueprint_version: ::String
5179
5185
  attr_accessor description: ::String
5180
5186
  attr_accessor domain_identifier: ::String
5181
5187
  attr_accessor glossary_terms: ::Array[::String]
5182
5188
  attr_accessor identifier: ::String
5183
5189
  attr_accessor name: ::String
5190
+ attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
5184
5191
  SENSITIVE: []
5185
5192
  end
5186
5193
 
@@ -5194,6 +5201,7 @@ module Aws::DataZone
5194
5201
  attr_accessor domain_id: ::String
5195
5202
  attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
5196
5203
  attr_accessor environment_blueprint_id: ::String
5204
+ attr_accessor environment_configuration_id: ::String
5197
5205
  attr_accessor environment_profile_id: ::String
5198
5206
  attr_accessor glossary_terms: ::Array[::String]
5199
5207
  attr_accessor id: ::String
@@ -5206,7 +5214,7 @@ module Aws::DataZone
5206
5214
  attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
5207
5215
  attr_accessor updated_at: ::Time
5208
5216
  attr_accessor user_parameters: ::Array[Types::CustomParameter]
5209
- SENSITIVE: [:description, :name]
5217
+ SENSITIVE: [:description, :environment_configuration_id, :name]
5210
5218
  end
5211
5219
 
5212
5220
  class UpdateEnvironmentProfileInput
@@ -5302,6 +5310,8 @@ module Aws::DataZone
5302
5310
  attr_accessor glossary_terms: ::Array[::String]
5303
5311
  attr_accessor identifier: ::String
5304
5312
  attr_accessor name: ::String
5313
+ attr_accessor project_profile_version: ::String
5314
+ attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
5305
5315
  SENSITIVE: [:description, :name]
5306
5316
  end
5307
5317
 
@@ -5318,7 +5328,7 @@ module Aws::DataZone
5318
5328
  attr_accessor last_updated_at: ::Time
5319
5329
  attr_accessor name: ::String
5320
5330
  attr_accessor project_profile_id: ::String
5321
- attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED")
5331
+ attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
5322
5332
  attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
5323
5333
  SENSITIVE: [:description, :name]
5324
5334
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.34.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-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core