aws-sdk-fis 1.64.0 → 1.65.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-fis/client.rb +1 -1
- data/lib/aws-sdk-fis.rb +1 -1
- data/sig/client.rbs +6 -6
- 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: d9c49053658e85b1a4e577dc1e60a45eb5d605056c9fcf9f6724bd207d21f853
|
|
4
|
+
data.tar.gz: cd4cc622db0e7a9cd1bf1c5ea1d0aaca5c671b82d79340807df1376d54f34aaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad51470f736f1bfcc8816ae8491b806e62a1ef888e910f2860afdf3040f3fe9d3e38f6408801919577ea7b64daf996663031667a8612a0f509beddb4d52e1ae4
|
|
7
|
+
data.tar.gz: 74cffb5eaa4c1ccabe9269dda26e42d47b26ccec8adfb1b5ef33362f7153582d410f5b1cb22755be5eb81ddeb80a48211dc7f7cc68516790c92efb4930d607ff
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
data/lib/aws-sdk-fis/client.rb
CHANGED
data/lib/aws-sdk-fis.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
{
|
|
91
91
|
source: ::String,
|
|
92
92
|
value: ::String?
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
],
|
|
95
95
|
?targets: Hash[::String, {
|
|
96
96
|
resource_type: ::String,
|
|
@@ -100,7 +100,7 @@ module Aws
|
|
|
100
100
|
{
|
|
101
101
|
path: ::String,
|
|
102
102
|
values: Array[::String]
|
|
103
|
-
}
|
|
103
|
+
}
|
|
104
104
|
]?,
|
|
105
105
|
selection_mode: ::String,
|
|
106
106
|
parameters: Hash[::String, ::String]?
|
|
@@ -139,7 +139,7 @@ module Aws
|
|
|
139
139
|
cloud_watch_dashboards: Array[
|
|
140
140
|
{
|
|
141
141
|
dashboard_identifier: ::String?
|
|
142
|
-
}
|
|
142
|
+
}
|
|
143
143
|
]?
|
|
144
144
|
}?,
|
|
145
145
|
pre_experiment_duration: ::String?,
|
|
@@ -410,7 +410,7 @@ module Aws
|
|
|
410
410
|
{
|
|
411
411
|
source: ::String,
|
|
412
412
|
value: ::String?
|
|
413
|
-
}
|
|
413
|
+
}
|
|
414
414
|
],
|
|
415
415
|
?targets: Hash[::String, {
|
|
416
416
|
resource_type: ::String,
|
|
@@ -420,7 +420,7 @@ module Aws
|
|
|
420
420
|
{
|
|
421
421
|
path: ::String,
|
|
422
422
|
values: Array[::String]
|
|
423
|
-
}
|
|
423
|
+
}
|
|
424
424
|
]?,
|
|
425
425
|
selection_mode: ::String,
|
|
426
426
|
parameters: Hash[::String, ::String]?
|
|
@@ -457,7 +457,7 @@ module Aws
|
|
|
457
457
|
cloud_watch_dashboards: Array[
|
|
458
458
|
{
|
|
459
459
|
dashboard_identifier: ::String?
|
|
460
|
-
}
|
|
460
|
+
}
|
|
461
461
|
]?
|
|
462
462
|
}?,
|
|
463
463
|
pre_experiment_duration: ::String?,
|