aws-sdk-shield 1.95.0 → 1.96.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-shield/client.rb +1 -1
- data/lib/aws-sdk-shield.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d5b90fba72257ced26daeadacfce9a009f63cca323730762b85caee5a3f1460
|
|
4
|
+
data.tar.gz: b9a26f390e15d584dbea7f4b533467e4ad64987d4ecd10f27ac5ad82550d599a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f3876bfb76eaea13e8664c99a3857619eb5751cfff9d06d282ab69abd919898db84d52b0c9ec073f7bbf8550ace9455dc4fa3545525a73f8a6a410bf84f327e
|
|
7
|
+
data.tar.gz: '04529a828e1e37f2262cee7b2429efe65561a73232ab01d340f1cb3a11bc9924da3509b33db26d69a6d03f8e5409c3aeb90b2d0e5bcf4a36f970ae984e590a7e'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
data/lib/aws-sdk-shield.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -117,7 +117,7 @@ module Aws
|
|
|
117
117
|
email_address: ::String,
|
|
118
118
|
phone_number: ::String?,
|
|
119
119
|
contact_notes: ::String?
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
]
|
|
122
122
|
) -> _AssociateProactiveEngagementDetailsResponseSuccess
|
|
123
123
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateProactiveEngagementDetailsResponseSuccess
|
|
@@ -134,7 +134,7 @@ module Aws
|
|
|
134
134
|
{
|
|
135
135
|
key: ::String?,
|
|
136
136
|
value: ::String?
|
|
137
|
-
}
|
|
137
|
+
}
|
|
138
138
|
]
|
|
139
139
|
) -> _CreateProtectionResponseSuccess
|
|
140
140
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProtectionResponseSuccess
|
|
@@ -153,7 +153,7 @@ module Aws
|
|
|
153
153
|
{
|
|
154
154
|
key: ::String?,
|
|
155
155
|
value: ::String?
|
|
156
|
-
}
|
|
156
|
+
}
|
|
157
157
|
]
|
|
158
158
|
) -> _CreateProtectionGroupResponseSuccess
|
|
159
159
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProtectionGroupResponseSuccess
|
|
@@ -426,7 +426,7 @@ module Aws
|
|
|
426
426
|
{
|
|
427
427
|
key: ::String?,
|
|
428
428
|
value: ::String?
|
|
429
|
-
}
|
|
429
|
+
}
|
|
430
430
|
]
|
|
431
431
|
) -> _TagResourceResponseSuccess
|
|
432
432
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -466,7 +466,7 @@ module Aws
|
|
|
466
466
|
email_address: ::String,
|
|
467
467
|
phone_number: ::String?,
|
|
468
468
|
contact_notes: ::String?
|
|
469
|
-
}
|
|
469
|
+
}
|
|
470
470
|
]
|
|
471
471
|
) -> _UpdateEmergencyContactSettingsResponseSuccess
|
|
472
472
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEmergencyContactSettingsResponseSuccess
|