aws-sdk-mgn 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d4909b50e9937be3736712e8215a08ce9be3dcd9e73b8a93e5663210fbbdfdf
4
- data.tar.gz: 2dcb08c536fb3360742a44bdaedb46beb995cb680a7ae1be4a2185b6a1b8fb25
3
+ metadata.gz: b89e9e191cedb459451a0a10034a38ae3e4d3da9937a6ddbddd0fc94e5666c50
4
+ data.tar.gz: 7e27e1eef201d7a482b64b2fb764f24f88c45b6826f737dffff86accdc5701f4
5
5
  SHA512:
6
- metadata.gz: 66473c1bbdc1f3622a905fb6684f6c046d48b1d6528b7ad03e65abc9786a1fde0fcce4ec4266a9822a577400cba2c03ffc5d529941df878e3ce11a387b877338
7
- data.tar.gz: b4d68a0428e1c2ff1f32bd80100bd31ba114438dd4355d004cca2b3d12ded480d5355c52a19c720a2e873a43b28a8bd6ceb3340959c1bb6cb78bdd8b1d50f751
6
+ metadata.gz: edbabb4e1303f18592b3deff9fef10f0b2f536e157403ee8c8264d52f60b4ea575b5a66347a6fc6b6ba3069bc23de7908dbcc1c64aeed687bd6de92ffc9dec05
7
+ data.tar.gz: aa3cde7914d6692fe7a5bb0213c537cc7d4538e28d073bcd79240dbe73bea5a19a324f8e07738c4c8f7f798a8555a4d8a49679f1c1b10d6ab61029da6aefe08a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2022-04-20)
5
+ ------------------
6
+
7
+ * Feature - Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
8
+
4
9
  1.12.0 (2022-03-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -724,7 +724,7 @@ module Aws::Mgn
724
724
  # which are APIs available only to *Support* and only used in response
725
725
  # to relevant support tickets.
726
726
  #
727
- # @option params [required, Types::DescribeJobsRequestFilters] :filters
727
+ # @option params [Types::DescribeJobsRequestFilters] :filters
728
728
  # Request to describe Job log filters.
729
729
  #
730
730
  # @option params [Integer] :max_results
@@ -743,7 +743,7 @@ module Aws::Mgn
743
743
  # @example Request syntax with placeholder values
744
744
  #
745
745
  # resp = client.describe_jobs({
746
- # filters: { # required
746
+ # filters: {
747
747
  # from_date: "ISO8601DatetimeString",
748
748
  # job_i_ds: ["JobID"],
749
749
  # to_date: "ISO8601DatetimeString",
@@ -787,7 +787,7 @@ module Aws::Mgn
787
787
  # @option params [String] :next_token
788
788
  # Request to describe Replication Configuration template by next token.
789
789
  #
790
- # @option params [required, Array<String>] :replication_configuration_template_i_ds
790
+ # @option params [Array<String>] :replication_configuration_template_i_ds
791
791
  # Request to describe Replication Configuration template by template
792
792
  # IDs.
793
793
  #
@@ -803,7 +803,7 @@ module Aws::Mgn
803
803
  # resp = client.describe_replication_configuration_templates({
804
804
  # max_results: 1,
805
805
  # next_token: "PaginationToken",
806
- # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"], # required
806
+ # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"],
807
807
  # })
808
808
  #
809
809
  # @example Response structure
@@ -840,7 +840,7 @@ module Aws::Mgn
840
840
 
841
841
  # Retrieves all SourceServers or multiple SourceServers by ID.
842
842
  #
843
- # @option params [required, Types::DescribeSourceServersRequestFilters] :filters
843
+ # @option params [Types::DescribeSourceServersRequestFilters] :filters
844
844
  # Request to filter Source Servers list.
845
845
  #
846
846
  # @option params [Integer] :max_results
@@ -859,7 +859,7 @@ module Aws::Mgn
859
859
  # @example Request syntax with placeholder values
860
860
  #
861
861
  # resp = client.describe_source_servers({
862
- # filters: { # required
862
+ # filters: {
863
863
  # is_archived: false,
864
864
  # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
865
865
  # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
@@ -2294,7 +2294,7 @@ module Aws::Mgn
2294
2294
  params: params,
2295
2295
  config: config)
2296
2296
  context[:gem_name] = 'aws-sdk-mgn'
2297
- context[:gem_version] = '1.12.0'
2297
+ context[:gem_version] = '1.13.0'
2298
2298
  Seahorse::Client::Request.new(handlers, context)
2299
2299
  end
2300
2300
 
@@ -263,7 +263,7 @@ module Aws::Mgn
263
263
  DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
264
264
  DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
265
265
 
266
- DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, required: true, location_name: "filters"))
266
+ DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, location_name: "filters"))
267
267
  DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
268
268
  DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
269
269
  DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
@@ -281,14 +281,14 @@ module Aws::Mgn
281
281
 
282
282
  DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
283
283
  DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
284
- DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, required: true, location_name: "replicationConfigurationTemplateIDs"))
284
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, location_name: "replicationConfigurationTemplateIDs"))
285
285
  DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
286
286
 
287
287
  DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
288
288
  DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
289
289
  DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
290
290
 
291
- DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, required: true, location_name: "filters"))
291
+ DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, location_name: "filters"))
292
292
  DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
293
293
  DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
294
294
  DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
@@ -522,6 +522,7 @@ module Aws::Mgn
522
522
  ServiceQuotaExceededException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
523
523
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
524
524
  ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
525
+ ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "quotaValue"))
525
526
  ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
526
527
  ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
527
528
  ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
@@ -166,6 +166,11 @@ module Aws::Mgn
166
166
  @data[:quota_code]
167
167
  end
168
168
 
169
+ # @return [String]
170
+ def quota_value
171
+ @data[:quota_value]
172
+ end
173
+
169
174
  # @return [String]
170
175
  def resource_id
171
176
  @data[:resource_id]
@@ -512,7 +512,7 @@ module Aws::Mgn
512
512
  # data as a hash:
513
513
  #
514
514
  # {
515
- # filters: { # required
515
+ # filters: {
516
516
  # from_date: "ISO8601DatetimeString",
517
517
  # job_i_ds: ["JobID"],
518
518
  # to_date: "ISO8601DatetimeString",
@@ -599,7 +599,7 @@ module Aws::Mgn
599
599
  # {
600
600
  # max_results: 1,
601
601
  # next_token: "PaginationToken",
602
- # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"], # required
602
+ # replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"],
603
603
  # }
604
604
  #
605
605
  # @!attribute [rw] max_results
@@ -649,7 +649,7 @@ module Aws::Mgn
649
649
  # data as a hash:
650
650
  #
651
651
  # {
652
- # filters: { # required
652
+ # filters: {
653
653
  # is_archived: false,
654
654
  # life_cycle_states: ["STOPPED"], # accepts STOPPED, NOT_READY, READY_FOR_TEST, TESTING, READY_FOR_CUTOVER, CUTTING_OVER, CUTOVER, DISCONNECTED, DISCOVERED
655
655
  # replication_types: ["AGENT_BASED"], # accepts AGENT_BASED, SNAPSHOT_SHIPPING
@@ -1706,6 +1706,10 @@ module Aws::Mgn
1706
1706
  # Exceeded the service quota code.
1707
1707
  # @return [String]
1708
1708
  #
1709
+ # @!attribute [rw] quota_value
1710
+ # Exceeded the service quota value.
1711
+ # @return [Integer]
1712
+ #
1709
1713
  # @!attribute [rw] resource_id
1710
1714
  # Exceeded the service quota resource ID.
1711
1715
  # @return [String]
@@ -1724,6 +1728,7 @@ module Aws::Mgn
1724
1728
  :code,
1725
1729
  :message,
1726
1730
  :quota_code,
1731
+ :quota_value,
1727
1732
  :resource_id,
1728
1733
  :resource_type,
1729
1734
  :service_code)
data/lib/aws-sdk-mgn.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mgn/customizations'
48
48
  # @!group service
49
49
  module Aws::Mgn
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mgn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core