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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42e7b451d69f4687ae667f7d6022b0021b78194f
4
- data.tar.gz: 205c01877ab672542a49a439916dd1c704d44f26
3
+ metadata.gz: 796dc6d9dd0980376f6207c5282bc230044a67ad
4
+ data.tar.gz: 111f72e7a3d811f51a16a889bb1066743b1ca27e
5
5
  SHA512:
6
- metadata.gz: 8742960a066c05b29712095fd50fbecd3456405ee299b570df4a0013c634739af483f6e534574be94cac23dff2d438326bda96219d448b7c22451e80ea4028ca
7
- data.tar.gz: 3cdbd57139790682f75376829acb128c91a641ebb3ceff557a5fb25a1e69c7db6c0b631994282640084713198d6cde6500f4ebe852a181c2a63dd64aa214889b
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":{"type":"string"},
2011
- "ProductViewOwner":{"type":"string"},
2012
- "ProductViewShortDescription":{"type":"string"},
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":{"type":"string"},
2623
- "SupportEmail":{"type":"string"},
2624
- "SupportUrl":{"type":"string"},
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
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.67'
2
+ VERSION = '2.11.68'
3
3
  end
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.67
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-12 00:00:00.000000000 Z
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