aws-sdk-core 2.11.108 → 2.11.109

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: 9147dee2d76cdbe17fdc6dc3abe2fabbaaa7b447
4
- data.tar.gz: 424a7d334ad9603c06bca44697a0ec85917d5bb5
3
+ metadata.gz: 5ddcbef2c2a87e87c2b59e5e660ed15f0563729b
4
+ data.tar.gz: 6f4fb9be3c07434122d80fb4645933c067700e6e
5
5
  SHA512:
6
- metadata.gz: 0f8426ee7dee7df2806e4ab1e75170f9acd427ea2b9835e51e237ef416d06a43e97226c55b92021ad190dfc86b71e3dbf3839bb10e3674119e5a9a031a8b13ed
7
- data.tar.gz: 79b8d8d35a2b1ce7769b7112d846cee15e54b6bcfc8b84d336618d424f2464fc1dec69b62a4d95ef94757169a8fc18d9a882558f7ec34c3478faa2e3eca706c1
6
+ metadata.gz: 29c5c777b49a3648ce799a538dfcecd34d7547b88e6ccc1b1e0eb9923cd808bbfa12bbebbbcab4fa7685002b72f4139bb51cf6a2ef271f2c2431c4d5d753911f
7
+ data.tar.gz: efa28d15e1594c4238510760014823ff70163ec3e812e7c7460c25273feed2fb7aec022bb00d189cc9495cc7e8ba2fb1c24398d630836b1465b2fc87800dfd6d
@@ -825,6 +825,21 @@
825
825
  {"shape":"ServiceAccountException"}
826
826
  ]
827
827
  },
828
+ "StopJob":{
829
+ "name":"StopJob",
830
+ "http":{
831
+ "method":"POST",
832
+ "requestUri":"/"
833
+ },
834
+ "input":{"shape":"StopJobRequest"},
835
+ "output":{"shape":"StopJobResult"},
836
+ "errors":[
837
+ {"shape":"ArgumentException"},
838
+ {"shape":"NotFoundException"},
839
+ {"shape":"LimitExceededException"},
840
+ {"shape":"ServiceAccountException"}
841
+ ]
842
+ },
828
843
  "StopRemoteAccessSession":{
829
844
  "name":"StopRemoteAccessSession",
830
845
  "http":{
@@ -930,6 +945,21 @@
930
945
  {"shape":"ServiceAccountException"}
931
946
  ]
932
947
  },
948
+ "UpdateUpload":{
949
+ "name":"UpdateUpload",
950
+ "http":{
951
+ "method":"POST",
952
+ "requestUri":"/"
953
+ },
954
+ "input":{"shape":"UpdateUploadRequest"},
955
+ "output":{"shape":"UpdateUploadResult"},
956
+ "errors":[
957
+ {"shape":"ArgumentException"},
958
+ {"shape":"NotFoundException"},
959
+ {"shape":"LimitExceededException"},
960
+ {"shape":"ServiceAccountException"}
961
+ ]
962
+ },
933
963
  "UpdateVPCEConfiguration":{
934
964
  "name":"UpdateVPCEConfiguration",
935
965
  "http":{
@@ -1033,7 +1063,8 @@
1033
1063
  "XCTEST_LOG",
1034
1064
  "VIDEO",
1035
1065
  "CUSTOMER_ARTIFACT",
1036
- "CUSTOMER_ARTIFACT_LOG"
1066
+ "CUSTOMER_ARTIFACT_LOG",
1067
+ "TESTSPEC_OUTPUT"
1037
1068
  ]
1038
1069
  },
1039
1070
  "Artifacts":{
@@ -1464,6 +1495,7 @@
1464
1495
  "jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
1465
1496
  "accountsCleanup":{"shape":"AccountsCleanup"},
1466
1497
  "appPackagesCleanup":{"shape":"AppPackagesCleanup"},
1498
+ "videoCapture":{"shape":"VideoCapture"},
1467
1499
  "skipAppResign":{"shape":"SkipAppResign"}
1468
1500
  }
1469
1501
  },
@@ -1821,7 +1853,9 @@
1821
1853
  "message":{"shape":"Message"},
1822
1854
  "device":{"shape":"Device"},
1823
1855
  "instanceArn":{"shape":"AmazonResourceName"},
1824
- "deviceMinutes":{"shape":"DeviceMinutes"}
1856
+ "deviceMinutes":{"shape":"DeviceMinutes"},
1857
+ "videoEndpoint":{"shape":"String"},
1858
+ "videoCapture":{"shape":"VideoCapture"}
1825
1859
  }
1826
1860
  },
1827
1861
  "JobTimeoutMinutes":{"type":"integer"},
@@ -2092,6 +2126,7 @@
2092
2126
  "required":["arn"],
2093
2127
  "members":{
2094
2128
  "arn":{"shape":"AmazonResourceName"},
2129
+ "type":{"shape":"UploadType"},
2095
2130
  "nextToken":{"shape":"PaginationToken"}
2096
2131
  }
2097
2132
  },
@@ -2467,7 +2502,8 @@
2467
2502
  "location":{"shape":"Location"},
2468
2503
  "customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
2469
2504
  "webUrl":{"shape":"String"},
2470
- "skipAppResign":{"shape":"SkipAppResign"}
2505
+ "skipAppResign":{"shape":"SkipAppResign"},
2506
+ "testSpecArn":{"shape":"AmazonResourceName"}
2471
2507
  }
2472
2508
  },
2473
2509
  "Runs":{
@@ -2551,6 +2587,7 @@
2551
2587
  "members":{
2552
2588
  "type":{"shape":"TestType"},
2553
2589
  "testPackageArn":{"shape":"AmazonResourceName"},
2590
+ "testSpecArn":{"shape":"AmazonResourceName"},
2554
2591
  "filter":{"shape":"Filter"},
2555
2592
  "parameters":{"shape":"TestParameters"}
2556
2593
  }
@@ -2573,6 +2610,19 @@
2573
2610
  "max":8192,
2574
2611
  "min":0
2575
2612
  },
2613
+ "StopJobRequest":{
2614
+ "type":"structure",
2615
+ "required":["arn"],
2616
+ "members":{
2617
+ "arn":{"shape":"AmazonResourceName"}
2618
+ }
2619
+ },
2620
+ "StopJobResult":{
2621
+ "type":"structure",
2622
+ "members":{
2623
+ "job":{"shape":"Job"}
2624
+ }
2625
+ },
2576
2626
  "StopRemoteAccessSessionRequest":{
2577
2627
  "type":"structure",
2578
2628
  "required":["arn"],
@@ -2787,6 +2837,22 @@
2787
2837
  "project":{"shape":"Project"}
2788
2838
  }
2789
2839
  },
2840
+ "UpdateUploadRequest":{
2841
+ "type":"structure",
2842
+ "required":["arn"],
2843
+ "members":{
2844
+ "arn":{"shape":"AmazonResourceName"},
2845
+ "name":{"shape":"Name"},
2846
+ "contentType":{"shape":"ContentType"},
2847
+ "editContent":{"shape":"Boolean"}
2848
+ }
2849
+ },
2850
+ "UpdateUploadResult":{
2851
+ "type":"structure",
2852
+ "members":{
2853
+ "upload":{"shape":"Upload"}
2854
+ }
2855
+ },
2790
2856
  "UpdateVPCEConfigurationRequest":{
2791
2857
  "type":"structure",
2792
2858
  "required":["arn"],
@@ -2815,9 +2881,17 @@
2815
2881
  "url":{"shape":"URL"},
2816
2882
  "metadata":{"shape":"Metadata"},
2817
2883
  "contentType":{"shape":"ContentType"},
2818
- "message":{"shape":"Message"}
2884
+ "message":{"shape":"Message"},
2885
+ "category":{"shape":"UploadCategory"}
2819
2886
  }
2820
2887
  },
2888
+ "UploadCategory":{
2889
+ "type":"string",
2890
+ "enum":[
2891
+ "CURATED",
2892
+ "PRIVATE"
2893
+ ]
2894
+ },
2821
2895
  "UploadStatus":{
2822
2896
  "type":"string",
2823
2897
  "enum":[
@@ -2845,7 +2919,15 @@
2845
2919
  "UIAUTOMATION_TEST_PACKAGE",
2846
2920
  "UIAUTOMATOR_TEST_PACKAGE",
2847
2921
  "XCTEST_TEST_PACKAGE",
2848
- "XCTEST_UI_TEST_PACKAGE"
2922
+ "XCTEST_UI_TEST_PACKAGE",
2923
+ "APPIUM_JAVA_JUNIT_TEST_SPEC",
2924
+ "APPIUM_JAVA_TESTNG_TEST_SPEC",
2925
+ "APPIUM_PYTHON_TEST_SPEC",
2926
+ "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC",
2927
+ "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC",
2928
+ "APPIUM_WEB_PYTHON_TEST_SPEC",
2929
+ "INSTRUMENTATION_TEST_SPEC",
2930
+ "XCTEST_UI_TEST_SPEC"
2849
2931
  ]
2850
2932
  },
2851
2933
  "Uploads":{
@@ -2880,6 +2962,7 @@
2880
2962
  "type":"string",
2881
2963
  "max":2048,
2882
2964
  "min":0
2883
- }
2965
+ },
2966
+ "VideoCapture":{"type":"boolean"}
2884
2967
  }
2885
2968
  }
@@ -882,7 +882,7 @@
882
882
  },
883
883
  "elasticmapreduce" : {
884
884
  "defaults" : {
885
- "protocols" : [ "http", "https" ],
885
+ "protocols" : [ "https" ],
886
886
  "sslCommonName" : "{region}.{service}.{dnsSuffix}"
887
887
  },
888
888
  "endpoints" : {
@@ -2340,7 +2340,7 @@
2340
2340
  },
2341
2341
  "elasticmapreduce" : {
2342
2342
  "defaults" : {
2343
- "protocols" : [ "http", "https" ]
2343
+ "protocols" : [ "https" ]
2344
2344
  },
2345
2345
  "endpoints" : {
2346
2346
  "cn-north-1" : { },
@@ -2578,6 +2578,17 @@
2578
2578
  "us-gov-west-1" : { }
2579
2579
  }
2580
2580
  },
2581
+ "data.iot" : {
2582
+ "defaults" : {
2583
+ "credentialScope" : {
2584
+ "service" : "iotdata"
2585
+ },
2586
+ "protocols" : [ "https" ]
2587
+ },
2588
+ "endpoints" : {
2589
+ "us-gov-west-1" : { }
2590
+ }
2591
+ },
2581
2592
  "directconnect" : {
2582
2593
  "endpoints" : {
2583
2594
  "us-gov-west-1" : { }
@@ -2640,7 +2651,7 @@
2640
2651
  "elasticmapreduce" : {
2641
2652
  "endpoints" : {
2642
2653
  "us-gov-west-1" : {
2643
- "protocols" : [ "http", "https" ]
2654
+ "protocols" : [ "https" ]
2644
2655
  }
2645
2656
  }
2646
2657
  },
@@ -2678,6 +2689,16 @@
2678
2689
  "us-gov-west-1" : { }
2679
2690
  }
2680
2691
  },
2692
+ "iot" : {
2693
+ "defaults" : {
2694
+ "credentialScope" : {
2695
+ "service" : "execute-api"
2696
+ }
2697
+ },
2698
+ "endpoints" : {
2699
+ "us-gov-west-1" : { }
2700
+ }
2701
+ },
2681
2702
  "kinesis" : {
2682
2703
  "endpoints" : {
2683
2704
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.108'
2
+ VERSION = '2.11.109'
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.108
4
+ version: 2.11.109
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-08-14 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath