aws-sdk-datazone 1.31.0 → 1.33.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +84 -34
- data/lib/aws-sdk-datazone/client_api.rb +9 -0
- data/lib/aws-sdk-datazone/types.rb +62 -9
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +29 -5
- data/sig/types.rbs +17 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6263aff967ed64c3384c28907499e180b02010cd2c50a49805f6c3385dc89d6f
|
4
|
+
data.tar.gz: 0620bd49a573996d5a21d0e3feaa32b7fae2f9e056c49c13815c2f8d09b3a4fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77db1e0372a7a5cbc97823847b5f0a63582e0fca8d5aa7d0a68abf7ee9c9ac541d6cd8874b57a9144740764d402a324d7b3eb3706c3708de2c8c17656073a083
|
7
|
+
data.tar.gz: 2f423be43a4feea520f64c124a50bf2df23e9ca5aa4d1f66da5e4781f190dbb0bffa3b4561cf44e181f339829ffef8ce098a9746f2934a672df149e180bca44b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.33.0 (2025-03-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support to update projects and environments
|
8
|
+
|
9
|
+
1.32.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.31.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::DataZone
|
40
40
|
# An API client for DataZone. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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
|
#
|
@@ -2419,6 +2423,7 @@ module Aws::DataZone
|
|
2419
2423
|
# * {Types::CreateEnvironmentOutput#domain_id #domain_id} => String
|
2420
2424
|
# * {Types::CreateEnvironmentOutput#environment_actions #environment_actions} => Array<Types::ConfigurableEnvironmentAction>
|
2421
2425
|
# * {Types::CreateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
|
2426
|
+
# * {Types::CreateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
|
2422
2427
|
# * {Types::CreateEnvironmentOutput#environment_profile_id #environment_profile_id} => String
|
2423
2428
|
# * {Types::CreateEnvironmentOutput#glossary_terms #glossary_terms} => Array<String>
|
2424
2429
|
# * {Types::CreateEnvironmentOutput#id #id} => String
|
@@ -2471,6 +2476,7 @@ module Aws::DataZone
|
|
2471
2476
|
# resp.environment_actions[0].parameters[0].value #=> String
|
2472
2477
|
# resp.environment_actions[0].type #=> String
|
2473
2478
|
# resp.environment_blueprint_id #=> String
|
2479
|
+
# resp.environment_configuration_id #=> String
|
2474
2480
|
# resp.environment_profile_id #=> String
|
2475
2481
|
# resp.glossary_terms #=> Array
|
2476
2482
|
# resp.glossary_terms[0] #=> String
|
@@ -3032,6 +3038,7 @@ module Aws::DataZone
|
|
3032
3038
|
# user_parameters: [
|
3033
3039
|
# {
|
3034
3040
|
# environment_configuration_name: "EnvironmentConfigurationName",
|
3041
|
+
# environment_id: "EnvironmentId",
|
3035
3042
|
# environment_parameters: [
|
3036
3043
|
# {
|
3037
3044
|
# name: "String",
|
@@ -3063,9 +3070,10 @@ module Aws::DataZone
|
|
3063
3070
|
# resp.last_updated_at #=> Time
|
3064
3071
|
# resp.name #=> String
|
3065
3072
|
# resp.project_profile_id #=> String
|
3066
|
-
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
|
3073
|
+
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
|
3067
3074
|
# resp.user_parameters #=> Array
|
3068
3075
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
3076
|
+
# resp.user_parameters[0].environment_id #=> String
|
3069
3077
|
# resp.user_parameters[0].environment_parameters #=> Array
|
3070
3078
|
# resp.user_parameters[0].environment_parameters[0].name #=> String
|
3071
3079
|
# resp.user_parameters[0].environment_parameters[0].value #=> String
|
@@ -5408,6 +5416,7 @@ module Aws::DataZone
|
|
5408
5416
|
# * {Types::GetEnvironmentOutput#domain_id #domain_id} => String
|
5409
5417
|
# * {Types::GetEnvironmentOutput#environment_actions #environment_actions} => Array<Types::ConfigurableEnvironmentAction>
|
5410
5418
|
# * {Types::GetEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
|
5419
|
+
# * {Types::GetEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
|
5411
5420
|
# * {Types::GetEnvironmentOutput#environment_profile_id #environment_profile_id} => String
|
5412
5421
|
# * {Types::GetEnvironmentOutput#glossary_terms #glossary_terms} => Array<String>
|
5413
5422
|
# * {Types::GetEnvironmentOutput#id #id} => String
|
@@ -5445,6 +5454,7 @@ module Aws::DataZone
|
|
5445
5454
|
# resp.environment_actions[0].parameters[0].value #=> String
|
5446
5455
|
# resp.environment_actions[0].type #=> String
|
5447
5456
|
# resp.environment_blueprint_id #=> String
|
5457
|
+
# resp.environment_configuration_id #=> String
|
5448
5458
|
# resp.environment_profile_id #=> String
|
5449
5459
|
# resp.glossary_terms #=> Array
|
5450
5460
|
# resp.glossary_terms[0] #=> String
|
@@ -6356,9 +6366,10 @@ module Aws::DataZone
|
|
6356
6366
|
# resp.last_updated_at #=> Time
|
6357
6367
|
# resp.name #=> String
|
6358
6368
|
# resp.project_profile_id #=> String
|
6359
|
-
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
|
6369
|
+
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
|
6360
6370
|
# resp.user_parameters #=> Array
|
6361
6371
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
6372
|
+
# resp.user_parameters[0].environment_id #=> String
|
6362
6373
|
# resp.user_parameters[0].environment_parameters #=> Array
|
6363
6374
|
# resp.user_parameters[0].environment_parameters[0].name #=> String
|
6364
6375
|
# resp.user_parameters[0].environment_parameters[0].value #=> String
|
@@ -8068,6 +8079,7 @@ module Aws::DataZone
|
|
8068
8079
|
# resp.items[0].created_by #=> String
|
8069
8080
|
# resp.items[0].description #=> String
|
8070
8081
|
# resp.items[0].domain_id #=> String
|
8082
|
+
# resp.items[0].environment_configuration_id #=> String
|
8071
8083
|
# resp.items[0].environment_profile_id #=> String
|
8072
8084
|
# resp.items[0].id #=> String
|
8073
8085
|
# resp.items[0].name #=> String
|
@@ -8758,7 +8770,7 @@ module Aws::DataZone
|
|
8758
8770
|
# resp.items[0].failure_reasons[0].message #=> String
|
8759
8771
|
# resp.items[0].id #=> String
|
8760
8772
|
# resp.items[0].name #=> String
|
8761
|
-
# resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
|
8773
|
+
# resp.items[0].project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
|
8762
8774
|
# resp.items[0].updated_at #=> Time
|
8763
8775
|
# resp.next_token #=> String
|
8764
8776
|
#
|
@@ -11502,6 +11514,10 @@ module Aws::DataZone
|
|
11502
11514
|
|
11503
11515
|
# Updates the specified environment in Amazon DataZone.
|
11504
11516
|
#
|
11517
|
+
# @option params [String] :blueprint_version
|
11518
|
+
# The blueprint version to which the environment should be updated. You
|
11519
|
+
# can only specify the following string for this parameter: `latest`.
|
11520
|
+
#
|
11505
11521
|
# @option params [String] :description
|
11506
11522
|
# The description to be updated as part of the `UpdateEnvironment`
|
11507
11523
|
# action.
|
@@ -11520,6 +11536,9 @@ module Aws::DataZone
|
|
11520
11536
|
# @option params [String] :name
|
11521
11537
|
# The name to be updated as part of the `UpdateEnvironment` action.
|
11522
11538
|
#
|
11539
|
+
# @option params [Array<Types::EnvironmentParameter>] :user_parameters
|
11540
|
+
# The user parameters of the environment.
|
11541
|
+
#
|
11523
11542
|
# @return [Types::UpdateEnvironmentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11524
11543
|
#
|
11525
11544
|
# * {Types::UpdateEnvironmentOutput#aws_account_id #aws_account_id} => String
|
@@ -11531,6 +11550,7 @@ module Aws::DataZone
|
|
11531
11550
|
# * {Types::UpdateEnvironmentOutput#domain_id #domain_id} => String
|
11532
11551
|
# * {Types::UpdateEnvironmentOutput#environment_actions #environment_actions} => Array<Types::ConfigurableEnvironmentAction>
|
11533
11552
|
# * {Types::UpdateEnvironmentOutput#environment_blueprint_id #environment_blueprint_id} => String
|
11553
|
+
# * {Types::UpdateEnvironmentOutput#environment_configuration_id #environment_configuration_id} => String
|
11534
11554
|
# * {Types::UpdateEnvironmentOutput#environment_profile_id #environment_profile_id} => String
|
11535
11555
|
# * {Types::UpdateEnvironmentOutput#glossary_terms #glossary_terms} => Array<String>
|
11536
11556
|
# * {Types::UpdateEnvironmentOutput#id #id} => String
|
@@ -11547,11 +11567,18 @@ module Aws::DataZone
|
|
11547
11567
|
# @example Request syntax with placeholder values
|
11548
11568
|
#
|
11549
11569
|
# resp = client.update_environment({
|
11570
|
+
# blueprint_version: "String",
|
11550
11571
|
# description: "String",
|
11551
11572
|
# domain_identifier: "DomainId", # required
|
11552
11573
|
# glossary_terms: ["GlossaryTermId"],
|
11553
11574
|
# identifier: "EnvironmentId", # required
|
11554
11575
|
# name: "String",
|
11576
|
+
# user_parameters: [
|
11577
|
+
# {
|
11578
|
+
# name: "String",
|
11579
|
+
# value: "String",
|
11580
|
+
# },
|
11581
|
+
# ],
|
11555
11582
|
# })
|
11556
11583
|
#
|
11557
11584
|
# @example Response structure
|
@@ -11571,6 +11598,7 @@ module Aws::DataZone
|
|
11571
11598
|
# resp.environment_actions[0].parameters[0].value #=> String
|
11572
11599
|
# resp.environment_actions[0].type #=> String
|
11573
11600
|
# resp.environment_blueprint_id #=> String
|
11601
|
+
# resp.environment_configuration_id #=> String
|
11574
11602
|
# resp.environment_profile_id #=> String
|
11575
11603
|
# resp.glossary_terms #=> Array
|
11576
11604
|
# resp.glossary_terms[0] #=> String
|
@@ -11972,6 +12000,14 @@ module Aws::DataZone
|
|
11972
12000
|
# @option params [String] :name
|
11973
12001
|
# The name to be updated as part of the `UpdateProject` action.
|
11974
12002
|
#
|
12003
|
+
# @option params [String] :project_profile_version
|
12004
|
+
# The project profile version to which the project should be updated.
|
12005
|
+
# You can only specify the following string for this parameter:
|
12006
|
+
# `latest`.
|
12007
|
+
#
|
12008
|
+
# @option params [Array<Types::EnvironmentConfigurationUserParameter>] :user_parameters
|
12009
|
+
# The user parameters of the project.
|
12010
|
+
#
|
11975
12011
|
# @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11976
12012
|
#
|
11977
12013
|
# * {Types::UpdateProjectOutput#created_at #created_at} => Time
|
@@ -12008,6 +12044,19 @@ module Aws::DataZone
|
|
12008
12044
|
# glossary_terms: ["GlossaryTermId"],
|
12009
12045
|
# identifier: "ProjectId", # required
|
12010
12046
|
# name: "ProjectName",
|
12047
|
+
# project_profile_version: "String",
|
12048
|
+
# user_parameters: [
|
12049
|
+
# {
|
12050
|
+
# environment_configuration_name: "EnvironmentConfigurationName",
|
12051
|
+
# environment_id: "EnvironmentId",
|
12052
|
+
# environment_parameters: [
|
12053
|
+
# {
|
12054
|
+
# name: "String",
|
12055
|
+
# value: "String",
|
12056
|
+
# },
|
12057
|
+
# ],
|
12058
|
+
# },
|
12059
|
+
# ],
|
12011
12060
|
# })
|
12012
12061
|
#
|
12013
12062
|
# @example Response structure
|
@@ -12031,9 +12080,10 @@ module Aws::DataZone
|
|
12031
12080
|
# resp.last_updated_at #=> Time
|
12032
12081
|
# resp.name #=> String
|
12033
12082
|
# resp.project_profile_id #=> String
|
12034
|
-
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED"
|
12083
|
+
# resp.project_status #=> String, one of "ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED"
|
12035
12084
|
# resp.user_parameters #=> Array
|
12036
12085
|
# resp.user_parameters[0].environment_configuration_name #=> String
|
12086
|
+
# resp.user_parameters[0].environment_id #=> String
|
12037
12087
|
# resp.user_parameters[0].environment_parameters #=> Array
|
12038
12088
|
# resp.user_parameters[0].environment_parameters[0].name #=> String
|
12039
12089
|
# resp.user_parameters[0].environment_parameters[0].value #=> String
|
@@ -12645,7 +12695,7 @@ module Aws::DataZone
|
|
12645
12695
|
tracer: tracer
|
12646
12696
|
)
|
12647
12697
|
context[:gem_name] = 'aws-sdk-datazone'
|
12648
|
-
context[:gem_version] = '1.
|
12698
|
+
context[:gem_version] = '1.33.0'
|
12649
12699
|
Seahorse::Client::Request.new(handlers, context)
|
12650
12700
|
end
|
12651
12701
|
|
@@ -1737,6 +1737,7 @@ module Aws::DataZone
|
|
1737
1737
|
CreateEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
1738
1738
|
CreateEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
|
1739
1739
|
CreateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
|
1740
|
+
CreateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
|
1740
1741
|
CreateEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
|
1741
1742
|
CreateEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
1742
1743
|
CreateEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
|
@@ -2507,6 +2508,7 @@ module Aws::DataZone
|
|
2507
2508
|
EnvironmentConfigurationParametersList.member = Shapes::ShapeRef.new(shape: EnvironmentConfigurationParameter)
|
2508
2509
|
|
2509
2510
|
EnvironmentConfigurationUserParameter.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
|
2511
|
+
EnvironmentConfigurationUserParameter.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
|
2510
2512
|
EnvironmentConfigurationUserParameter.add_member(:environment_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "environmentParameters"))
|
2511
2513
|
EnvironmentConfigurationUserParameter.struct_class = Types::EnvironmentConfigurationUserParameter
|
2512
2514
|
|
@@ -2556,6 +2558,7 @@ module Aws::DataZone
|
|
2556
2558
|
EnvironmentSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "createdBy"))
|
2557
2559
|
EnvironmentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2558
2560
|
EnvironmentSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
2561
|
+
EnvironmentSummary.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
|
2559
2562
|
EnvironmentSummary.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
|
2560
2563
|
EnvironmentSummary.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
|
2561
2564
|
EnvironmentSummary.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
|
@@ -2907,6 +2910,7 @@ module Aws::DataZone
|
|
2907
2910
|
GetEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
2908
2911
|
GetEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
|
2909
2912
|
GetEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
|
2913
|
+
GetEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
|
2910
2914
|
GetEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
|
2911
2915
|
GetEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
2912
2916
|
GetEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
|
@@ -5203,11 +5207,13 @@ module Aws::DataZone
|
|
5203
5207
|
UpdateEnvironmentActionOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ActionParameters, required: true, location_name: "parameters"))
|
5204
5208
|
UpdateEnvironmentActionOutput.struct_class = Types::UpdateEnvironmentActionOutput
|
5205
5209
|
|
5210
|
+
UpdateEnvironmentInput.add_member(:blueprint_version, Shapes::ShapeRef.new(shape: String, location_name: "blueprintVersion"))
|
5206
5211
|
UpdateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
5207
5212
|
UpdateEnvironmentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
5208
5213
|
UpdateEnvironmentInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
5209
5214
|
UpdateEnvironmentInput.add_member(:identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "identifier"))
|
5210
5215
|
UpdateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
5216
|
+
UpdateEnvironmentInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "userParameters"))
|
5211
5217
|
UpdateEnvironmentInput.struct_class = Types::UpdateEnvironmentInput
|
5212
5218
|
|
5213
5219
|
UpdateEnvironmentOutput.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "awsAccountId"))
|
@@ -5219,6 +5225,7 @@ module Aws::DataZone
|
|
5219
5225
|
UpdateEnvironmentOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
|
5220
5226
|
UpdateEnvironmentOutput.add_member(:environment_actions, Shapes::ShapeRef.new(shape: EnvironmentActionList, location_name: "environmentActions"))
|
5221
5227
|
UpdateEnvironmentOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, location_name: "environmentBlueprintId"))
|
5228
|
+
UpdateEnvironmentOutput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "environmentConfigurationId"))
|
5222
5229
|
UpdateEnvironmentOutput.add_member(:environment_profile_id, Shapes::ShapeRef.new(shape: EnvironmentProfileId, location_name: "environmentProfileId"))
|
5223
5230
|
UpdateEnvironmentOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
5224
5231
|
UpdateEnvironmentOutput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "id"))
|
@@ -5309,6 +5316,8 @@ module Aws::DataZone
|
|
5309
5316
|
UpdateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
|
5310
5317
|
UpdateProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
|
5311
5318
|
UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
5319
|
+
UpdateProjectInput.add_member(:project_profile_version, Shapes::ShapeRef.new(shape: String, location_name: "projectProfileVersion"))
|
5320
|
+
UpdateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
|
5312
5321
|
UpdateProjectInput.struct_class = Types::UpdateProjectInput
|
5313
5322
|
|
5314
5323
|
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
|
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
|
@@ -18929,6 +18953,12 @@ module Aws::DataZone
|
|
18929
18953
|
include Aws::Structure
|
18930
18954
|
end
|
18931
18955
|
|
18956
|
+
# @!attribute [rw] blueprint_version
|
18957
|
+
# The blueprint version to which the environment should be updated.
|
18958
|
+
# You can only specify the following string for this parameter:
|
18959
|
+
# `latest`.
|
18960
|
+
# @return [String]
|
18961
|
+
#
|
18932
18962
|
# @!attribute [rw] description
|
18933
18963
|
# The description to be updated as part of the `UpdateEnvironment`
|
18934
18964
|
# action.
|
@@ -18952,14 +18982,20 @@ module Aws::DataZone
|
|
18952
18982
|
# The name to be updated as part of the `UpdateEnvironment` action.
|
18953
18983
|
# @return [String]
|
18954
18984
|
#
|
18985
|
+
# @!attribute [rw] user_parameters
|
18986
|
+
# The user parameters of the environment.
|
18987
|
+
# @return [Array<Types::EnvironmentParameter>]
|
18988
|
+
#
|
18955
18989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateEnvironmentInput AWS API Documentation
|
18956
18990
|
#
|
18957
18991
|
class UpdateEnvironmentInput < Struct.new(
|
18992
|
+
:blueprint_version,
|
18958
18993
|
:description,
|
18959
18994
|
:domain_identifier,
|
18960
18995
|
:glossary_terms,
|
18961
18996
|
:identifier,
|
18962
|
-
:name
|
18997
|
+
:name,
|
18998
|
+
:user_parameters)
|
18963
18999
|
SENSITIVE = []
|
18964
19000
|
include Aws::Structure
|
18965
19001
|
end
|
@@ -19005,6 +19041,10 @@ module Aws::DataZone
|
|
19005
19041
|
# The blueprint identifier of the environment.
|
19006
19042
|
# @return [String]
|
19007
19043
|
#
|
19044
|
+
# @!attribute [rw] environment_configuration_id
|
19045
|
+
# The configuration ID of the environment.
|
19046
|
+
# @return [String]
|
19047
|
+
#
|
19008
19048
|
# @!attribute [rw] environment_profile_id
|
19009
19049
|
# The profile identifier of the environment.
|
19010
19050
|
# @return [String]
|
@@ -19069,6 +19109,7 @@ module Aws::DataZone
|
|
19069
19109
|
:domain_id,
|
19070
19110
|
:environment_actions,
|
19071
19111
|
:environment_blueprint_id,
|
19112
|
+
:environment_configuration_id,
|
19072
19113
|
:environment_profile_id,
|
19073
19114
|
:glossary_terms,
|
19074
19115
|
:id,
|
@@ -19081,7 +19122,7 @@ module Aws::DataZone
|
|
19081
19122
|
:status,
|
19082
19123
|
:updated_at,
|
19083
19124
|
:user_parameters)
|
19084
|
-
SENSITIVE = [:description, :name]
|
19125
|
+
SENSITIVE = [:description, :environment_configuration_id, :name]
|
19085
19126
|
include Aws::Structure
|
19086
19127
|
end
|
19087
19128
|
|
@@ -19472,6 +19513,16 @@ module Aws::DataZone
|
|
19472
19513
|
# The name to be updated as part of the `UpdateProject` action.
|
19473
19514
|
# @return [String]
|
19474
19515
|
#
|
19516
|
+
# @!attribute [rw] project_profile_version
|
19517
|
+
# The project profile version to which the project should be updated.
|
19518
|
+
# You can only specify the following string for this parameter:
|
19519
|
+
# `latest`.
|
19520
|
+
# @return [String]
|
19521
|
+
#
|
19522
|
+
# @!attribute [rw] user_parameters
|
19523
|
+
# The user parameters of the project.
|
19524
|
+
# @return [Array<Types::EnvironmentConfigurationUserParameter>]
|
19525
|
+
#
|
19475
19526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/UpdateProjectInput AWS API Documentation
|
19476
19527
|
#
|
19477
19528
|
class UpdateProjectInput < Struct.new(
|
@@ -19480,7 +19531,9 @@ module Aws::DataZone
|
|
19480
19531
|
:environment_deployment_details,
|
19481
19532
|
:glossary_terms,
|
19482
19533
|
:identifier,
|
19483
|
-
:name
|
19534
|
+
:name,
|
19535
|
+
:project_profile_version,
|
19536
|
+
:user_parameters)
|
19484
19537
|
SENSITIVE = [:description, :name]
|
19485
19538
|
include Aws::Structure
|
19486
19539
|
end
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -877,6 +877,7 @@ module Aws
|
|
877
877
|
def domain_id: () -> ::String
|
878
878
|
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
879
879
|
def environment_blueprint_id: () -> ::String
|
880
|
+
def environment_configuration_id: () -> ::String
|
880
881
|
def environment_profile_id: () -> ::String
|
881
882
|
def glossary_terms: () -> ::Array[::String]
|
882
883
|
def id: () -> ::String
|
@@ -1084,7 +1085,7 @@ module Aws
|
|
1084
1085
|
def last_updated_at: () -> ::Time
|
1085
1086
|
def name: () -> ::String
|
1086
1087
|
def project_profile_id: () -> ::String
|
1087
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|
1088
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
1088
1089
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
1089
1090
|
end
|
1090
1091
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_project-instance_method
|
@@ -1098,6 +1099,7 @@ module Aws
|
|
1098
1099
|
?user_parameters: Array[
|
1099
1100
|
{
|
1100
1101
|
environment_configuration_name: ::String?,
|
1102
|
+
environment_id: ::String?,
|
1101
1103
|
environment_parameters: Array[
|
1102
1104
|
{
|
1103
1105
|
name: ::String?,
|
@@ -1884,6 +1886,7 @@ module Aws
|
|
1884
1886
|
def domain_id: () -> ::String
|
1885
1887
|
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
1886
1888
|
def environment_blueprint_id: () -> ::String
|
1889
|
+
def environment_configuration_id: () -> ::String
|
1887
1890
|
def environment_profile_id: () -> ::String
|
1888
1891
|
def glossary_terms: () -> ::Array[::String]
|
1889
1892
|
def id: () -> ::String
|
@@ -2205,7 +2208,7 @@ module Aws
|
|
2205
2208
|
def last_updated_at: () -> ::Time
|
2206
2209
|
def name: () -> ::String
|
2207
2210
|
def project_profile_id: () -> ::String
|
2208
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|
2211
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
2209
2212
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
2210
2213
|
end
|
2211
2214
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_project-instance_method
|
@@ -3635,6 +3638,7 @@ module Aws
|
|
3635
3638
|
def domain_id: () -> ::String
|
3636
3639
|
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
3637
3640
|
def environment_blueprint_id: () -> ::String
|
3641
|
+
def environment_configuration_id: () -> ::String
|
3638
3642
|
def environment_profile_id: () -> ::String
|
3639
3643
|
def glossary_terms: () -> ::Array[::String]
|
3640
3644
|
def id: () -> ::String
|
@@ -3650,11 +3654,18 @@ module Aws
|
|
3650
3654
|
end
|
3651
3655
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_environment-instance_method
|
3652
3656
|
def update_environment: (
|
3657
|
+
?blueprint_version: ::String,
|
3653
3658
|
?description: ::String,
|
3654
3659
|
domain_identifier: ::String,
|
3655
3660
|
?glossary_terms: Array[::String],
|
3656
3661
|
identifier: ::String,
|
3657
|
-
?name: ::String
|
3662
|
+
?name: ::String,
|
3663
|
+
?user_parameters: Array[
|
3664
|
+
{
|
3665
|
+
name: ::String?,
|
3666
|
+
value: ::String?
|
3667
|
+
},
|
3668
|
+
]
|
3658
3669
|
) -> _UpdateEnvironmentResponseSuccess
|
3659
3670
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
|
3660
3671
|
|
@@ -3790,7 +3801,7 @@ module Aws
|
|
3790
3801
|
def last_updated_at: () -> ::Time
|
3791
3802
|
def name: () -> ::String
|
3792
3803
|
def project_profile_id: () -> ::String
|
3793
|
-
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|
3804
|
+
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
3794
3805
|
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|
3795
3806
|
end
|
3796
3807
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#update_project-instance_method
|
@@ -3808,7 +3819,20 @@ module Aws
|
|
3808
3819
|
},
|
3809
3820
|
?glossary_terms: Array[::String],
|
3810
3821
|
identifier: ::String,
|
3811
|
-
?name: ::String
|
3822
|
+
?name: ::String,
|
3823
|
+
?project_profile_version: ::String,
|
3824
|
+
?user_parameters: Array[
|
3825
|
+
{
|
3826
|
+
environment_configuration_name: ::String?,
|
3827
|
+
environment_id: ::String?,
|
3828
|
+
environment_parameters: Array[
|
3829
|
+
{
|
3830
|
+
name: ::String?,
|
3831
|
+
value: ::String?
|
3832
|
+
},
|
3833
|
+
]?
|
3834
|
+
},
|
3835
|
+
]
|
3812
3836
|
) -> _UpdateProjectResponseSuccess
|
3813
3837
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProjectResponseSuccess
|
3814
3838
|
|
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
|
@@ -5176,11 +5180,13 @@ module Aws::DataZone
|
|
5176
5180
|
end
|
5177
5181
|
|
5178
5182
|
class UpdateEnvironmentInput
|
5183
|
+
attr_accessor blueprint_version: ::String
|
5179
5184
|
attr_accessor description: ::String
|
5180
5185
|
attr_accessor domain_identifier: ::String
|
5181
5186
|
attr_accessor glossary_terms: ::Array[::String]
|
5182
5187
|
attr_accessor identifier: ::String
|
5183
5188
|
attr_accessor name: ::String
|
5189
|
+
attr_accessor user_parameters: ::Array[Types::EnvironmentParameter]
|
5184
5190
|
SENSITIVE: []
|
5185
5191
|
end
|
5186
5192
|
|
@@ -5194,6 +5200,7 @@ module Aws::DataZone
|
|
5194
5200
|
attr_accessor domain_id: ::String
|
5195
5201
|
attr_accessor environment_actions: ::Array[Types::ConfigurableEnvironmentAction]
|
5196
5202
|
attr_accessor environment_blueprint_id: ::String
|
5203
|
+
attr_accessor environment_configuration_id: ::String
|
5197
5204
|
attr_accessor environment_profile_id: ::String
|
5198
5205
|
attr_accessor glossary_terms: ::Array[::String]
|
5199
5206
|
attr_accessor id: ::String
|
@@ -5206,7 +5213,7 @@ module Aws::DataZone
|
|
5206
5213
|
attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
5207
5214
|
attr_accessor updated_at: ::Time
|
5208
5215
|
attr_accessor user_parameters: ::Array[Types::CustomParameter]
|
5209
|
-
SENSITIVE: [:description, :name]
|
5216
|
+
SENSITIVE: [:description, :environment_configuration_id, :name]
|
5210
5217
|
end
|
5211
5218
|
|
5212
5219
|
class UpdateEnvironmentProfileInput
|
@@ -5302,6 +5309,8 @@ module Aws::DataZone
|
|
5302
5309
|
attr_accessor glossary_terms: ::Array[::String]
|
5303
5310
|
attr_accessor identifier: ::String
|
5304
5311
|
attr_accessor name: ::String
|
5312
|
+
attr_accessor project_profile_version: ::String
|
5313
|
+
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
5305
5314
|
SENSITIVE: [:description, :name]
|
5306
5315
|
end
|
5307
5316
|
|
@@ -5318,7 +5327,7 @@ module Aws::DataZone
|
|
5318
5327
|
attr_accessor last_updated_at: ::Time
|
5319
5328
|
attr_accessor name: ::String
|
5320
5329
|
attr_accessor project_profile_id: ::String
|
5321
|
-
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|
5330
|
+
attr_accessor project_status: ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|
5322
5331
|
attr_accessor user_parameters: ::Array[Types::EnvironmentConfigurationUserParameter]
|
5323
5332
|
SENSITIVE: [:description, :name]
|
5324
5333
|
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.
|
4
|
+
version: 1.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|