aws-sdk-lightsail 1.52.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48c54d57d6ad3611b90d40361ed57994ffc52ab151b65761a778ac1398ac38cc
4
- data.tar.gz: f52c7602a0265c478e993e873d3ad4fb1d26047ab4489c937392162f047e0ae9
3
+ metadata.gz: fdf92c16a3fc46bd465803f6d5f4861e9c09022bb7d7fa00b819bc1483e9ac44
4
+ data.tar.gz: c847d21011b7a248bb5d22d6fc1faa3fd9229bd190dff8d316f7d18455a93f21
5
5
  SHA512:
6
- metadata.gz: a959799cd20739068d283c92fb613cf517ad8935d1946ceaa81ff459a61137b4607c84f1dd50ae4ce2022d7e8578087d4b5b43a10c1b85d47afab14259997ef2
7
- data.tar.gz: 527c4fbd9ad526bbc990c16dc0274e80bbb6d8d5acafb3dd966d3467ad8abf0cc85a620ef57f644f84359fff0bc8e1c7f01b49c4d7d11567f4d79bdd7bb992c7
6
+ metadata.gz: 7d9145c4cb59c967b59bc64f8d5b439783bcdb95f2a85465b286ca63bb01a288765712ef1ee43d62bdefa5ae06ba41b3899133fd640c86dafa6327fe039ab3f8
7
+ data.tar.gz: f015d213c81a2007a8bd68c7c54b765b66b97cf356dd9d9927e12996bb3aa989c44747d8a0e17f3ee2ca9050bb02be8a05a7ce8a57115948d9d673b02cbf1ed7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.55.0 (2021-08-06)
10
+ ------------------
11
+
12
+ * Feature - This release adds support to track when a bucket access key was last used.
13
+
14
+ 1.54.0 (2021-07-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.53.0 (2021-07-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.52.0 (2021-07-14)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.56.0
@@ -917,7 +917,7 @@ module Aws::Lightsail
917
917
  # in the bucket.
918
918
  #
919
919
  # For more information about versioning, see [Enabling and suspending
920
- # bucket object versioning in Amazon Lightsail][1] in the *Amazon
920
+ # object versioning in a bucket in Amazon Lightsail][1] in the *Amazon
921
921
  # Lightsail Developer Guide*.
922
922
  #
923
923
  #
@@ -1034,6 +1034,9 @@ module Aws::Lightsail
1034
1034
  # resp.access_key.secret_access_key #=> String
1035
1035
  # resp.access_key.status #=> String, one of "Active", "Inactive"
1036
1036
  # resp.access_key.created_at #=> Time
1037
+ # resp.access_key.last_used.last_used_date #=> Time
1038
+ # resp.access_key.last_used.region #=> String
1039
+ # resp.access_key.last_used.service_name #=> String
1037
1040
  # resp.operations #=> Array
1038
1041
  # resp.operations[0].id #=> String
1039
1042
  # resp.operations[0].resource_name #=> String
@@ -5343,6 +5346,9 @@ module Aws::Lightsail
5343
5346
  # resp.access_keys[0].secret_access_key #=> String
5344
5347
  # resp.access_keys[0].status #=> String, one of "Active", "Inactive"
5345
5348
  # resp.access_keys[0].created_at #=> Time
5349
+ # resp.access_keys[0].last_used.last_used_date #=> Time
5350
+ # resp.access_keys[0].last_used.region #=> String
5351
+ # resp.access_keys[0].last_used.service_name #=> String
5346
5352
  #
5347
5353
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBucketAccessKeys AWS API Documentation
5348
5354
  #
@@ -11419,7 +11425,7 @@ module Aws::Lightsail
11419
11425
  params: params,
11420
11426
  config: config)
11421
11427
  context[:gem_name] = 'aws-sdk-lightsail'
11422
- context[:gem_version] = '1.52.0'
11428
+ context[:gem_version] = '1.56.0'
11423
11429
  Seahorse::Client::Request.new(handlers, context)
11424
11430
  end
11425
11431
 
@@ -16,6 +16,7 @@ module Aws::Lightsail
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AccessDirection = Shapes::StringShape.new(name: 'AccessDirection')
18
18
  AccessKey = Shapes::StructureShape.new(name: 'AccessKey')
19
+ AccessKeyLastUsed = Shapes::StructureShape.new(name: 'AccessKeyLastUsed')
19
20
  AccessKeyList = Shapes::ListShape.new(name: 'AccessKeyList')
20
21
  AccessReceiverList = Shapes::ListShape.new(name: 'AccessReceiverList')
21
22
  AccessRules = Shapes::StructureShape.new(name: 'AccessRules')
@@ -618,8 +619,14 @@ module Aws::Lightsail
618
619
  AccessKey.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "secretAccessKey"))
619
620
  AccessKey.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "status"))
620
621
  AccessKey.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
622
+ AccessKey.add_member(:last_used, Shapes::ShapeRef.new(shape: AccessKeyLastUsed, location_name: "lastUsed"))
621
623
  AccessKey.struct_class = Types::AccessKey
622
624
 
625
+ AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: IsoDate, location_name: "lastUsedDate"))
626
+ AccessKeyLastUsed.add_member(:region, Shapes::ShapeRef.new(shape: string, location_name: "region"))
627
+ AccessKeyLastUsed.add_member(:service_name, Shapes::ShapeRef.new(shape: string, location_name: "serviceName"))
628
+ AccessKeyLastUsed.struct_class = Types::AccessKeyLastUsed
629
+
623
630
  AccessKeyList.member = Shapes::ShapeRef.new(shape: AccessKey)
624
631
 
625
632
  AccessReceiverList.member = Shapes::ShapeRef.new(shape: ResourceReceivingAccess)
@@ -78,17 +78,65 @@ module Aws::Lightsail
78
78
  # The timestamp when the access key was created.
79
79
  # @return [Time]
80
80
  #
81
+ # @!attribute [rw] last_used
82
+ # An object that describes the last time the access key was used.
83
+ #
84
+ # <note markdown="1"> This object does not include data in the response of a
85
+ # CreateBucketAccessKey action. If the access key has not been used,
86
+ # the `region` and `serviceName` values are `N/A`, and the
87
+ # `lastUsedDate` value is null.
88
+ #
89
+ # </note>
90
+ # @return [Types::AccessKeyLastUsed]
91
+ #
81
92
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/AccessKey AWS API Documentation
82
93
  #
83
94
  class AccessKey < Struct.new(
84
95
  :access_key_id,
85
96
  :secret_access_key,
86
97
  :status,
87
- :created_at)
98
+ :created_at,
99
+ :last_used)
88
100
  SENSITIVE = [:access_key_id]
89
101
  include Aws::Structure
90
102
  end
91
103
 
104
+ # Describes the last time an access key was used.
105
+ #
106
+ # <note markdown="1"> This object does not include data in the response of a
107
+ # CreateBucketAccessKey action.
108
+ #
109
+ # </note>
110
+ #
111
+ # @!attribute [rw] last_used_date
112
+ # The date and time when the access key was most recently used.
113
+ #
114
+ # This value is null if the access key has not been used.
115
+ # @return [Time]
116
+ #
117
+ # @!attribute [rw] region
118
+ # The AWS Region where this access key was most recently used.
119
+ #
120
+ # This value is `N/A` if the access key has not been used.
121
+ # @return [String]
122
+ #
123
+ # @!attribute [rw] service_name
124
+ # The name of the AWS service with which this access key was most
125
+ # recently used.
126
+ #
127
+ # This value is `N/A` if the access key has not been used.
128
+ # @return [String]
129
+ #
130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/AccessKeyLastUsed AWS API Documentation
131
+ #
132
+ class AccessKeyLastUsed < Struct.new(
133
+ :last_used_date,
134
+ :region,
135
+ :service_name)
136
+ SENSITIVE = []
137
+ include Aws::Structure
138
+ end
139
+
92
140
  # Describes the anonymous access permissions for an Amazon Lightsail
93
141
  # bucket and its objects.
94
142
  #
@@ -2728,7 +2776,7 @@ module Aws::Lightsail
2728
2776
  # objects in the bucket.
2729
2777
  #
2730
2778
  # For more information about versioning, see [Enabling and suspending
2731
- # bucket object versioning in Amazon Lightsail][1] in the *Amazon
2779
+ # object versioning in a bucket in Amazon Lightsail][1] in the *Amazon
2732
2780
  # Lightsail Developer Guide*.
2733
2781
  #
2734
2782
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lightsail/customizations'
48
48
  # @!group service
49
49
  module Aws::Lightsail
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.56.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: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2021-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.120.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="