aws-sdk-core 2.11.153 → 2.11.154

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abc6834e5127df3bc4cd0daea2da5e5793e99026
4
- data.tar.gz: 829cf2859a529fbc5d1294475075bf01cb58789f
3
+ metadata.gz: 9974d0715fe08ed317430203dde11b5c13c66150
4
+ data.tar.gz: ad4dcb84a92a217d3e60a81ac4882362e6966777
5
5
  SHA512:
6
- metadata.gz: 2086a90b2b71e578258f4c84074446c82e4fa432da3aa46a5270e16236bdee44353ec7671e0a243c88e815646473fa613c667655994c59eae9504f3ab9845e01
7
- data.tar.gz: f01968dad11e49b4d67d5556207f26b69ba7ba2408256c70a94b066963aa813add96ba570b4f139be6f816f60febb925afee78fcd7b5e71461e67b33803dc72a
6
+ metadata.gz: 54b6e55ee98fc2442f57258bc1c053f12e5f4874120ab4035ec693b6603c0c1523ee3cb5505ccd59d0be6e30750b1fe3ad59e22f4d5edd6f91a54a8f3295da15
7
+ data.tar.gz: 0cb6ea3b360b87e5840794fa18e8235f9891aaf28ae0181fedd3373b0e4a089ab40d90edaa9e0bb317c139be9940a3557c3babbeb9453686ffbb0a5af1d6d95c
@@ -1761,7 +1761,9 @@
1761
1761
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
1762
1762
  "LastExecutionDate":{"shape":"DateTime"},
1763
1763
  "LastSuccessfulExecutionDate":{"shape":"DateTime"},
1764
- "AssociationName":{"shape":"AssociationName"}
1764
+ "AssociationName":{"shape":"AssociationName"},
1765
+ "MaxErrors":{"shape":"MaxErrors"},
1766
+ "MaxConcurrency":{"shape":"MaxConcurrency"}
1765
1767
  }
1766
1768
  },
1767
1769
  "AssociationDescriptionList":{
@@ -2004,7 +2006,9 @@
2004
2006
  "Targets":{"shape":"Targets"},
2005
2007
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2006
2008
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2007
- "AssociationName":{"shape":"AssociationName"}
2009
+ "AssociationName":{"shape":"AssociationName"},
2010
+ "MaxErrors":{"shape":"MaxErrors"},
2011
+ "MaxConcurrency":{"shape":"MaxConcurrency"}
2008
2012
  }
2009
2013
  },
2010
2014
  "AssociationVersionLimitExceeded":{
@@ -2674,7 +2678,9 @@
2674
2678
  "Targets":{"shape":"Targets"},
2675
2679
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2676
2680
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2677
- "AssociationName":{"shape":"AssociationName"}
2681
+ "AssociationName":{"shape":"AssociationName"},
2682
+ "MaxErrors":{"shape":"MaxErrors"},
2683
+ "MaxConcurrency":{"shape":"MaxConcurrency"}
2678
2684
  }
2679
2685
  },
2680
2686
  "CreateAssociationBatchResult":{
@@ -2695,7 +2701,9 @@
2695
2701
  "Targets":{"shape":"Targets"},
2696
2702
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2697
2703
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2698
- "AssociationName":{"shape":"AssociationName"}
2704
+ "AssociationName":{"shape":"AssociationName"},
2705
+ "MaxErrors":{"shape":"MaxErrors"},
2706
+ "MaxConcurrency":{"shape":"MaxConcurrency"}
2699
2707
  }
2700
2708
  },
2701
2709
  "CreateAssociationResult":{
@@ -7664,7 +7672,9 @@
7664
7672
  "Name":{"shape":"DocumentName"},
7665
7673
  "Targets":{"shape":"Targets"},
7666
7674
  "AssociationName":{"shape":"AssociationName"},
7667
- "AssociationVersion":{"shape":"AssociationVersion"}
7675
+ "AssociationVersion":{"shape":"AssociationVersion"},
7676
+ "MaxErrors":{"shape":"MaxErrors"},
7677
+ "MaxConcurrency":{"shape":"MaxConcurrency"}
7668
7678
  }
7669
7679
  },
7670
7680
  "UpdateAssociationResult":{
@@ -382,7 +382,9 @@
382
382
  "STANDARD",
383
383
  "PERFORMANCE",
384
384
  "POWER",
385
- "GRAPHICS"
385
+ "GRAPHICS",
386
+ "POWERPRO",
387
+ "GRAPHICSPRO"
386
388
  ]
387
389
  },
388
390
  "ComputeType":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeWorkspaces",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeWorkspaces",
12
+ "input": {
13
+ "DirectoryId": "fake-id"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.153'
2
+ VERSION = '2.11.154'
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.153
4
+ version: 2.11.154
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-10-18 00:00:00.000000000 Z
11
+ date: 2018-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -632,6 +632,7 @@ files:
632
632
  - apis/workspaces/2015-04-08/api-2.json
633
633
  - apis/workspaces/2015-04-08/examples-1.json
634
634
  - apis/workspaces/2015-04-08/paginators-1.json
635
+ - apis/workspaces/2015-04-08/smoke.json
635
636
  - apis/xray/2016-04-12/api-2.json
636
637
  - apis/xray/2016-04-12/examples-1.json
637
638
  - apis/xray/2016-04-12/paginators-1.json