aws-sdk-core 2.8.12 → 2.8.13
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/apis/ssm/2014-11-06/api-2.json +25 -17
- data/apis/ssm/2014-11-06/paginators-1.json +12 -12
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d863d151835b77c94ca2c9c0b09fad4c59c8a0e
|
|
4
|
+
data.tar.gz: c91c108813728550aae05592bbb21d8ec1e6612d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5041e8536fa926cfbd225832d0e50e152820645eb3acedeea25a0f6bb9ccbb9b720ff15fb9c79a68e1b68820df14d7f55aea96d04ee75d7bf88c83d98e189232
|
|
7
|
+
data.tar.gz: ad2fe2f959016a144304720089f3f1f4eee7b89c5f5ec64cf8aa662f6e5a06296fc85286e023465e500b37f74e200ed578d544e44c8a8eea09316406fa0d388f
|
|
@@ -1592,8 +1592,8 @@
|
|
|
1592
1592
|
"OutputS3Region":{"shape":"S3Region"},
|
|
1593
1593
|
"OutputS3BucketName":{"shape":"S3BucketName"},
|
|
1594
1594
|
"OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
|
|
1595
|
-
"MaxConcurrency":{"shape":"
|
|
1596
|
-
"MaxErrors":{"shape":"
|
|
1595
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
1596
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
1597
1597
|
"TargetCount":{"shape":"TargetCount"},
|
|
1598
1598
|
"CompletedCount":{"shape":"CompletedCount"},
|
|
1599
1599
|
"ErrorCount":{"shape":"ErrorCount"},
|
|
@@ -2925,8 +2925,8 @@
|
|
|
2925
2925
|
"Type":{"shape":"MaintenanceWindowTaskType"},
|
|
2926
2926
|
"TaskParameters":{"shape":"MaintenanceWindowTaskParametersList"},
|
|
2927
2927
|
"Priority":{"shape":"MaintenanceWindowTaskPriority"},
|
|
2928
|
-
"MaxConcurrency":{"shape":"
|
|
2929
|
-
"MaxErrors":{"shape":"
|
|
2928
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
2929
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
2930
2930
|
"Status":{"shape":"MaintenanceWindowExecutionStatus"},
|
|
2931
2931
|
"StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
|
|
2932
2932
|
"StartTime":{"shape":"DateTime"},
|
|
@@ -3428,6 +3428,7 @@
|
|
|
3428
3428
|
"InvalidNextToken":{
|
|
3429
3429
|
"type":"structure",
|
|
3430
3430
|
"members":{
|
|
3431
|
+
"Message":{"shape":"String"}
|
|
3431
3432
|
},
|
|
3432
3433
|
"exception":true
|
|
3433
3434
|
},
|
|
@@ -4101,8 +4102,8 @@
|
|
|
4101
4102
|
"Priority":{"shape":"MaintenanceWindowTaskPriority"},
|
|
4102
4103
|
"LoggingInfo":{"shape":"LoggingInfo"},
|
|
4103
4104
|
"ServiceRoleArn":{"shape":"ServiceRole"},
|
|
4104
|
-
"MaxConcurrency":{"shape":"
|
|
4105
|
-
"MaxErrors":{"shape":"
|
|
4105
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
4106
|
+
"MaxErrors":{"shape":"MaxErrors"}
|
|
4106
4107
|
}
|
|
4107
4108
|
},
|
|
4108
4109
|
"MaintenanceWindowTaskArn":{
|
|
@@ -4170,6 +4171,12 @@
|
|
|
4170
4171
|
"type":"string",
|
|
4171
4172
|
"pattern":"^mi-[0-9a-f]{17}$"
|
|
4172
4173
|
},
|
|
4174
|
+
"MaxConcurrency":{
|
|
4175
|
+
"type":"string",
|
|
4176
|
+
"max":7,
|
|
4177
|
+
"min":1,
|
|
4178
|
+
"pattern":"^([1-9][0-9]*|[1-9][0-9]%|[1-9]%|100%)$"
|
|
4179
|
+
},
|
|
4173
4180
|
"MaxDocumentSizeExceeded":{
|
|
4174
4181
|
"type":"structure",
|
|
4175
4182
|
"members":{
|
|
@@ -4177,6 +4184,12 @@
|
|
|
4177
4184
|
},
|
|
4178
4185
|
"exception":true
|
|
4179
4186
|
},
|
|
4187
|
+
"MaxErrors":{
|
|
4188
|
+
"type":"string",
|
|
4189
|
+
"max":7,
|
|
4190
|
+
"min":1,
|
|
4191
|
+
"pattern":"^([1-9][0-9]*|[0]|[1-9][0-9]%|[0-9]%|100%)$"
|
|
4192
|
+
},
|
|
4180
4193
|
"MaxResults":{
|
|
4181
4194
|
"type":"integer",
|
|
4182
4195
|
"max":50,
|
|
@@ -4256,7 +4269,7 @@
|
|
|
4256
4269
|
},
|
|
4257
4270
|
"PSParameterValue":{
|
|
4258
4271
|
"type":"string",
|
|
4259
|
-
"max":
|
|
4272
|
+
"max":4096,
|
|
4260
4273
|
"min":1,
|
|
4261
4274
|
"pattern":"^(?:(?!(\\{\\{.*\\}\\})).)*$"
|
|
4262
4275
|
},
|
|
@@ -4780,8 +4793,8 @@
|
|
|
4780
4793
|
"shape":"MaintenanceWindowTaskPriority",
|
|
4781
4794
|
"box":true
|
|
4782
4795
|
},
|
|
4783
|
-
"MaxConcurrency":{"shape":"
|
|
4784
|
-
"MaxErrors":{"shape":"
|
|
4796
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
4797
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
4785
4798
|
"LoggingInfo":{"shape":"LoggingInfo"},
|
|
4786
4799
|
"ClientToken":{
|
|
4787
4800
|
"shape":"ClientToken",
|
|
@@ -4922,8 +4935,8 @@
|
|
|
4922
4935
|
"OutputS3Region":{"shape":"S3Region"},
|
|
4923
4936
|
"OutputS3BucketName":{"shape":"S3BucketName"},
|
|
4924
4937
|
"OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
|
|
4925
|
-
"MaxConcurrency":{"shape":"
|
|
4926
|
-
"MaxErrors":{"shape":"
|
|
4938
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
4939
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
4927
4940
|
"ServiceRoleArn":{"shape":"ServiceRole"},
|
|
4928
4941
|
"NotificationConfig":{"shape":"NotificationConfig"}
|
|
4929
4942
|
}
|
|
@@ -5099,6 +5112,7 @@
|
|
|
5099
5112
|
"TooManyUpdates":{
|
|
5100
5113
|
"type":"structure",
|
|
5101
5114
|
"members":{
|
|
5115
|
+
"Message":{"shape":"String"}
|
|
5102
5116
|
},
|
|
5103
5117
|
"exception":true
|
|
5104
5118
|
},
|
|
@@ -5282,12 +5296,6 @@
|
|
|
5282
5296
|
}
|
|
5283
5297
|
},
|
|
5284
5298
|
"Url":{"type":"string"},
|
|
5285
|
-
"VelocityConstraint":{
|
|
5286
|
-
"type":"string",
|
|
5287
|
-
"max":7,
|
|
5288
|
-
"min":1,
|
|
5289
|
-
"pattern":"^[1-9]\\d*$|[0-9][%]|[1-9][0-9][%]|[1][0][0][%]|[0-9]?"
|
|
5290
|
-
},
|
|
5291
5299
|
"Version":{
|
|
5292
5300
|
"type":"string",
|
|
5293
5301
|
"pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$"
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
-
"
|
|
3
|
+
"DescribeActivations": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "MaxResults",
|
|
5
6
|
"output_token": "NextToken",
|
|
7
|
+
"result_key": "ActivationList"
|
|
8
|
+
},
|
|
9
|
+
"DescribeInstanceInformation": {
|
|
10
|
+
"input_token": "NextToken",
|
|
6
11
|
"limit_key": "MaxResults",
|
|
12
|
+
"output_token": "NextToken",
|
|
7
13
|
"result_key": "InstanceInformationList"
|
|
8
14
|
},
|
|
9
15
|
"ListAssociations": {
|
|
10
16
|
"input_token": "NextToken",
|
|
11
|
-
"output_token": "NextToken",
|
|
12
17
|
"limit_key": "MaxResults",
|
|
18
|
+
"output_token": "NextToken",
|
|
13
19
|
"result_key": "Associations"
|
|
14
20
|
},
|
|
15
21
|
"ListCommandInvocations": {
|
|
16
22
|
"input_token": "NextToken",
|
|
17
|
-
"output_token": "NextToken",
|
|
18
23
|
"limit_key": "MaxResults",
|
|
24
|
+
"output_token": "NextToken",
|
|
19
25
|
"result_key": "CommandInvocations"
|
|
20
26
|
},
|
|
21
27
|
"ListCommands": {
|
|
22
28
|
"input_token": "NextToken",
|
|
23
|
-
"output_token": "NextToken",
|
|
24
29
|
"limit_key": "MaxResults",
|
|
30
|
+
"output_token": "NextToken",
|
|
25
31
|
"result_key": "Commands"
|
|
26
32
|
},
|
|
27
33
|
"ListDocuments": {
|
|
28
34
|
"input_token": "NextToken",
|
|
29
|
-
"output_token": "NextToken",
|
|
30
35
|
"limit_key": "MaxResults",
|
|
31
|
-
"result_key": "DocumentIdentifiers"
|
|
32
|
-
},
|
|
33
|
-
"DescribeActivations": {
|
|
34
|
-
"input_token": "NextToken",
|
|
35
36
|
"output_token": "NextToken",
|
|
36
|
-
"
|
|
37
|
-
"result_key": "ActivationList"
|
|
37
|
+
"result_key": "DocumentIdentifiers"
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
}
|
|
40
|
+
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.13
|
|
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: 2017-03-
|
|
11
|
+
date: 2017-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|