aws-sdk-core 2.11.67 → 2.11.68
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/servicecatalog/2015-12-10/api-2.json +26 -7
- data/apis/ssm/2014-11-06/api-2.json +24 -4
- data/apis/ssm/2014-11-06/smoke.json +18 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 796dc6d9dd0980376f6207c5282bc230044a67ad
|
|
4
|
+
data.tar.gz: 111f72e7a3d811f51a16a889bb1066743b1ca27e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c68a9bfe015a28be8f5d7599d948d1e9a9d560295fbafdf0f1f19c334491ac5769e31e584d3dd64fcafbc2b4ec65dc8b733891d7f5a01abf955a9f1b3cfe56d1
|
|
7
|
+
data.tar.gz: 74c452219dacea2887b5554d3e2c7be0bf56f61e4ce078832f76f0b9105c131f879c52e697b5e5f7030afefbb4e8c3b1d826f195e756d30ea383cfd8cd7fe1af
|
|
@@ -1955,7 +1955,8 @@
|
|
|
1955
1955
|
"enum":[
|
|
1956
1956
|
"CLOUD_FORMATION_TEMPLATE",
|
|
1957
1957
|
"MARKETPLACE"
|
|
1958
|
-
]
|
|
1958
|
+
],
|
|
1959
|
+
"max":8191
|
|
1959
1960
|
},
|
|
1960
1961
|
"ProductViewAggregationType":{"type":"string"},
|
|
1961
1962
|
"ProductViewAggregationValue":{
|
|
@@ -2007,9 +2008,18 @@
|
|
|
2007
2008
|
"key":{"shape":"ProductViewFilterBy"},
|
|
2008
2009
|
"value":{"shape":"ProductViewFilterValues"}
|
|
2009
2010
|
},
|
|
2010
|
-
"ProductViewName":{
|
|
2011
|
-
|
|
2012
|
-
|
|
2011
|
+
"ProductViewName":{
|
|
2012
|
+
"type":"string",
|
|
2013
|
+
"max":8191
|
|
2014
|
+
},
|
|
2015
|
+
"ProductViewOwner":{
|
|
2016
|
+
"type":"string",
|
|
2017
|
+
"max":8191
|
|
2018
|
+
},
|
|
2019
|
+
"ProductViewShortDescription":{
|
|
2020
|
+
"type":"string",
|
|
2021
|
+
"max":8191
|
|
2022
|
+
},
|
|
2013
2023
|
"ProductViewSortBy":{
|
|
2014
2024
|
"type":"string",
|
|
2015
2025
|
"enum":[
|
|
@@ -2619,9 +2629,18 @@
|
|
|
2619
2629
|
"type":"string",
|
|
2620
2630
|
"pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
|
|
2621
2631
|
},
|
|
2622
|
-
"SupportDescription":{
|
|
2623
|
-
|
|
2624
|
-
|
|
2632
|
+
"SupportDescription":{
|
|
2633
|
+
"type":"string",
|
|
2634
|
+
"max":8191
|
|
2635
|
+
},
|
|
2636
|
+
"SupportEmail":{
|
|
2637
|
+
"type":"string",
|
|
2638
|
+
"max":254
|
|
2639
|
+
},
|
|
2640
|
+
"SupportUrl":{
|
|
2641
|
+
"type":"string",
|
|
2642
|
+
"max":2083
|
|
2643
|
+
},
|
|
2625
2644
|
"Tag":{
|
|
2626
2645
|
"type":"structure",
|
|
2627
2646
|
"required":[
|
|
@@ -1950,6 +1950,20 @@
|
|
|
1950
1950
|
"max":64,
|
|
1951
1951
|
"min":1
|
|
1952
1952
|
},
|
|
1953
|
+
"CloudWatchLogGroupName":{
|
|
1954
|
+
"type":"string",
|
|
1955
|
+
"max":512,
|
|
1956
|
+
"min":1,
|
|
1957
|
+
"pattern":"[\\.\\-_/#A-Za-z0-9]+"
|
|
1958
|
+
},
|
|
1959
|
+
"CloudWatchOutputConfig":{
|
|
1960
|
+
"type":"structure",
|
|
1961
|
+
"members":{
|
|
1962
|
+
"CloudWatchLogGroupName":{"shape":"CloudWatchLogGroupName"},
|
|
1963
|
+
"CloudWatchOutputEnabled":{"shape":"CloudWatchOutputEnabled"}
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"CloudWatchOutputEnabled":{"type":"boolean"},
|
|
1953
1967
|
"Command":{
|
|
1954
1968
|
"type":"structure",
|
|
1955
1969
|
"members":{
|
|
@@ -1972,8 +1986,10 @@
|
|
|
1972
1986
|
"TargetCount":{"shape":"TargetCount"},
|
|
1973
1987
|
"CompletedCount":{"shape":"CompletedCount"},
|
|
1974
1988
|
"ErrorCount":{"shape":"ErrorCount"},
|
|
1989
|
+
"DeliveryTimedOutCount":{"shape":"DeliveryTimedOutCount"},
|
|
1975
1990
|
"ServiceRole":{"shape":"ServiceRole"},
|
|
1976
|
-
"NotificationConfig":{"shape":"NotificationConfig"}
|
|
1991
|
+
"NotificationConfig":{"shape":"NotificationConfig"},
|
|
1992
|
+
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
|
|
1977
1993
|
}
|
|
1978
1994
|
},
|
|
1979
1995
|
"CommandFilter":{
|
|
@@ -2027,7 +2043,8 @@
|
|
|
2027
2043
|
"StandardErrorUrl":{"shape":"Url"},
|
|
2028
2044
|
"CommandPlugins":{"shape":"CommandPluginList"},
|
|
2029
2045
|
"ServiceRole":{"shape":"ServiceRole"},
|
|
2030
|
-
"NotificationConfig":{"shape":"NotificationConfig"}
|
|
2046
|
+
"NotificationConfig":{"shape":"NotificationConfig"},
|
|
2047
|
+
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
|
|
2031
2048
|
}
|
|
2032
2049
|
},
|
|
2033
2050
|
"CommandInvocationList":{
|
|
@@ -2601,6 +2618,7 @@
|
|
|
2601
2618
|
"members":{
|
|
2602
2619
|
}
|
|
2603
2620
|
},
|
|
2621
|
+
"DeliveryTimedOutCount":{"type":"integer"},
|
|
2604
2622
|
"DeregisterManagedInstanceRequest":{
|
|
2605
2623
|
"type":"structure",
|
|
2606
2624
|
"required":["InstanceId"],
|
|
@@ -3522,7 +3540,8 @@
|
|
|
3522
3540
|
"StandardOutputContent":{"shape":"StandardOutputContent"},
|
|
3523
3541
|
"StandardOutputUrl":{"shape":"Url"},
|
|
3524
3542
|
"StandardErrorContent":{"shape":"StandardErrorContent"},
|
|
3525
|
-
"StandardErrorUrl":{"shape":"Url"}
|
|
3543
|
+
"StandardErrorUrl":{"shape":"Url"},
|
|
3544
|
+
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
|
|
3526
3545
|
}
|
|
3527
3546
|
},
|
|
3528
3547
|
"GetDefaultPatchBaselineRequest":{
|
|
@@ -6444,7 +6463,8 @@
|
|
|
6444
6463
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
6445
6464
|
"MaxErrors":{"shape":"MaxErrors"},
|
|
6446
6465
|
"ServiceRoleArn":{"shape":"ServiceRole"},
|
|
6447
|
-
"NotificationConfig":{"shape":"NotificationConfig"}
|
|
6466
|
+
"NotificationConfig":{"shape":"NotificationConfig"},
|
|
6467
|
+
"CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}
|
|
6448
6468
|
}
|
|
6449
6469
|
},
|
|
6450
6470
|
"SendCommandResult":{
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "ListDocuments",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "GetDocument",
|
|
12
|
+
"input": {
|
|
13
|
+
"Name": "'fake-name'"
|
|
14
|
+
},
|
|
15
|
+
"errorExpectedFromService": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
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.11.
|
|
4
|
+
version: 2.11.68
|
|
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: 2018-06-
|
|
11
|
+
date: 2018-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -518,6 +518,7 @@ files:
|
|
|
518
518
|
- apis/ssm/2014-11-06/api-2.json
|
|
519
519
|
- apis/ssm/2014-11-06/examples-1.json
|
|
520
520
|
- apis/ssm/2014-11-06/paginators-1.json
|
|
521
|
+
- apis/ssm/2014-11-06/smoke.json
|
|
521
522
|
- apis/states/2016-11-23/api-2.json
|
|
522
523
|
- apis/states/2016-11-23/examples-1.json
|
|
523
524
|
- apis/states/2016-11-23/paginators-1.json
|