aws-sdk-storagegateway 1.45.0 → 1.46.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: a09a0f53b6c568dda3f0b6fa19ba505f18ac7eea2db3f0f954df33cf91265e6c
4
- data.tar.gz: 1e6f616b6b5d77c7b038de8e7ad9b251fdd88f1aee1fb43d10e1cdba4fbb700e
3
+ metadata.gz: e5452ac7c5cce3a5dcf0d3866e5c2e7d5fdb1654a6435eb09505719e75711534
4
+ data.tar.gz: 91efd758f193453d3f8763a69f3eed14690c7355e848bc8ac41312e8c1e6d2f0
5
5
  SHA512:
6
- metadata.gz: fe347436c349c66f15dcabc8b79e9bf6c70cc4ca24ec8a7fb1d0c08ce734038a627f1c356a8f07b0940f98185a4ad8a91502f1f6f0c69c5b338ac52402573f5b
7
- data.tar.gz: 678df12d15ecd03022173fce4b65548bf89c0fb514358c52c57964c1ce7e3281ad8c44ddd0319afa479c8dfc5242a0bacf2ad89378b5e7a223451bcbc8e8a800
6
+ metadata.gz: a650389936a346f485a3452c4ab860f7c43bcfa4010618c216b0edbcffe6808b47c36a5ec3eb6f988bde31c33f8647b8ec62b9213d197db23632cfc627e93e0c
7
+ data.tar.gz: 4ce5841e603d6915577f9af0c7c72fa9aa48c514535c26007bf1cb9a7a255d426c82e39db90ed607a96020b0bae83af564e9b1824dc7be9c3fc6e3396cd13832
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
47
47
  # @service
48
48
  module Aws::StorageGateway
49
49
 
50
- GEM_VERSION = '1.45.0'
50
+ GEM_VERSION = '1.46.0'
51
51
 
52
52
  end
@@ -2910,6 +2910,8 @@ module Aws::StorageGateway
2910
2910
  # * {Types::DescribeGatewayInformationOutput#cloud_watch_log_group_arn #cloud_watch_log_group_arn} => String
2911
2911
  # * {Types::DescribeGatewayInformationOutput#host_environment #host_environment} => String
2912
2912
  # * {Types::DescribeGatewayInformationOutput#endpoint_type #endpoint_type} => String
2913
+ # * {Types::DescribeGatewayInformationOutput#software_updates_end_date #software_updates_end_date} => String
2914
+ # * {Types::DescribeGatewayInformationOutput#deprecation_date #deprecation_date} => String
2913
2915
  #
2914
2916
  #
2915
2917
  # @example Example: To describe metadata about the gateway
@@ -2967,6 +2969,8 @@ module Aws::StorageGateway
2967
2969
  # resp.cloud_watch_log_group_arn #=> String
2968
2970
  # resp.host_environment #=> String, one of "VMWARE", "HYPER-V", "EC2", "KVM", "OTHER"
2969
2971
  # resp.endpoint_type #=> String
2972
+ # resp.software_updates_end_date #=> String
2973
+ # resp.deprecation_date #=> String
2970
2974
  #
2971
2975
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
2972
2976
  #
@@ -6239,7 +6243,7 @@ module Aws::StorageGateway
6239
6243
  params: params,
6240
6244
  config: config)
6241
6245
  context[:gem_name] = 'aws-sdk-storagegateway'
6242
- context[:gem_version] = '1.45.0'
6246
+ context[:gem_version] = '1.46.0'
6243
6247
  Seahorse::Client::Request.new(handlers, context)
6244
6248
  end
6245
6249
 
@@ -91,6 +91,7 @@ module Aws::StorageGateway
91
91
  DeleteTapeOutput = Shapes::StructureShape.new(name: 'DeleteTapeOutput')
92
92
  DeleteVolumeInput = Shapes::StructureShape.new(name: 'DeleteVolumeInput')
93
93
  DeleteVolumeOutput = Shapes::StructureShape.new(name: 'DeleteVolumeOutput')
94
+ DeprecationDate = Shapes::StringShape.new(name: 'DeprecationDate')
94
95
  DescribeAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestInput')
95
96
  DescribeAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestOutput')
96
97
  DescribeBandwidthRateLimitInput = Shapes::StructureShape.new(name: 'DescribeBandwidthRateLimitInput')
@@ -254,6 +255,7 @@ module Aws::StorageGateway
254
255
  ShutdownGatewayOutput = Shapes::StructureShape.new(name: 'ShutdownGatewayOutput')
255
256
  SnapshotDescription = Shapes::StringShape.new(name: 'SnapshotDescription')
256
257
  SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
258
+ SoftwareUpdatesEndDate = Shapes::StringShape.new(name: 'SoftwareUpdatesEndDate')
257
259
  Squash = Shapes::StringShape.new(name: 'Squash')
258
260
  StartAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestInput')
259
261
  StartAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestOutput')
@@ -696,6 +698,8 @@ module Aws::StorageGateway
696
698
  DescribeGatewayInformationOutput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
697
699
  DescribeGatewayInformationOutput.add_member(:host_environment, Shapes::ShapeRef.new(shape: HostEnvironment, location_name: "HostEnvironment"))
698
700
  DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
701
+ DescribeGatewayInformationOutput.add_member(:software_updates_end_date, Shapes::ShapeRef.new(shape: SoftwareUpdatesEndDate, location_name: "SoftwareUpdatesEndDate"))
702
+ DescribeGatewayInformationOutput.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: DeprecationDate, location_name: "DeprecationDate"))
699
703
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
700
704
 
701
705
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -2718,6 +2718,16 @@ module Aws::StorageGateway
2718
2718
  # Valid Values: `STANDARD` \| `FIPS`
2719
2719
  # @return [String]
2720
2720
  #
2721
+ # @!attribute [rw] software_updates_end_date
2722
+ # Date after which this gateway will not receive software updates for
2723
+ # new features.
2724
+ # @return [String]
2725
+ #
2726
+ # @!attribute [rw] deprecation_date
2727
+ # Date after which this gateway will not receive software updates for
2728
+ # new features and bug fixes.
2729
+ # @return [String]
2730
+ #
2721
2731
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
2722
2732
  #
2723
2733
  class DescribeGatewayInformationOutput < Struct.new(
@@ -2736,7 +2746,9 @@ module Aws::StorageGateway
2736
2746
  :vpc_endpoint,
2737
2747
  :cloud_watch_log_group_arn,
2738
2748
  :host_environment,
2739
- :endpoint_type)
2749
+ :endpoint_type,
2750
+ :software_updates_end_date,
2751
+ :deprecation_date)
2740
2752
  SENSITIVE = []
2741
2753
  include Aws::Structure
2742
2754
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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: 2020-07-07 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core