aws-sdk-globalaccelerator 1.11.0 → 1.12.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7444160443432154c84ad291a918af0469baccf5
|
|
4
|
+
data.tar.gz: ef9a1709dc939cb04faf7e50357940b667b5253e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0632f78639587580317a8f87c6bfaab5538cca18c088d721b58d776c5c5b3fa5bcd0d102794e85486473199bd28ec23655371031afc4c1da6543a8c4cba84a81
|
|
7
|
+
data.tar.gz: bf9bca79b27d520cafe6d6df392029553833500c266dcc378e8ee57b6d827a95e5be09a2f9dea2513ad4ffb504b20a167bf9ca294383d412e739d0b868593960
|
|
@@ -315,6 +315,7 @@ module Aws::GlobalAccelerator
|
|
|
315
315
|
# resp.accelerator.ip_sets[0].ip_family #=> String
|
|
316
316
|
# resp.accelerator.ip_sets[0].ip_addresses #=> Array
|
|
317
317
|
# resp.accelerator.ip_sets[0].ip_addresses[0] #=> String
|
|
318
|
+
# resp.accelerator.dns_name #=> String
|
|
318
319
|
# resp.accelerator.status #=> String, one of "DEPLOYED", "IN_PROGRESS"
|
|
319
320
|
# resp.accelerator.created_time #=> Time
|
|
320
321
|
# resp.accelerator.last_modified_time #=> Time
|
|
@@ -608,6 +609,7 @@ module Aws::GlobalAccelerator
|
|
|
608
609
|
# resp.accelerator.ip_sets[0].ip_family #=> String
|
|
609
610
|
# resp.accelerator.ip_sets[0].ip_addresses #=> Array
|
|
610
611
|
# resp.accelerator.ip_sets[0].ip_addresses[0] #=> String
|
|
612
|
+
# resp.accelerator.dns_name #=> String
|
|
611
613
|
# resp.accelerator.status #=> String, one of "DEPLOYED", "IN_PROGRESS"
|
|
612
614
|
# resp.accelerator.created_time #=> Time
|
|
613
615
|
# resp.accelerator.last_modified_time #=> Time
|
|
@@ -759,6 +761,7 @@ module Aws::GlobalAccelerator
|
|
|
759
761
|
# resp.accelerators[0].ip_sets[0].ip_family #=> String
|
|
760
762
|
# resp.accelerators[0].ip_sets[0].ip_addresses #=> Array
|
|
761
763
|
# resp.accelerators[0].ip_sets[0].ip_addresses[0] #=> String
|
|
764
|
+
# resp.accelerators[0].dns_name #=> String
|
|
762
765
|
# resp.accelerators[0].status #=> String, one of "DEPLOYED", "IN_PROGRESS"
|
|
763
766
|
# resp.accelerators[0].created_time #=> Time
|
|
764
767
|
# resp.accelerators[0].last_modified_time #=> Time
|
|
@@ -921,6 +924,7 @@ module Aws::GlobalAccelerator
|
|
|
921
924
|
# resp.accelerator.ip_sets[0].ip_family #=> String
|
|
922
925
|
# resp.accelerator.ip_sets[0].ip_addresses #=> Array
|
|
923
926
|
# resp.accelerator.ip_sets[0].ip_addresses[0] #=> String
|
|
927
|
+
# resp.accelerator.dns_name #=> String
|
|
924
928
|
# resp.accelerator.status #=> String, one of "DEPLOYED", "IN_PROGRESS"
|
|
925
929
|
# resp.accelerator.created_time #=> Time
|
|
926
930
|
# resp.accelerator.last_modified_time #=> Time
|
|
@@ -1175,7 +1179,7 @@ module Aws::GlobalAccelerator
|
|
|
1175
1179
|
params: params,
|
|
1176
1180
|
config: config)
|
|
1177
1181
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
1178
|
-
context[:gem_version] = '1.
|
|
1182
|
+
context[:gem_version] = '1.12.0'
|
|
1179
1183
|
Seahorse::Client::Request.new(handlers, context)
|
|
1180
1184
|
end
|
|
1181
1185
|
|
|
@@ -96,6 +96,7 @@ module Aws::GlobalAccelerator
|
|
|
96
96
|
Accelerator.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
|
97
97
|
Accelerator.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
|
|
98
98
|
Accelerator.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IpSets, location_name: "IpSets"))
|
|
99
|
+
Accelerator.add_member(:dns_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "DnsName"))
|
|
99
100
|
Accelerator.add_member(:status, Shapes::ShapeRef.new(shape: AcceleratorStatus, location_name: "Status"))
|
|
100
101
|
Accelerator.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
|
101
102
|
Accelerator.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
@@ -39,6 +39,24 @@ module Aws::GlobalAccelerator
|
|
|
39
39
|
# accelerator.
|
|
40
40
|
# @return [Array<Types::IpSet>]
|
|
41
41
|
#
|
|
42
|
+
# @!attribute [rw] dns_name
|
|
43
|
+
# The Domain Name System (DNS) name that Global Accelerator creates
|
|
44
|
+
# that points to your accelerator's static IP addresses.
|
|
45
|
+
#
|
|
46
|
+
# The naming convention for the DNS name is: a lower case letter a,
|
|
47
|
+
# followed by a 16-bit random hex string, followed by
|
|
48
|
+
# .awsglobalaccelerator.com. For example:
|
|
49
|
+
# a1234567890abcdef.awsglobalaccelerator.com.
|
|
50
|
+
#
|
|
51
|
+
# For more information about the default DNS name, see [Support for
|
|
52
|
+
# DNS Addressing in Global Accelerator][1] in the *AWS Global
|
|
53
|
+
# Accelerator Developer Guide*.
|
|
54
|
+
#
|
|
55
|
+
#
|
|
56
|
+
#
|
|
57
|
+
# [1]: https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing
|
|
58
|
+
# @return [String]
|
|
59
|
+
#
|
|
42
60
|
# @!attribute [rw] status
|
|
43
61
|
# Describes the deployment status of the accelerator.
|
|
44
62
|
# @return [String]
|
|
@@ -59,6 +77,7 @@ module Aws::GlobalAccelerator
|
|
|
59
77
|
:ip_address_type,
|
|
60
78
|
:enabled,
|
|
61
79
|
:ip_sets,
|
|
80
|
+
:dns_name,
|
|
62
81
|
:status,
|
|
63
82
|
:created_time,
|
|
64
83
|
:last_modified_time)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-globalaccelerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.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: 2019-
|
|
11
|
+
date: 2019-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|