aws-sdk-mainframemodernization 1.35.0 → 1.36.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-mainframemodernization/client.rb +1 -1
- data/lib/aws-sdk-mainframemodernization/client_api.rb +12 -12
- data/lib/aws-sdk-mainframemodernization.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ffebc404c93747325fad66797782273a73ca357f87a45256c7b240f34ca471f
|
4
|
+
data.tar.gz: 883e84c3470b1f62d11bb084e7efb8450046863f3653edf14dc1e2bcc0711bda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab589d2b101fd1d9505e985ae0856e023cabf9d17b976b9fc29243d2f23c105f219ed9a3e2681661dbdfbb3a48410abafd686a56fd6ab65e61dae37b0383ee36
|
7
|
+
data.tar.gz: b1cfd3c5d7f2a284eadf94e7542c8d9f0c29366dc5d71374f32ec1a4f4711ff1c26f43fec01ed60311f81cc2e232dbe2990587af093b71c87b671af17673f2ef
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -2436,7 +2436,7 @@ module Aws::MainframeModernization
|
|
2436
2436
|
tracer: tracer
|
2437
2437
|
)
|
2438
2438
|
context[:gem_name] = 'aws-sdk-mainframemodernization'
|
2439
|
-
context[:gem_version] = '1.
|
2439
|
+
context[:gem_version] = '1.36.0'
|
2440
2440
|
Seahorse::Client::Request.new(handlers, context)
|
2441
2441
|
end
|
2442
2442
|
|
@@ -304,7 +304,7 @@ module Aws::MainframeModernization
|
|
304
304
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
305
305
|
ConflictException.struct_class = Types::ConflictException
|
306
306
|
|
307
|
-
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
307
|
+
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
308
308
|
CreateApplicationRequest.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, required: true, location_name: "definition"))
|
309
309
|
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
310
310
|
CreateApplicationRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
@@ -320,7 +320,7 @@ module Aws::MainframeModernization
|
|
320
320
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
321
321
|
|
322
322
|
CreateDataSetExportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
|
323
|
-
CreateDataSetExportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
323
|
+
CreateDataSetExportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
324
324
|
CreateDataSetExportTaskRequest.add_member(:export_config, Shapes::ShapeRef.new(shape: DataSetExportConfig, required: true, location_name: "exportConfig"))
|
325
325
|
CreateDataSetExportTaskRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "kmsKeyId"))
|
326
326
|
CreateDataSetExportTaskRequest.struct_class = Types::CreateDataSetExportTaskRequest
|
@@ -329,7 +329,7 @@ module Aws::MainframeModernization
|
|
329
329
|
CreateDataSetExportTaskResponse.struct_class = Types::CreateDataSetExportTaskResponse
|
330
330
|
|
331
331
|
CreateDataSetImportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
|
332
|
-
CreateDataSetImportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
332
|
+
CreateDataSetImportTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
333
333
|
CreateDataSetImportTaskRequest.add_member(:import_config, Shapes::ShapeRef.new(shape: DataSetImportConfig, required: true, location_name: "importConfig"))
|
334
334
|
CreateDataSetImportTaskRequest.struct_class = Types::CreateDataSetImportTaskRequest
|
335
335
|
|
@@ -338,14 +338,14 @@ module Aws::MainframeModernization
|
|
338
338
|
|
339
339
|
CreateDeploymentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
|
340
340
|
CreateDeploymentRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
|
341
|
-
CreateDeploymentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
341
|
+
CreateDeploymentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
342
342
|
CreateDeploymentRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "environmentId"))
|
343
343
|
CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
|
344
344
|
|
345
345
|
CreateDeploymentResponse.add_member(:deployment_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "deploymentId"))
|
346
346
|
CreateDeploymentResponse.struct_class = Types::CreateDeploymentResponse
|
347
347
|
|
348
|
-
CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
348
|
+
CreateEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
349
349
|
CreateEnvironmentRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "description"))
|
350
350
|
CreateEnvironmentRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
|
351
351
|
CreateEnvironmentRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: EngineVersion, location_name: "engineVersion"))
|
@@ -619,7 +619,7 @@ module Aws::MainframeModernization
|
|
619
619
|
GetDataSetDetailsRequest.add_member(:data_set_name, Shapes::ShapeRef.new(shape: String200, required: true, location: "uri", location_name: "dataSetName"))
|
620
620
|
GetDataSetDetailsRequest.struct_class = Types::GetDataSetDetailsRequest
|
621
621
|
|
622
|
-
GetDataSetDetailsResponse.add_member(:blocksize, Shapes::ShapeRef.new(shape: Integer, location_name: "blocksize", metadata: {"box"=>true}))
|
622
|
+
GetDataSetDetailsResponse.add_member(:blocksize, Shapes::ShapeRef.new(shape: Integer, location_name: "blocksize", metadata: {"box" => true}))
|
623
623
|
GetDataSetDetailsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
|
624
624
|
GetDataSetDetailsResponse.add_member(:data_set_name, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "dataSetName"))
|
625
625
|
GetDataSetDetailsResponse.add_member(:data_set_org, Shapes::ShapeRef.new(shape: DatasetDetailOrgAttributes, location_name: "dataSetOrg"))
|
@@ -627,7 +627,7 @@ module Aws::MainframeModernization
|
|
627
627
|
GetDataSetDetailsResponse.add_member(:last_referenced_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastReferencedTime"))
|
628
628
|
GetDataSetDetailsResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
|
629
629
|
GetDataSetDetailsResponse.add_member(:location, Shapes::ShapeRef.new(shape: String2000, location_name: "location"))
|
630
|
-
GetDataSetDetailsResponse.add_member(:record_length, Shapes::ShapeRef.new(shape: Integer, location_name: "recordLength", metadata: {"box"=>true}))
|
630
|
+
GetDataSetDetailsResponse.add_member(:record_length, Shapes::ShapeRef.new(shape: Integer, location_name: "recordLength", metadata: {"box" => true}))
|
631
631
|
GetDataSetDetailsResponse.struct_class = Types::GetDataSetDetailsResponse
|
632
632
|
|
633
633
|
GetDataSetExportTaskRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "applicationId"))
|
@@ -713,7 +713,7 @@ module Aws::MainframeModernization
|
|
713
713
|
|
714
714
|
JobStep.add_member(:proc_step_name, Shapes::ShapeRef.new(shape: String, location_name: "procStepName"))
|
715
715
|
JobStep.add_member(:proc_step_number, Shapes::ShapeRef.new(shape: Integer, location_name: "procStepNumber"))
|
716
|
-
JobStep.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box"=>true}))
|
716
|
+
JobStep.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box" => true}))
|
717
717
|
JobStep.add_member(:step_checkpoint_status, Shapes::ShapeRef.new(shape: String, location_name: "stepCheckpointStatus"))
|
718
718
|
JobStep.add_member(:step_checkpoint_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stepCheckpointTime"))
|
719
719
|
JobStep.add_member(:step_cond_code, Shapes::ShapeRef.new(shape: String, location_name: "stepCondCode"))
|
@@ -724,8 +724,8 @@ module Aws::MainframeModernization
|
|
724
724
|
|
725
725
|
JobStepRestartMarker.add_member(:from_proc_step, Shapes::ShapeRef.new(shape: String, location_name: "fromProcStep"))
|
726
726
|
JobStepRestartMarker.add_member(:from_step, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fromStep"))
|
727
|
-
JobStepRestartMarker.add_member(:skip, Shapes::ShapeRef.new(shape: Boolean, location_name: "skip", metadata: {"box"=>true}))
|
728
|
-
JobStepRestartMarker.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box"=>true}))
|
727
|
+
JobStepRestartMarker.add_member(:skip, Shapes::ShapeRef.new(shape: Boolean, location_name: "skip", metadata: {"box" => true}))
|
728
|
+
JobStepRestartMarker.add_member(:step_checkpoint, Shapes::ShapeRef.new(shape: Integer, location_name: "stepCheckpoint", metadata: {"box" => true}))
|
729
729
|
JobStepRestartMarker.add_member(:to_proc_step, Shapes::ShapeRef.new(shape: String, location_name: "toProcStep"))
|
730
730
|
JobStepRestartMarker.add_member(:to_step, Shapes::ShapeRef.new(shape: String, location_name: "toStep"))
|
731
731
|
JobStepRestartMarker.struct_class = Types::JobStepRestartMarker
|
@@ -1013,8 +1013,8 @@ module Aws::MainframeModernization
|
|
1013
1013
|
VsamAttributes.struct_class = Types::VsamAttributes
|
1014
1014
|
|
1015
1015
|
VsamDetailAttributes.add_member(:alternate_keys, Shapes::ShapeRef.new(shape: AlternateKeyList, location_name: "alternateKeys"))
|
1016
|
-
VsamDetailAttributes.add_member(:cache_at_startup, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheAtStartup", metadata: {"box"=>true}))
|
1017
|
-
VsamDetailAttributes.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "compressed", metadata: {"box"=>true}))
|
1016
|
+
VsamDetailAttributes.add_member(:cache_at_startup, Shapes::ShapeRef.new(shape: Boolean, location_name: "cacheAtStartup", metadata: {"box" => true}))
|
1017
|
+
VsamDetailAttributes.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "compressed", metadata: {"box" => true}))
|
1018
1018
|
VsamDetailAttributes.add_member(:encoding, Shapes::ShapeRef.new(shape: String20, location_name: "encoding"))
|
1019
1019
|
VsamDetailAttributes.add_member(:primary_key, Shapes::ShapeRef.new(shape: PrimaryKey, location_name: "primaryKey"))
|
1020
1020
|
VsamDetailAttributes.add_member(:record_format, Shapes::ShapeRef.new(shape: String20, location_name: "recordFormat"))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mainframemodernization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mainframemodernization
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mainframemodernization/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWSMainframeModernization
|
99
96
|
test_files: []
|