aws-sdk-ssm 1.163.0 → 1.165.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +200 -24
- data/lib/aws-sdk-ssm/client_api.rb +28 -0
- data/lib/aws-sdk-ssm/errors.rb +48 -0
- data/lib/aws-sdk-ssm/types.rb +237 -29
- data/lib/aws-sdk-ssm.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/errors.rbs +9 -0
- data/sig/types.rbs +23 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -88,6 +88,7 @@ module Aws::SSM
|
|
88
88
|
attr_accessor schedule_expression: ::String
|
89
89
|
attr_accessor association_name: ::String
|
90
90
|
attr_accessor schedule_offset: ::Integer
|
91
|
+
attr_accessor duration: ::Integer
|
91
92
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
92
93
|
SENSITIVE: []
|
93
94
|
end
|
@@ -121,6 +122,7 @@ module Aws::SSM
|
|
121
122
|
attr_accessor calendar_names: ::Array[::String]
|
122
123
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
123
124
|
attr_accessor schedule_offset: ::Integer
|
125
|
+
attr_accessor duration: ::Integer
|
124
126
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
125
127
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
126
128
|
attr_accessor triggered_alarms: ::Array[Types::AlarmStateInformation]
|
@@ -220,6 +222,7 @@ module Aws::SSM
|
|
220
222
|
attr_accessor calendar_names: ::Array[::String]
|
221
223
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
222
224
|
attr_accessor schedule_offset: ::Integer
|
225
|
+
attr_accessor duration: ::Integer
|
223
226
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
224
227
|
SENSITIVE: [:parameters]
|
225
228
|
end
|
@@ -562,6 +565,7 @@ module Aws::SSM
|
|
562
565
|
attr_accessor calendar_names: ::Array[::String]
|
563
566
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
564
567
|
attr_accessor schedule_offset: ::Integer
|
568
|
+
attr_accessor duration: ::Integer
|
565
569
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
566
570
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
567
571
|
SENSITIVE: [:parameters]
|
@@ -591,6 +595,7 @@ module Aws::SSM
|
|
591
595
|
attr_accessor calendar_names: ::Array[::String]
|
592
596
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
593
597
|
attr_accessor schedule_offset: ::Integer
|
598
|
+
attr_accessor duration: ::Integer
|
594
599
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
595
600
|
attr_accessor tags: ::Array[Types::Tag]
|
596
601
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
@@ -1249,6 +1254,7 @@ module Aws::SSM
|
|
1249
1254
|
attr_accessor parameter_filters: ::Array[Types::ParameterStringFilter]
|
1250
1255
|
attr_accessor max_results: ::Integer
|
1251
1256
|
attr_accessor next_token: ::String
|
1257
|
+
attr_accessor shared: bool
|
1252
1258
|
SENSITIVE: []
|
1253
1259
|
end
|
1254
1260
|
|
@@ -2808,6 +2814,11 @@ module Aws::SSM
|
|
2808
2814
|
SENSITIVE: [:values]
|
2809
2815
|
end
|
2810
2816
|
|
2817
|
+
class MalformedResourcePolicyDocumentException
|
2818
|
+
attr_accessor message: ::String
|
2819
|
+
SENSITIVE: []
|
2820
|
+
end
|
2821
|
+
|
2811
2822
|
class MaxDocumentSizeExceeded
|
2812
2823
|
attr_accessor message: ::String
|
2813
2824
|
SENSITIVE: []
|
@@ -3137,6 +3148,7 @@ module Aws::SSM
|
|
3137
3148
|
|
3138
3149
|
class ParameterMetadata
|
3139
3150
|
attr_accessor name: ::String
|
3151
|
+
attr_accessor arn: ::String
|
3140
3152
|
attr_accessor type: ("String" | "StringList" | "SecureString")
|
3141
3153
|
attr_accessor key_id: ::String
|
3142
3154
|
attr_accessor last_modified_date: ::Time
|
@@ -3572,6 +3584,11 @@ module Aws::SSM
|
|
3572
3584
|
SENSITIVE: []
|
3573
3585
|
end
|
3574
3586
|
|
3587
|
+
class ResourceNotFoundException
|
3588
|
+
attr_accessor message: ::String
|
3589
|
+
SENSITIVE: []
|
3590
|
+
end
|
3591
|
+
|
3575
3592
|
class ResourcePolicyConflictException
|
3576
3593
|
attr_accessor message: ::String
|
3577
3594
|
SENSITIVE: []
|
@@ -3590,6 +3607,11 @@ module Aws::SSM
|
|
3590
3607
|
SENSITIVE: []
|
3591
3608
|
end
|
3592
3609
|
|
3610
|
+
class ResourcePolicyNotFoundException
|
3611
|
+
attr_accessor message: ::String
|
3612
|
+
SENSITIVE: []
|
3613
|
+
end
|
3614
|
+
|
3593
3615
|
class ResultAttribute
|
3594
3616
|
attr_accessor type_name: ::String
|
3595
3617
|
SENSITIVE: []
|
@@ -3974,6 +3996,7 @@ module Aws::SSM
|
|
3974
3996
|
attr_accessor calendar_names: ::Array[::String]
|
3975
3997
|
attr_accessor target_locations: ::Array[Types::TargetLocation]
|
3976
3998
|
attr_accessor schedule_offset: ::Integer
|
3999
|
+
attr_accessor duration: ::Integer
|
3977
4000
|
attr_accessor target_maps: ::Array[::Hash[::String, ::Array[::String]]]
|
3978
4001
|
attr_accessor alarm_configuration: Types::AlarmConfiguration
|
3979
4002
|
SENSITIVE: [:parameters]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ssm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.165.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: 2024-
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|