aws-sdk-sagemaker 1.337.0 → 1.338.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +53 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +33 -0
- data/lib/aws-sdk-sagemaker/types.rb +118 -3
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +24 -3
- data/sig/types.rbs +21 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e54fd7220260c7ae2bd313f1524b522c371c3341639300d787b67dee686a31ac
|
|
4
|
+
data.tar.gz: 0b401dde82b5ced1143ab4e38a466accf2af71a72f0ccd6a64f69a767cd24923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54f2c402a70cfa7b98a138094f92539f09a745fe62f5c1c8907ffa0f74fb7623549f323a415991274a5b1cbade2076f24dcc5b024c0c77f45870bce86b618032
|
|
7
|
+
data.tar.gz: b09d6030aeda9847de87498ee7a7f5b15c251b7b740afcdd43caf2dcb139cd6cc049400a02280c0ed1e602c5345ad29b42ee2641caca3f0b7e524341c48da0f4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.338.0 (2025-11-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for minor version upgrades and AWS Identity Center integration for SageMaker Hadron Partner Apps, enabling automated version management and IdC group-based access control.
|
|
8
|
+
|
|
4
9
|
1.337.0 (2025-11-12)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.338.0
|
|
@@ -8515,6 +8515,11 @@ module Aws::SageMaker
|
|
|
8515
8515
|
# Services IAM session name or the authenticated IAM user as the
|
|
8516
8516
|
# identity of the SageMaker Partner AI App user.
|
|
8517
8517
|
#
|
|
8518
|
+
# @option params [Boolean] :enable_auto_minor_version_upgrade
|
|
8519
|
+
# When set to `TRUE`, the SageMaker Partner AI App is automatically
|
|
8520
|
+
# upgraded to the latest minor version during the next scheduled
|
|
8521
|
+
# maintenance window, if one is available. Default is `FALSE`.
|
|
8522
|
+
#
|
|
8518
8523
|
# @option params [String] :client_token
|
|
8519
8524
|
# A unique token that guarantees that the call to this API is
|
|
8520
8525
|
# idempotent.
|
|
@@ -8546,9 +8551,17 @@ module Aws::SageMaker
|
|
|
8546
8551
|
# arguments: {
|
|
8547
8552
|
# "NonEmptyString256" => "String1024",
|
|
8548
8553
|
# },
|
|
8554
|
+
# assigned_group_patterns: ["GroupNamePattern"],
|
|
8555
|
+
# role_group_assignments: [
|
|
8556
|
+
# {
|
|
8557
|
+
# role_name: "NonEmptyString256", # required
|
|
8558
|
+
# group_patterns: ["GroupNamePattern"], # required
|
|
8559
|
+
# },
|
|
8560
|
+
# ],
|
|
8549
8561
|
# },
|
|
8550
8562
|
# auth_type: "IAM", # required, accepts IAM
|
|
8551
8563
|
# enable_iam_session_based_identity: false,
|
|
8564
|
+
# enable_auto_minor_version_upgrade: false,
|
|
8552
8565
|
# client_token: "ClientToken",
|
|
8553
8566
|
# tags: [
|
|
8554
8567
|
# {
|
|
@@ -17437,6 +17450,10 @@ module Aws::SageMaker
|
|
|
17437
17450
|
# @option params [required, String] :arn
|
|
17438
17451
|
# The ARN of the SageMaker Partner AI App to describe.
|
|
17439
17452
|
#
|
|
17453
|
+
# @option params [Boolean] :include_available_upgrade
|
|
17454
|
+
# When set to `TRUE`, the response includes available upgrade
|
|
17455
|
+
# information for the SageMaker Partner AI App. Default is `FALSE`.
|
|
17456
|
+
#
|
|
17440
17457
|
# @return [Types::DescribePartnerAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17441
17458
|
#
|
|
17442
17459
|
# * {Types::DescribePartnerAppResponse#arn #arn} => String
|
|
@@ -17455,11 +17472,15 @@ module Aws::SageMaker
|
|
|
17455
17472
|
# * {Types::DescribePartnerAppResponse#auth_type #auth_type} => String
|
|
17456
17473
|
# * {Types::DescribePartnerAppResponse#enable_iam_session_based_identity #enable_iam_session_based_identity} => Boolean
|
|
17457
17474
|
# * {Types::DescribePartnerAppResponse#error #error} => Types::ErrorInfo
|
|
17475
|
+
# * {Types::DescribePartnerAppResponse#enable_auto_minor_version_upgrade #enable_auto_minor_version_upgrade} => Boolean
|
|
17476
|
+
# * {Types::DescribePartnerAppResponse#current_version_eol_date #current_version_eol_date} => Time
|
|
17477
|
+
# * {Types::DescribePartnerAppResponse#available_upgrade #available_upgrade} => Types::AvailableUpgrade
|
|
17458
17478
|
#
|
|
17459
17479
|
# @example Request syntax with placeholder values
|
|
17460
17480
|
#
|
|
17461
17481
|
# resp = client.describe_partner_app({
|
|
17462
17482
|
# arn: "PartnerAppArn", # required
|
|
17483
|
+
# include_available_upgrade: false,
|
|
17463
17484
|
# })
|
|
17464
17485
|
#
|
|
17465
17486
|
# @example Response structure
|
|
@@ -17480,10 +17501,21 @@ module Aws::SageMaker
|
|
|
17480
17501
|
# resp.application_config.admin_users[0] #=> String
|
|
17481
17502
|
# resp.application_config.arguments #=> Hash
|
|
17482
17503
|
# resp.application_config.arguments["NonEmptyString256"] #=> String
|
|
17504
|
+
# resp.application_config.assigned_group_patterns #=> Array
|
|
17505
|
+
# resp.application_config.assigned_group_patterns[0] #=> String
|
|
17506
|
+
# resp.application_config.role_group_assignments #=> Array
|
|
17507
|
+
# resp.application_config.role_group_assignments[0].role_name #=> String
|
|
17508
|
+
# resp.application_config.role_group_assignments[0].group_patterns #=> Array
|
|
17509
|
+
# resp.application_config.role_group_assignments[0].group_patterns[0] #=> String
|
|
17483
17510
|
# resp.auth_type #=> String, one of "IAM"
|
|
17484
17511
|
# resp.enable_iam_session_based_identity #=> Boolean
|
|
17485
17512
|
# resp.error.code #=> String
|
|
17486
17513
|
# resp.error.reason #=> String
|
|
17514
|
+
# resp.enable_auto_minor_version_upgrade #=> Boolean
|
|
17515
|
+
# resp.current_version_eol_date #=> Time
|
|
17516
|
+
# resp.available_upgrade.version #=> String
|
|
17517
|
+
# resp.available_upgrade.release_notes #=> Array
|
|
17518
|
+
# resp.available_upgrade.release_notes[0] #=> String
|
|
17487
17519
|
#
|
|
17488
17520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerApp AWS API Documentation
|
|
17489
17521
|
#
|
|
@@ -30134,6 +30166,17 @@ module Aws::SageMaker
|
|
|
30134
30166
|
# Services IAM session name or the authenticated IAM user as the
|
|
30135
30167
|
# identity of the SageMaker Partner AI App user.
|
|
30136
30168
|
#
|
|
30169
|
+
# @option params [Boolean] :enable_auto_minor_version_upgrade
|
|
30170
|
+
# When set to `TRUE`, the SageMaker Partner AI App is automatically
|
|
30171
|
+
# upgraded to the latest minor version during the next scheduled
|
|
30172
|
+
# maintenance window, if one is available.
|
|
30173
|
+
#
|
|
30174
|
+
# @option params [String] :app_version
|
|
30175
|
+
# The semantic version to upgrade the SageMaker Partner AI App to. Must
|
|
30176
|
+
# be the same semantic version returned in the `AvailableUpgrade` field
|
|
30177
|
+
# from `DescribePartnerApp`. Version skipping and downgrades are not
|
|
30178
|
+
# supported.
|
|
30179
|
+
#
|
|
30137
30180
|
# @option params [String] :client_token
|
|
30138
30181
|
# A unique token that guarantees that the call to this API is
|
|
30139
30182
|
# idempotent.
|
|
@@ -30162,8 +30205,17 @@ module Aws::SageMaker
|
|
|
30162
30205
|
# arguments: {
|
|
30163
30206
|
# "NonEmptyString256" => "String1024",
|
|
30164
30207
|
# },
|
|
30208
|
+
# assigned_group_patterns: ["GroupNamePattern"],
|
|
30209
|
+
# role_group_assignments: [
|
|
30210
|
+
# {
|
|
30211
|
+
# role_name: "NonEmptyString256", # required
|
|
30212
|
+
# group_patterns: ["GroupNamePattern"], # required
|
|
30213
|
+
# },
|
|
30214
|
+
# ],
|
|
30165
30215
|
# },
|
|
30166
30216
|
# enable_iam_session_based_identity: false,
|
|
30217
|
+
# enable_auto_minor_version_upgrade: false,
|
|
30218
|
+
# app_version: "MajorMinorVersion",
|
|
30167
30219
|
# client_token: "ClientToken",
|
|
30168
30220
|
# tags: [
|
|
30169
30221
|
# {
|
|
@@ -31294,7 +31346,7 @@ module Aws::SageMaker
|
|
|
31294
31346
|
tracer: tracer
|
|
31295
31347
|
)
|
|
31296
31348
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
31297
|
-
context[:gem_version] = '1.
|
|
31349
|
+
context[:gem_version] = '1.338.0'
|
|
31298
31350
|
Seahorse::Client::Request.new(handlers, context)
|
|
31299
31351
|
end
|
|
31300
31352
|
|
|
@@ -94,6 +94,7 @@ module Aws::SageMaker
|
|
|
94
94
|
ArtifactSummaries = Shapes::ListShape.new(name: 'ArtifactSummaries')
|
|
95
95
|
ArtifactSummary = Shapes::StructureShape.new(name: 'ArtifactSummary')
|
|
96
96
|
AssemblyType = Shapes::StringShape.new(name: 'AssemblyType')
|
|
97
|
+
AssignedGroupPatternsList = Shapes::ListShape.new(name: 'AssignedGroupPatternsList')
|
|
97
98
|
AssociateTrialComponentRequest = Shapes::StructureShape.new(name: 'AssociateTrialComponentRequest')
|
|
98
99
|
AssociateTrialComponentResponse = Shapes::StructureShape.new(name: 'AssociateTrialComponentResponse')
|
|
99
100
|
AssociationEdgeType = Shapes::StringShape.new(name: 'AssociationEdgeType')
|
|
@@ -186,6 +187,7 @@ module Aws::SageMaker
|
|
|
186
187
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
|
187
188
|
AvailableInstanceCount = Shapes::IntegerShape.new(name: 'AvailableInstanceCount')
|
|
188
189
|
AvailableSpareInstanceCount = Shapes::IntegerShape.new(name: 'AvailableSpareInstanceCount')
|
|
190
|
+
AvailableUpgrade = Shapes::StructureShape.new(name: 'AvailableUpgrade')
|
|
189
191
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
|
190
192
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
|
191
193
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
|
@@ -1113,6 +1115,8 @@ module Aws::SageMaker
|
|
|
1113
1115
|
GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
|
|
1114
1116
|
GitConfigUrl = Shapes::StringShape.new(name: 'GitConfigUrl')
|
|
1115
1117
|
Group = Shapes::StringShape.new(name: 'Group')
|
|
1118
|
+
GroupNamePattern = Shapes::StringShape.new(name: 'GroupNamePattern')
|
|
1119
|
+
GroupPatternsList = Shapes::ListShape.new(name: 'GroupPatternsList')
|
|
1116
1120
|
GroupingAttributeName = Shapes::StringShape.new(name: 'GroupingAttributeName')
|
|
1117
1121
|
GroupingAttributeNames = Shapes::ListShape.new(name: 'GroupingAttributeNames')
|
|
1118
1122
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
|
@@ -1565,6 +1569,7 @@ module Aws::SageMaker
|
|
|
1565
1569
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
1566
1570
|
LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
|
|
1567
1571
|
MLFramework = Shapes::StringShape.new(name: 'MLFramework')
|
|
1572
|
+
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1568
1573
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
1569
1574
|
ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
|
|
1570
1575
|
ManagedInstanceScalingStatus = Shapes::StringShape.new(name: 'ManagedInstanceScalingStatus')
|
|
@@ -2101,6 +2106,7 @@ module Aws::SageMaker
|
|
|
2101
2106
|
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
|
2102
2107
|
Relation = Shapes::StringShape.new(name: 'Relation')
|
|
2103
2108
|
ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
|
|
2109
|
+
ReleaseNotesList = Shapes::ListShape.new(name: 'ReleaseNotesList')
|
|
2104
2110
|
RemoteDebugConfig = Shapes::StructureShape.new(name: 'RemoteDebugConfig')
|
|
2105
2111
|
RemoteDebugConfigForUpdate = Shapes::StructureShape.new(name: 'RemoteDebugConfigForUpdate')
|
|
2106
2112
|
RenderUiTemplateRequest = Shapes::StructureShape.new(name: 'RenderUiTemplateRequest')
|
|
@@ -2155,6 +2161,8 @@ module Aws::SageMaker
|
|
|
2155
2161
|
RetryPipelineExecutionResponse = Shapes::StructureShape.new(name: 'RetryPipelineExecutionResponse')
|
|
2156
2162
|
RetryStrategy = Shapes::StructureShape.new(name: 'RetryStrategy')
|
|
2157
2163
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
2164
|
+
RoleGroupAssignment = Shapes::StructureShape.new(name: 'RoleGroupAssignment')
|
|
2165
|
+
RoleGroupAssignmentsList = Shapes::ListShape.new(name: 'RoleGroupAssignmentsList')
|
|
2158
2166
|
RollingDeploymentPolicy = Shapes::StructureShape.new(name: 'RollingDeploymentPolicy')
|
|
2159
2167
|
RollingUpdatePolicy = Shapes::StructureShape.new(name: 'RollingUpdatePolicy')
|
|
2160
2168
|
RootAccess = Shapes::StringShape.new(name: 'RootAccess')
|
|
@@ -2882,6 +2890,8 @@ module Aws::SageMaker
|
|
|
2882
2890
|
ArtifactSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2883
2891
|
ArtifactSummary.struct_class = Types::ArtifactSummary
|
|
2884
2892
|
|
|
2893
|
+
AssignedGroupPatternsList.member = Shapes::ShapeRef.new(shape: GroupNamePattern)
|
|
2894
|
+
|
|
2885
2895
|
AssociateTrialComponentRequest.add_member(:trial_component_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialComponentName"))
|
|
2886
2896
|
AssociateTrialComponentRequest.add_member(:trial_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "TrialName"))
|
|
2887
2897
|
AssociateTrialComponentRequest.struct_class = Types::AssociateTrialComponentRequest
|
|
@@ -3122,6 +3132,10 @@ module Aws::SageMaker
|
|
|
3122
3132
|
Autotune.add_member(:mode, Shapes::ShapeRef.new(shape: AutotuneMode, required: true, location_name: "Mode"))
|
|
3123
3133
|
Autotune.struct_class = Types::Autotune
|
|
3124
3134
|
|
|
3135
|
+
AvailableUpgrade.add_member(:version, Shapes::ShapeRef.new(shape: MajorMinorVersion, location_name: "Version"))
|
|
3136
|
+
AvailableUpgrade.add_member(:release_notes, Shapes::ShapeRef.new(shape: ReleaseNotesList, location_name: "ReleaseNotes"))
|
|
3137
|
+
AvailableUpgrade.struct_class = Types::AvailableUpgrade
|
|
3138
|
+
|
|
3125
3139
|
BatchAddClusterNodesError.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
|
3126
3140
|
BatchAddClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3127
3141
|
BatchAddClusterNodesError.add_member(:failed_count, Shapes::ShapeRef.new(shape: BatchAddFailureCount, required: true, location_name: "FailedCount"))
|
|
@@ -4396,6 +4410,7 @@ module Aws::SageMaker
|
|
|
4396
4410
|
CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
|
4397
4411
|
CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
|
|
4398
4412
|
CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
|
4413
|
+
CreatePartnerAppRequest.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
|
|
4399
4414
|
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
4400
4415
|
CreatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4401
4416
|
CreatePartnerAppRequest.struct_class = Types::CreatePartnerAppRequest
|
|
@@ -5974,6 +5989,7 @@ module Aws::SageMaker
|
|
|
5974
5989
|
DescribeOptimizationJobResponse.struct_class = Types::DescribeOptimizationJobResponse
|
|
5975
5990
|
|
|
5976
5991
|
DescribePartnerAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
|
5992
|
+
DescribePartnerAppRequest.add_member(:include_available_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeAvailableUpgrade", metadata: {"box" => true}))
|
|
5977
5993
|
DescribePartnerAppRequest.struct_class = Types::DescribePartnerAppRequest
|
|
5978
5994
|
|
|
5979
5995
|
DescribePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
|
@@ -5992,6 +6008,9 @@ module Aws::SageMaker
|
|
|
5992
6008
|
DescribePartnerAppResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, location_name: "AuthType"))
|
|
5993
6009
|
DescribePartnerAppResponse.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
|
5994
6010
|
DescribePartnerAppResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "Error"))
|
|
6011
|
+
DescribePartnerAppResponse.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
|
|
6012
|
+
DescribePartnerAppResponse.add_member(:current_version_eol_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CurrentVersionEolDate"))
|
|
6013
|
+
DescribePartnerAppResponse.add_member(:available_upgrade, Shapes::ShapeRef.new(shape: AvailableUpgrade, location_name: "AvailableUpgrade"))
|
|
5995
6014
|
DescribePartnerAppResponse.struct_class = Types::DescribePartnerAppResponse
|
|
5996
6015
|
|
|
5997
6016
|
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
|
@@ -6943,6 +6962,8 @@ module Aws::SageMaker
|
|
|
6943
6962
|
GitConfigForUpdate.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
6944
6963
|
GitConfigForUpdate.struct_class = Types::GitConfigForUpdate
|
|
6945
6964
|
|
|
6965
|
+
GroupPatternsList.member = Shapes::ShapeRef.new(shape: GroupNamePattern)
|
|
6966
|
+
|
|
6946
6967
|
GroupingAttributeNames.member = Shapes::ShapeRef.new(shape: GroupingAttributeName)
|
|
6947
6968
|
|
|
6948
6969
|
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
|
@@ -9630,6 +9651,8 @@ module Aws::SageMaker
|
|
|
9630
9651
|
|
|
9631
9652
|
PartnerAppConfig.add_member(:admin_users, Shapes::ShapeRef.new(shape: PartnerAppAdminUserList, location_name: "AdminUsers"))
|
|
9632
9653
|
PartnerAppConfig.add_member(:arguments, Shapes::ShapeRef.new(shape: PartnerAppArguments, location_name: "Arguments"))
|
|
9654
|
+
PartnerAppConfig.add_member(:assigned_group_patterns, Shapes::ShapeRef.new(shape: AssignedGroupPatternsList, location_name: "AssignedGroupPatterns"))
|
|
9655
|
+
PartnerAppConfig.add_member(:role_group_assignments, Shapes::ShapeRef.new(shape: RoleGroupAssignmentsList, location_name: "RoleGroupAssignments"))
|
|
9633
9656
|
PartnerAppConfig.struct_class = Types::PartnerAppConfig
|
|
9634
9657
|
|
|
9635
9658
|
PartnerAppMaintenanceConfig.add_member(:maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyScheduleTimeFormat, location_name: "MaintenanceWindowStart"))
|
|
@@ -10237,6 +10260,8 @@ module Aws::SageMaker
|
|
|
10237
10260
|
RegisterModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
|
10238
10261
|
RegisterModelStepMetadata.struct_class = Types::RegisterModelStepMetadata
|
|
10239
10262
|
|
|
10263
|
+
ReleaseNotesList.member = Shapes::ShapeRef.new(shape: String1024)
|
|
10264
|
+
|
|
10240
10265
|
RemoteDebugConfig.add_member(:enable_remote_debug, Shapes::ShapeRef.new(shape: EnableRemoteDebug, location_name: "EnableRemoteDebug"))
|
|
10241
10266
|
RemoteDebugConfig.struct_class = Types::RemoteDebugConfig
|
|
10242
10267
|
|
|
@@ -10362,6 +10387,12 @@ module Aws::SageMaker
|
|
|
10362
10387
|
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts", metadata: {"box" => true}))
|
|
10363
10388
|
RetryStrategy.struct_class = Types::RetryStrategy
|
|
10364
10389
|
|
|
10390
|
+
RoleGroupAssignment.add_member(:role_name, Shapes::ShapeRef.new(shape: NonEmptyString256, required: true, location_name: "RoleName"))
|
|
10391
|
+
RoleGroupAssignment.add_member(:group_patterns, Shapes::ShapeRef.new(shape: GroupPatternsList, required: true, location_name: "GroupPatterns"))
|
|
10392
|
+
RoleGroupAssignment.struct_class = Types::RoleGroupAssignment
|
|
10393
|
+
|
|
10394
|
+
RoleGroupAssignmentsList.member = Shapes::ShapeRef.new(shape: RoleGroupAssignment)
|
|
10395
|
+
|
|
10365
10396
|
RollingDeploymentPolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, required: true, location_name: "MaximumBatchSize"))
|
|
10366
10397
|
RollingDeploymentPolicy.add_member(:rollback_maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, location_name: "RollbackMaximumBatchSize"))
|
|
10367
10398
|
RollingDeploymentPolicy.struct_class = Types::RollingDeploymentPolicy
|
|
@@ -11642,6 +11673,8 @@ module Aws::SageMaker
|
|
|
11642
11673
|
UpdatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
|
|
11643
11674
|
UpdatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
|
11644
11675
|
UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
|
11676
|
+
UpdatePartnerAppRequest.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
|
|
11677
|
+
UpdatePartnerAppRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: MajorMinorVersion, location_name: "AppVersion"))
|
|
11645
11678
|
UpdatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
11646
11679
|
UpdatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
11647
11680
|
UpdatePartnerAppRequest.struct_class = Types::UpdatePartnerAppRequest
|
|
@@ -3080,6 +3080,28 @@ module Aws::SageMaker
|
|
|
3080
3080
|
include Aws::Structure
|
|
3081
3081
|
end
|
|
3082
3082
|
|
|
3083
|
+
# Contains information about an available upgrade for a SageMaker
|
|
3084
|
+
# Partner AI App, including the version number and release notes.
|
|
3085
|
+
#
|
|
3086
|
+
# @!attribute [rw] version
|
|
3087
|
+
# The semantic version number of the available upgrade for the
|
|
3088
|
+
# SageMaker Partner AI App.
|
|
3089
|
+
# @return [String]
|
|
3090
|
+
#
|
|
3091
|
+
# @!attribute [rw] release_notes
|
|
3092
|
+
# A list of release notes describing the changes and improvements
|
|
3093
|
+
# included in the available upgrade version.
|
|
3094
|
+
# @return [Array<String>]
|
|
3095
|
+
#
|
|
3096
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AvailableUpgrade AWS API Documentation
|
|
3097
|
+
#
|
|
3098
|
+
class AvailableUpgrade < Struct.new(
|
|
3099
|
+
:version,
|
|
3100
|
+
:release_notes)
|
|
3101
|
+
SENSITIVE = []
|
|
3102
|
+
include Aws::Structure
|
|
3103
|
+
end
|
|
3104
|
+
|
|
3083
3105
|
# Information about an error that occurred during the node addition
|
|
3084
3106
|
# operation.
|
|
3085
3107
|
#
|
|
@@ -10944,6 +10966,12 @@ module Aws::SageMaker
|
|
|
10944
10966
|
# identity of the SageMaker Partner AI App user.
|
|
10945
10967
|
# @return [Boolean]
|
|
10946
10968
|
#
|
|
10969
|
+
# @!attribute [rw] enable_auto_minor_version_upgrade
|
|
10970
|
+
# When set to `TRUE`, the SageMaker Partner AI App is automatically
|
|
10971
|
+
# upgraded to the latest minor version during the next scheduled
|
|
10972
|
+
# maintenance window, if one is available. Default is `FALSE`.
|
|
10973
|
+
# @return [Boolean]
|
|
10974
|
+
#
|
|
10947
10975
|
# @!attribute [rw] client_token
|
|
10948
10976
|
# A unique token that guarantees that the call to this API is
|
|
10949
10977
|
# idempotent.
|
|
@@ -10969,6 +10997,7 @@ module Aws::SageMaker
|
|
|
10969
10997
|
:application_config,
|
|
10970
10998
|
:auth_type,
|
|
10971
10999
|
:enable_iam_session_based_identity,
|
|
11000
|
+
:enable_auto_minor_version_upgrade,
|
|
10972
11001
|
:client_token,
|
|
10973
11002
|
:tags)
|
|
10974
11003
|
SENSITIVE = []
|
|
@@ -19410,10 +19439,16 @@ module Aws::SageMaker
|
|
|
19410
19439
|
# The ARN of the SageMaker Partner AI App to describe.
|
|
19411
19440
|
# @return [String]
|
|
19412
19441
|
#
|
|
19442
|
+
# @!attribute [rw] include_available_upgrade
|
|
19443
|
+
# When set to `TRUE`, the response includes available upgrade
|
|
19444
|
+
# information for the SageMaker Partner AI App. Default is `FALSE`.
|
|
19445
|
+
# @return [Boolean]
|
|
19446
|
+
#
|
|
19413
19447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerAppRequest AWS API Documentation
|
|
19414
19448
|
#
|
|
19415
19449
|
class DescribePartnerAppRequest < Struct.new(
|
|
19416
|
-
:arn
|
|
19450
|
+
:arn,
|
|
19451
|
+
:include_available_upgrade)
|
|
19417
19452
|
SENSITIVE = []
|
|
19418
19453
|
include Aws::Structure
|
|
19419
19454
|
end
|
|
@@ -19512,6 +19547,24 @@ module Aws::SageMaker
|
|
|
19512
19547
|
# reason for an operation failure.
|
|
19513
19548
|
# @return [Types::ErrorInfo]
|
|
19514
19549
|
#
|
|
19550
|
+
# @!attribute [rw] enable_auto_minor_version_upgrade
|
|
19551
|
+
# Indicates whether the SageMaker Partner AI App is configured for
|
|
19552
|
+
# automatic minor version upgrades during scheduled maintenance
|
|
19553
|
+
# windows.
|
|
19554
|
+
# @return [Boolean]
|
|
19555
|
+
#
|
|
19556
|
+
# @!attribute [rw] current_version_eol_date
|
|
19557
|
+
# The end-of-life date for the current version of the SageMaker
|
|
19558
|
+
# Partner AI App.
|
|
19559
|
+
# @return [Time]
|
|
19560
|
+
#
|
|
19561
|
+
# @!attribute [rw] available_upgrade
|
|
19562
|
+
# A map of available minor version upgrades for the SageMaker Partner
|
|
19563
|
+
# AI App. The key is the semantic version number, and the value is a
|
|
19564
|
+
# list of release notes for that version. A null value indicates no
|
|
19565
|
+
# upgrades are available.
|
|
19566
|
+
# @return [Types::AvailableUpgrade]
|
|
19567
|
+
#
|
|
19515
19568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerAppResponse AWS API Documentation
|
|
19516
19569
|
#
|
|
19517
19570
|
class DescribePartnerAppResponse < Struct.new(
|
|
@@ -19530,7 +19583,10 @@ module Aws::SageMaker
|
|
|
19530
19583
|
:application_config,
|
|
19531
19584
|
:auth_type,
|
|
19532
19585
|
:enable_iam_session_based_identity,
|
|
19533
|
-
:error
|
|
19586
|
+
:error,
|
|
19587
|
+
:enable_auto_minor_version_upgrade,
|
|
19588
|
+
:current_version_eol_date,
|
|
19589
|
+
:available_upgrade)
|
|
19534
19590
|
SENSITIVE = []
|
|
19535
19591
|
include Aws::Structure
|
|
19536
19592
|
end
|
|
@@ -40245,11 +40301,31 @@ module Aws::SageMaker
|
|
|
40245
40301
|
# value pair that is specific to the user and application.
|
|
40246
40302
|
# @return [Hash<String,String>]
|
|
40247
40303
|
#
|
|
40304
|
+
# @!attribute [rw] assigned_group_patterns
|
|
40305
|
+
# A list of Amazon Web Services IAM Identity Center group patterns
|
|
40306
|
+
# that can access the SageMaker Partner AI App. Group names support
|
|
40307
|
+
# wildcard matching using `*`. An empty list indicates the app will
|
|
40308
|
+
# not use Identity Center group features. All groups specified in
|
|
40309
|
+
# `RoleGroupAssignments` must match patterns in this list.
|
|
40310
|
+
# @return [Array<String>]
|
|
40311
|
+
#
|
|
40312
|
+
# @!attribute [rw] role_group_assignments
|
|
40313
|
+
# A map of in-app roles to Amazon Web Services IAM Identity Center
|
|
40314
|
+
# group patterns. Groups assigned to specific roles receive those
|
|
40315
|
+
# permissions, while groups in `AssignedGroupPatterns` but not in this
|
|
40316
|
+
# map receive default in-app role depending on app type. Group
|
|
40317
|
+
# patterns support wildcard matching using `*`. Currently supported by
|
|
40318
|
+
# Fiddler version 1.3 and later with roles: `ORG_MEMBER` (default) and
|
|
40319
|
+
# `ORG_ADMIN`.
|
|
40320
|
+
# @return [Array<Types::RoleGroupAssignment>]
|
|
40321
|
+
#
|
|
40248
40322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PartnerAppConfig AWS API Documentation
|
|
40249
40323
|
#
|
|
40250
40324
|
class PartnerAppConfig < Struct.new(
|
|
40251
40325
|
:admin_users,
|
|
40252
|
-
:arguments
|
|
40326
|
+
:arguments,
|
|
40327
|
+
:assigned_group_patterns,
|
|
40328
|
+
:role_group_assignments)
|
|
40253
40329
|
SENSITIVE = []
|
|
40254
40330
|
include Aws::Structure
|
|
40255
40331
|
end
|
|
@@ -44577,6 +44653,30 @@ module Aws::SageMaker
|
|
|
44577
44653
|
include Aws::Structure
|
|
44578
44654
|
end
|
|
44579
44655
|
|
|
44656
|
+
# Defines the mapping between an in-app role and the AWS IAM Identity
|
|
44657
|
+
# Center group patterns that should be assigned to that role within the
|
|
44658
|
+
# SageMaker Partner AI App.
|
|
44659
|
+
#
|
|
44660
|
+
# @!attribute [rw] role_name
|
|
44661
|
+
# The name of the in-app role within the SageMaker Partner AI App. The
|
|
44662
|
+
# specific roles available depend on the app type and version.
|
|
44663
|
+
# @return [String]
|
|
44664
|
+
#
|
|
44665
|
+
# @!attribute [rw] group_patterns
|
|
44666
|
+
# A list of AWS IAM Identity Center group patterns that should be
|
|
44667
|
+
# assigned to the specified role. Group patterns support wildcard
|
|
44668
|
+
# matching using `*`.
|
|
44669
|
+
# @return [Array<String>]
|
|
44670
|
+
#
|
|
44671
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RoleGroupAssignment AWS API Documentation
|
|
44672
|
+
#
|
|
44673
|
+
class RoleGroupAssignment < Struct.new(
|
|
44674
|
+
:role_name,
|
|
44675
|
+
:group_patterns)
|
|
44676
|
+
SENSITIVE = []
|
|
44677
|
+
include Aws::Structure
|
|
44678
|
+
end
|
|
44679
|
+
|
|
44580
44680
|
# The configurations that SageMaker uses when updating the AMI versions.
|
|
44581
44681
|
#
|
|
44582
44682
|
# @!attribute [rw] maximum_batch_size
|
|
@@ -52454,6 +52554,19 @@ module Aws::SageMaker
|
|
|
52454
52554
|
# identity of the SageMaker Partner AI App user.
|
|
52455
52555
|
# @return [Boolean]
|
|
52456
52556
|
#
|
|
52557
|
+
# @!attribute [rw] enable_auto_minor_version_upgrade
|
|
52558
|
+
# When set to `TRUE`, the SageMaker Partner AI App is automatically
|
|
52559
|
+
# upgraded to the latest minor version during the next scheduled
|
|
52560
|
+
# maintenance window, if one is available.
|
|
52561
|
+
# @return [Boolean]
|
|
52562
|
+
#
|
|
52563
|
+
# @!attribute [rw] app_version
|
|
52564
|
+
# The semantic version to upgrade the SageMaker Partner AI App to.
|
|
52565
|
+
# Must be the same semantic version returned in the `AvailableUpgrade`
|
|
52566
|
+
# field from `DescribePartnerApp`. Version skipping and downgrades are
|
|
52567
|
+
# not supported.
|
|
52568
|
+
# @return [String]
|
|
52569
|
+
#
|
|
52457
52570
|
# @!attribute [rw] client_token
|
|
52458
52571
|
# A unique token that guarantees that the call to this API is
|
|
52459
52572
|
# idempotent.
|
|
@@ -52475,6 +52588,8 @@ module Aws::SageMaker
|
|
|
52475
52588
|
:tier,
|
|
52476
52589
|
:application_config,
|
|
52477
52590
|
:enable_iam_session_based_identity,
|
|
52591
|
+
:enable_auto_minor_version_upgrade,
|
|
52592
|
+
:app_version,
|
|
52478
52593
|
:client_token,
|
|
52479
52594
|
:tags)
|
|
52480
52595
|
SENSITIVE = []
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -3808,10 +3808,18 @@ module Aws
|
|
|
3808
3808
|
tier: ::String,
|
|
3809
3809
|
?application_config: {
|
|
3810
3810
|
admin_users: Array[::String]?,
|
|
3811
|
-
arguments: Hash[::String, ::String]
|
|
3811
|
+
arguments: Hash[::String, ::String]?,
|
|
3812
|
+
assigned_group_patterns: Array[::String]?,
|
|
3813
|
+
role_group_assignments: Array[
|
|
3814
|
+
{
|
|
3815
|
+
role_name: ::String,
|
|
3816
|
+
group_patterns: Array[::String]
|
|
3817
|
+
},
|
|
3818
|
+
]?
|
|
3812
3819
|
},
|
|
3813
3820
|
auth_type: ("IAM"),
|
|
3814
3821
|
?enable_iam_session_based_identity: bool,
|
|
3822
|
+
?enable_auto_minor_version_upgrade: bool,
|
|
3815
3823
|
?client_token: ::String,
|
|
3816
3824
|
?tags: Array[
|
|
3817
3825
|
{
|
|
@@ -6405,10 +6413,14 @@ module Aws
|
|
|
6405
6413
|
def application_config: () -> Types::PartnerAppConfig
|
|
6406
6414
|
def auth_type: () -> ("IAM")
|
|
6407
6415
|
def enable_iam_session_based_identity: () -> bool
|
|
6416
|
+
def enable_auto_minor_version_upgrade: () -> bool
|
|
6417
|
+
def current_version_eol_date: () -> ::Time
|
|
6418
|
+
def available_upgrade: () -> Types::AvailableUpgrade
|
|
6408
6419
|
end
|
|
6409
6420
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#describe_partner_app-instance_method
|
|
6410
6421
|
def describe_partner_app: (
|
|
6411
|
-
arn: ::String
|
|
6422
|
+
arn: ::String,
|
|
6423
|
+
?include_available_upgrade: bool
|
|
6412
6424
|
) -> _DescribePartnerAppResponseSuccess
|
|
6413
6425
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePartnerAppResponseSuccess
|
|
6414
6426
|
|
|
@@ -10205,9 +10217,18 @@ module Aws
|
|
|
10205
10217
|
?tier: ::String,
|
|
10206
10218
|
?application_config: {
|
|
10207
10219
|
admin_users: Array[::String]?,
|
|
10208
|
-
arguments: Hash[::String, ::String]
|
|
10220
|
+
arguments: Hash[::String, ::String]?,
|
|
10221
|
+
assigned_group_patterns: Array[::String]?,
|
|
10222
|
+
role_group_assignments: Array[
|
|
10223
|
+
{
|
|
10224
|
+
role_name: ::String,
|
|
10225
|
+
group_patterns: Array[::String]
|
|
10226
|
+
},
|
|
10227
|
+
]?
|
|
10209
10228
|
},
|
|
10210
10229
|
?enable_iam_session_based_identity: bool,
|
|
10230
|
+
?enable_auto_minor_version_upgrade: bool,
|
|
10231
|
+
?app_version: ::String,
|
|
10211
10232
|
?client_token: ::String,
|
|
10212
10233
|
?tags: Array[
|
|
10213
10234
|
{
|
data/sig/types.rbs
CHANGED
|
@@ -506,6 +506,12 @@ module Aws::SageMaker
|
|
|
506
506
|
SENSITIVE: []
|
|
507
507
|
end
|
|
508
508
|
|
|
509
|
+
class AvailableUpgrade
|
|
510
|
+
attr_accessor version: ::String
|
|
511
|
+
attr_accessor release_notes: ::Array[::String]
|
|
512
|
+
SENSITIVE: []
|
|
513
|
+
end
|
|
514
|
+
|
|
509
515
|
class BatchAddClusterNodesError
|
|
510
516
|
attr_accessor instance_group_name: ::String
|
|
511
517
|
attr_accessor error_code: ("InstanceGroupNotFound" | "InvalidInstanceGroupStatus")
|
|
@@ -2065,6 +2071,7 @@ module Aws::SageMaker
|
|
|
2065
2071
|
attr_accessor application_config: Types::PartnerAppConfig
|
|
2066
2072
|
attr_accessor auth_type: ("IAM")
|
|
2067
2073
|
attr_accessor enable_iam_session_based_identity: bool
|
|
2074
|
+
attr_accessor enable_auto_minor_version_upgrade: bool
|
|
2068
2075
|
attr_accessor client_token: ::String
|
|
2069
2076
|
attr_accessor tags: ::Array[Types::Tag]
|
|
2070
2077
|
SENSITIVE: []
|
|
@@ -4097,6 +4104,7 @@ module Aws::SageMaker
|
|
|
4097
4104
|
|
|
4098
4105
|
class DescribePartnerAppRequest
|
|
4099
4106
|
attr_accessor arn: ::String
|
|
4107
|
+
attr_accessor include_available_upgrade: bool
|
|
4100
4108
|
SENSITIVE: []
|
|
4101
4109
|
end
|
|
4102
4110
|
|
|
@@ -4117,6 +4125,9 @@ module Aws::SageMaker
|
|
|
4117
4125
|
attr_accessor auth_type: ("IAM")
|
|
4118
4126
|
attr_accessor enable_iam_session_based_identity: bool
|
|
4119
4127
|
attr_accessor error: Types::ErrorInfo
|
|
4128
|
+
attr_accessor enable_auto_minor_version_upgrade: bool
|
|
4129
|
+
attr_accessor current_version_eol_date: ::Time
|
|
4130
|
+
attr_accessor available_upgrade: Types::AvailableUpgrade
|
|
4120
4131
|
SENSITIVE: []
|
|
4121
4132
|
end
|
|
4122
4133
|
|
|
@@ -8532,6 +8543,8 @@ module Aws::SageMaker
|
|
|
8532
8543
|
class PartnerAppConfig
|
|
8533
8544
|
attr_accessor admin_users: ::Array[::String]
|
|
8534
8545
|
attr_accessor arguments: ::Hash[::String, ::String]
|
|
8546
|
+
attr_accessor assigned_group_patterns: ::Array[::String]
|
|
8547
|
+
attr_accessor role_group_assignments: ::Array[Types::RoleGroupAssignment]
|
|
8535
8548
|
SENSITIVE: []
|
|
8536
8549
|
end
|
|
8537
8550
|
|
|
@@ -9382,6 +9395,12 @@ module Aws::SageMaker
|
|
|
9382
9395
|
SENSITIVE: []
|
|
9383
9396
|
end
|
|
9384
9397
|
|
|
9398
|
+
class RoleGroupAssignment
|
|
9399
|
+
attr_accessor role_name: ::String
|
|
9400
|
+
attr_accessor group_patterns: ::Array[::String]
|
|
9401
|
+
SENSITIVE: []
|
|
9402
|
+
end
|
|
9403
|
+
|
|
9385
9404
|
class RollingDeploymentPolicy
|
|
9386
9405
|
attr_accessor maximum_batch_size: Types::CapacitySizeConfig
|
|
9387
9406
|
attr_accessor rollback_maximum_batch_size: Types::CapacitySizeConfig
|
|
@@ -11000,6 +11019,8 @@ module Aws::SageMaker
|
|
|
11000
11019
|
attr_accessor tier: ::String
|
|
11001
11020
|
attr_accessor application_config: Types::PartnerAppConfig
|
|
11002
11021
|
attr_accessor enable_iam_session_based_identity: bool
|
|
11022
|
+
attr_accessor enable_auto_minor_version_upgrade: bool
|
|
11023
|
+
attr_accessor app_version: ::String
|
|
11003
11024
|
attr_accessor client_token: ::String
|
|
11004
11025
|
attr_accessor tags: ::Array[Types::Tag]
|
|
11005
11026
|
SENSITIVE: []
|