aws-sdk-core 2.11.461 → 2.11.462

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: 8935dad69f39755dbd78c2defe60def145e3840a
4
- data.tar.gz: 8d6501b0b9142f66237a356e0f77772a8973b376
3
+ metadata.gz: 7730faa21bf014367722509828bf87d0e03b6765
4
+ data.tar.gz: 19e2cbfe04b4532a7961e530d1ae6679c5ad22b8
5
5
  SHA512:
6
- metadata.gz: 013e2f28b7a661af16c3d35794c32d7be28c41214a2973a8d180527e79b4340cb55829bd75c5bdc04588369feb5a946cc8b3ecd1829b2ff39201b55b8ce2d9e6
7
- data.tar.gz: 77957d6bd984c93bc8a48ca23cbc6a02771a1fc16f32a3dffad66df24fc711b6d42778c1a5c485988a4371986f1d0e64f5898223e22cf5700e40c6b7ff86da90
6
+ metadata.gz: a5573000389eb991a1dce30ff789072effc5da7368d4ecc5e4877412a6eb16f86fc167a2f31de27c486dcb8086a7121b6fb70c0bab9612b796419b77dd12caaf
7
+ data.tar.gz: bec3ee745b17447c28dbf04f03926bd0287e3c335b1857849aa2f127421252633c2d2c508aa1487682ff630fdcabedccbb7514018de0372a8c77417e5d496f10
@@ -1162,6 +1162,8 @@
1162
1162
  "arn",
1163
1163
  "createdAt",
1164
1164
  "lastUpdatedAt",
1165
+ "meshOwner",
1166
+ "resourceOwner",
1165
1167
  "uid",
1166
1168
  "version"
1167
1169
  ],
@@ -1175,6 +1177,12 @@
1175
1177
  "lastUpdatedAt": {
1176
1178
  "shape": "Timestamp"
1177
1179
  },
1180
+ "meshOwner": {
1181
+ "shape": "AccountId"
1182
+ },
1183
+ "resourceOwner": {
1184
+ "shape": "AccountId"
1185
+ },
1178
1186
  "uid": {
1179
1187
  "shape": "String"
1180
1188
  },
@@ -1408,6 +1416,11 @@
1408
1416
  "location": "uri",
1409
1417
  "locationName": "meshName"
1410
1418
  },
1419
+ "meshOwner": {
1420
+ "shape": "AccountId",
1421
+ "location": "querystring",
1422
+ "locationName": "meshOwner"
1423
+ },
1411
1424
  "routeName": {
1412
1425
  "shape": "ResourceName",
1413
1426
  "location": "uri",
@@ -1544,6 +1557,11 @@
1544
1557
  "location": "uri",
1545
1558
  "locationName": "meshName"
1546
1559
  },
1560
+ "meshOwner": {
1561
+ "shape": "AccountId",
1562
+ "location": "querystring",
1563
+ "locationName": "meshOwner"
1564
+ },
1547
1565
  "spec": {
1548
1566
  "shape": "VirtualRouterSpec"
1549
1567
  },
@@ -1797,6 +1815,8 @@
1797
1815
  "required": [
1798
1816
  "arn",
1799
1817
  "meshName",
1818
+ "meshOwner",
1819
+ "resourceOwner",
1800
1820
  "routeName",
1801
1821
  "virtualRouterName"
1802
1822
  ],
@@ -1807,6 +1827,12 @@
1807
1827
  "meshName": {
1808
1828
  "shape": "ResourceName"
1809
1829
  },
1830
+ "meshOwner": {
1831
+ "shape": "AccountId"
1832
+ },
1833
+ "resourceOwner": {
1834
+ "shape": "AccountId"
1835
+ },
1810
1836
  "routeName": {
1811
1837
  "shape": "ResourceName"
1812
1838
  },
@@ -1827,6 +1853,11 @@
1827
1853
  "location": "uri",
1828
1854
  "locationName": "meshName"
1829
1855
  },
1856
+ "meshOwner": {
1857
+ "shape": "AccountId",
1858
+ "location": "querystring",
1859
+ "locationName": "meshOwner"
1860
+ },
1830
1861
  "virtualNodeName": {
1831
1862
  "shape": "ResourceName",
1832
1863
  "location": "uri",
@@ -2079,6 +2110,11 @@
2079
2110
  "location": "uri",
2080
2111
  "locationName": "meshName"
2081
2112
  },
2113
+ "meshOwner": {
2114
+ "shape": "AccountId",
2115
+ "location": "querystring",
2116
+ "locationName": "meshOwner"
2117
+ },
2082
2118
  "spec": {
2083
2119
  "shape": "VirtualNodeSpec"
2084
2120
  },
@@ -2173,6 +2209,11 @@
2173
2209
  "location": "uri",
2174
2210
  "locationName": "meshName"
2175
2211
  },
2212
+ "meshOwner": {
2213
+ "shape": "AccountId",
2214
+ "location": "querystring",
2215
+ "locationName": "meshOwner"
2216
+ },
2176
2217
  "virtualServiceName": {
2177
2218
  "shape": "ServiceName",
2178
2219
  "location": "uri",
@@ -2238,6 +2279,11 @@
2238
2279
  "location": "uri",
2239
2280
  "locationName": "meshName"
2240
2281
  },
2282
+ "meshOwner": {
2283
+ "shape": "AccountId",
2284
+ "location": "querystring",
2285
+ "locationName": "meshOwner"
2286
+ },
2241
2287
  "spec": {
2242
2288
  "shape": "VirtualNodeSpec"
2243
2289
  },
@@ -2301,6 +2347,11 @@
2301
2347
  "location": "uri",
2302
2348
  "locationName": "meshName"
2303
2349
  },
2350
+ "meshOwner": {
2351
+ "shape": "AccountId",
2352
+ "location": "querystring",
2353
+ "locationName": "meshOwner"
2354
+ },
2304
2355
  "spec": {
2305
2356
  "shape": "VirtualServiceSpec"
2306
2357
  },
@@ -2332,6 +2383,11 @@
2332
2383
  "location": "uri",
2333
2384
  "locationName": "meshName"
2334
2385
  },
2386
+ "meshOwner": {
2387
+ "shape": "AccountId",
2388
+ "location": "querystring",
2389
+ "locationName": "meshOwner"
2390
+ },
2335
2391
  "spec": {
2336
2392
  "shape": "VirtualRouterSpec"
2337
2393
  },
@@ -2411,6 +2467,11 @@
2411
2467
  "location": "uri",
2412
2468
  "locationName": "meshName"
2413
2469
  },
2470
+ "meshOwner": {
2471
+ "shape": "AccountId",
2472
+ "location": "querystring",
2473
+ "locationName": "meshOwner"
2474
+ },
2414
2475
  "virtualRouterName": {
2415
2476
  "shape": "ResourceName",
2416
2477
  "location": "uri",
@@ -2431,6 +2492,11 @@
2431
2492
  "location": "uri",
2432
2493
  "locationName": "meshName"
2433
2494
  },
2495
+ "meshOwner": {
2496
+ "shape": "AccountId",
2497
+ "location": "querystring",
2498
+ "locationName": "meshOwner"
2499
+ },
2434
2500
  "routeName": {
2435
2501
  "shape": "ResourceName",
2436
2502
  "location": "uri",
@@ -2506,6 +2572,11 @@
2506
2572
  "location": "uri",
2507
2573
  "locationName": "meshName"
2508
2574
  },
2575
+ "meshOwner": {
2576
+ "shape": "AccountId",
2577
+ "location": "querystring",
2578
+ "locationName": "meshOwner"
2579
+ },
2509
2580
  "spec": {
2510
2581
  "shape": "VirtualServiceSpec"
2511
2582
  },
@@ -2576,6 +2647,11 @@
2576
2647
  "location": "uri",
2577
2648
  "locationName": "meshName"
2578
2649
  },
2650
+ "meshOwner": {
2651
+ "shape": "AccountId",
2652
+ "location": "querystring",
2653
+ "locationName": "meshOwner"
2654
+ },
2579
2655
  "nextToken": {
2580
2656
  "shape": "String",
2581
2657
  "location": "querystring",
@@ -2593,6 +2669,8 @@
2593
2669
  "required": [
2594
2670
  "arn",
2595
2671
  "meshName",
2672
+ "meshOwner",
2673
+ "resourceOwner",
2596
2674
  "virtualServiceName"
2597
2675
  ],
2598
2676
  "members": {
@@ -2602,6 +2680,12 @@
2602
2680
  "meshName": {
2603
2681
  "shape": "ResourceName"
2604
2682
  },
2683
+ "meshOwner": {
2684
+ "shape": "AccountId"
2685
+ },
2686
+ "resourceOwner": {
2687
+ "shape": "AccountId"
2688
+ },
2605
2689
  "virtualServiceName": {
2606
2690
  "shape": "ServiceName"
2607
2691
  }
@@ -2623,6 +2707,8 @@
2623
2707
  "required": [
2624
2708
  "arn",
2625
2709
  "meshName",
2710
+ "meshOwner",
2711
+ "resourceOwner",
2626
2712
  "virtualRouterName"
2627
2713
  ],
2628
2714
  "members": {
@@ -2632,6 +2718,12 @@
2632
2718
  "meshName": {
2633
2719
  "shape": "ResourceName"
2634
2720
  },
2721
+ "meshOwner": {
2722
+ "shape": "AccountId"
2723
+ },
2724
+ "resourceOwner": {
2725
+ "shape": "AccountId"
2726
+ },
2635
2727
  "virtualRouterName": {
2636
2728
  "shape": "ResourceName"
2637
2729
  }
@@ -2697,6 +2789,8 @@
2697
2789
  "required": [
2698
2790
  "arn",
2699
2791
  "meshName",
2792
+ "meshOwner",
2793
+ "resourceOwner",
2700
2794
  "virtualNodeName"
2701
2795
  ],
2702
2796
  "members": {
@@ -2706,6 +2800,12 @@
2706
2800
  "meshName": {
2707
2801
  "shape": "ResourceName"
2708
2802
  },
2803
+ "meshOwner": {
2804
+ "shape": "AccountId"
2805
+ },
2806
+ "resourceOwner": {
2807
+ "shape": "AccountId"
2808
+ },
2709
2809
  "virtualNodeName": {
2710
2810
  "shape": "ResourceName"
2711
2811
  }
@@ -2804,6 +2904,11 @@
2804
2904
  "location": "uri",
2805
2905
  "locationName": "meshName"
2806
2906
  },
2907
+ "meshOwner": {
2908
+ "shape": "AccountId",
2909
+ "location": "querystring",
2910
+ "locationName": "meshOwner"
2911
+ },
2807
2912
  "virtualServiceName": {
2808
2913
  "shape": "ServiceName",
2809
2914
  "location": "uri",
@@ -2909,6 +3014,11 @@
2909
3014
  "location": "uri",
2910
3015
  "locationName": "meshName"
2911
3016
  },
3017
+ "meshOwner": {
3018
+ "shape": "AccountId",
3019
+ "location": "querystring",
3020
+ "locationName": "meshOwner"
3021
+ },
2912
3022
  "nextToken": {
2913
3023
  "shape": "String",
2914
3024
  "location": "querystring",
@@ -2945,6 +3055,11 @@
2945
3055
  "location": "uri",
2946
3056
  "locationName": "meshName"
2947
3057
  },
3058
+ "meshOwner": {
3059
+ "shape": "AccountId",
3060
+ "location": "querystring",
3061
+ "locationName": "meshOwner"
3062
+ },
2948
3063
  "nextToken": {
2949
3064
  "shape": "String",
2950
3065
  "location": "querystring",
@@ -2976,6 +3091,11 @@
2976
3091
  "location": "uri",
2977
3092
  "locationName": "meshName"
2978
3093
  },
3094
+ "meshOwner": {
3095
+ "shape": "AccountId",
3096
+ "location": "querystring",
3097
+ "locationName": "meshOwner"
3098
+ },
2979
3099
  "nextToken": {
2980
3100
  "shape": "String",
2981
3101
  "location": "querystring",
@@ -3022,6 +3142,11 @@
3022
3142
  "min": 1,
3023
3143
  "max": 255
3024
3144
  },
3145
+ "AccountId": {
3146
+ "type": "string",
3147
+ "min": 12,
3148
+ "max": 12
3149
+ },
3025
3150
  "Duration": {
3026
3151
  "type": "structure",
3027
3152
  "members": {
@@ -3083,7 +3208,9 @@
3083
3208
  "type": "structure",
3084
3209
  "required": [
3085
3210
  "arn",
3086
- "meshName"
3211
+ "meshName",
3212
+ "meshOwner",
3213
+ "resourceOwner"
3087
3214
  ],
3088
3215
  "members": {
3089
3216
  "arn": {
@@ -3091,6 +3218,12 @@
3091
3218
  },
3092
3219
  "meshName": {
3093
3220
  "shape": "ResourceName"
3221
+ },
3222
+ "meshOwner": {
3223
+ "shape": "AccountId"
3224
+ },
3225
+ "resourceOwner": {
3226
+ "shape": "AccountId"
3094
3227
  }
3095
3228
  }
3096
3229
  },
@@ -3159,6 +3292,11 @@
3159
3292
  "location": "uri",
3160
3293
  "locationName": "meshName"
3161
3294
  },
3295
+ "meshOwner": {
3296
+ "shape": "AccountId",
3297
+ "location": "querystring",
3298
+ "locationName": "meshOwner"
3299
+ },
3162
3300
  "virtualNodeName": {
3163
3301
  "shape": "ResourceName",
3164
3302
  "location": "uri",
@@ -3315,6 +3453,11 @@
3315
3453
  "location": "uri",
3316
3454
  "locationName": "meshName"
3317
3455
  },
3456
+ "meshOwner": {
3457
+ "shape": "AccountId",
3458
+ "location": "querystring",
3459
+ "locationName": "meshOwner"
3460
+ },
3318
3461
  "virtualRouterName": {
3319
3462
  "shape": "ResourceName",
3320
3463
  "location": "uri",
@@ -3397,6 +3540,11 @@
3397
3540
  "location": "uri",
3398
3541
  "locationName": "meshName"
3399
3542
  },
3543
+ "meshOwner": {
3544
+ "shape": "AccountId",
3545
+ "location": "querystring",
3546
+ "locationName": "meshOwner"
3547
+ },
3400
3548
  "routeName": {
3401
3549
  "shape": "ResourceName"
3402
3550
  },
@@ -3460,6 +3608,11 @@
3460
3608
  "location": "uri",
3461
3609
  "locationName": "meshName"
3462
3610
  },
3611
+ "meshOwner": {
3612
+ "shape": "AccountId",
3613
+ "location": "querystring",
3614
+ "locationName": "meshOwner"
3615
+ },
3463
3616
  "routeName": {
3464
3617
  "shape": "ResourceName",
3465
3618
  "location": "uri",
@@ -3503,6 +3656,11 @@
3503
3656
  "shape": "ResourceName",
3504
3657
  "location": "uri",
3505
3658
  "locationName": "meshName"
3659
+ },
3660
+ "meshOwner": {
3661
+ "shape": "AccountId",
3662
+ "location": "querystring",
3663
+ "locationName": "meshOwner"
3506
3664
  }
3507
3665
  }
3508
3666
  },
@@ -2754,6 +2754,15 @@
2754
2754
  "input":{"shape":"ImportVolumeRequest"},
2755
2755
  "output":{"shape":"ImportVolumeResult"}
2756
2756
  },
2757
+ "ModifyAvailabilityZoneGroup":{
2758
+ "name":"ModifyAvailabilityZoneGroup",
2759
+ "http":{
2760
+ "method":"POST",
2761
+ "requestUri":"/"
2762
+ },
2763
+ "input":{"shape":"ModifyAvailabilityZoneGroupRequest"},
2764
+ "output":{"shape":"ModifyAvailabilityZoneGroupResult"}
2765
+ },
2757
2766
  "ModifyCapacityReservation":{
2758
2767
  "name":"ModifyCapacityReservation",
2759
2768
  "http":{
@@ -19650,6 +19659,34 @@
19650
19659
  },
19651
19660
  "MemorySize":{"type":"long"},
19652
19661
  "MillisecondDateTime":{"type":"timestamp"},
19662
+ "ModifyAvailabilityZoneGroupRequest":{
19663
+ "type":"structure",
19664
+ "required":[
19665
+ "GroupName",
19666
+ "OptInStatus"
19667
+ ],
19668
+ "members":{
19669
+ "GroupName":{"shape":"String"},
19670
+ "OptInStatus":{"shape":"ModifyAvailabilityZoneOptInStatus"},
19671
+ "DryRun":{"shape":"Boolean"}
19672
+ }
19673
+ },
19674
+ "ModifyAvailabilityZoneGroupResult":{
19675
+ "type":"structure",
19676
+ "members":{
19677
+ "Return":{
19678
+ "shape":"Boolean",
19679
+ "locationName":"return"
19680
+ }
19681
+ }
19682
+ },
19683
+ "ModifyAvailabilityZoneOptInStatus":{
19684
+ "type":"string",
19685
+ "enum":[
19686
+ "opted-in",
19687
+ "not-opted-in"
19688
+ ]
19689
+ },
19653
19690
  "ModifyCapacityReservationRequest":{
19654
19691
  "type":"structure",
19655
19692
  "required":["CapacityReservationId"],
@@ -2209,6 +2209,10 @@
2209
2209
  "shape":"String",
2210
2210
  "locationName":"instanceType"
2211
2211
  },
2212
+ "OutpostArn":{
2213
+ "shape":"String",
2214
+ "locationName":"outpostArn"
2215
+ },
2212
2216
  "LaunchTime":{
2213
2217
  "shape":"String",
2214
2218
  "locationName":"launchTime"
@@ -1089,10 +1089,12 @@
1089
1089
  "RobotDeploymentNoResponse",
1090
1090
  "RobotAgentConnectionTimeout",
1091
1091
  "GreengrassDeploymentFailed",
1092
+ "InvalidGreengrassGroup",
1092
1093
  "MissingRobotArchitecture",
1093
1094
  "MissingRobotApplicationArchitecture",
1094
1095
  "MissingRobotDeploymentResource",
1095
1096
  "GreengrassGroupVersionDoesNotExist",
1097
+ "LambdaDeleted",
1096
1098
  "ExtractingBundleFailure",
1097
1099
  "PreLaunchFileFailure",
1098
1100
  "PostLaunchFileFailure",
@@ -1398,7 +1400,12 @@
1398
1400
  "min":0
1399
1401
  },
1400
1402
  "GenericInteger":{"type":"integer"},
1401
- "GenericString":{"type":"string"},
1403
+ "GenericString":{
1404
+ "type":"string",
1405
+ "max":1024,
1406
+ "min":0,
1407
+ "pattern":".*"
1408
+ },
1402
1409
  "IamRole":{
1403
1410
  "type":"string",
1404
1411
  "max":255,
@@ -1449,7 +1456,8 @@
1449
1456
  "packageName":{"shape":"Command"},
1450
1457
  "launchFile":{"shape":"Command"},
1451
1458
  "environmentVariables":{"shape":"EnvironmentVariableMap"},
1452
- "portForwardingConfig":{"shape":"PortForwardingConfig"}
1459
+ "portForwardingConfig":{"shape":"PortForwardingConfig"},
1460
+ "streamUI":{"shape":"Boolean"}
1453
1461
  }
1454
1462
  },
1455
1463
  "LimitExceededException":{
@@ -1611,7 +1619,8 @@
1611
1619
  "NonEmptyString":{
1612
1620
  "type":"string",
1613
1621
  "max":255,
1614
- "min":1
1622
+ "min":1,
1623
+ "pattern":".+"
1615
1624
  },
1616
1625
  "NonSystemPort":{
1617
1626
  "type":"integer",
@@ -1716,6 +1725,8 @@
1716
1725
  },
1717
1726
  "RenderingEngineVersionType":{
1718
1727
  "type":"string",
1728
+ "max":4,
1729
+ "min":1,
1719
1730
  "pattern":"1.x"
1720
1731
  },
1721
1732
  "ResourceAlreadyExistsException":{
@@ -2128,6 +2139,8 @@
2128
2139
  },
2129
2140
  "SimulationSoftwareSuiteVersionType":{
2130
2141
  "type":"string",
2142
+ "max":1024,
2143
+ "min":0,
2131
2144
  "pattern":"7|9|Kinetic|Melodic|Dashing"
2132
2145
  },
2133
2146
  "SimulationTimeMillis":{"type":"long"},
@@ -2160,7 +2173,10 @@
2160
2173
  "type":"structure",
2161
2174
  "required":["createSimulationJobRequests"],
2162
2175
  "members":{
2163
- "clientRequestToken":{"shape":"ClientRequestToken"},
2176
+ "clientRequestToken":{
2177
+ "shape":"ClientRequestToken",
2178
+ "idempotencyToken":true
2179
+ },
2164
2180
  "batchPolicy":{"shape":"BatchPolicy"},
2165
2181
  "createSimulationJobRequests":{"shape":"CreateSimulationJobRequests"},
2166
2182
  "tags":{"shape":"TagMap"}
@@ -2373,6 +2389,8 @@
2373
2389
  },
2374
2390
  "VersionQualifier":{
2375
2391
  "type":"string",
2392
+ "max":255,
2393
+ "min":1,
2376
2394
  "pattern":"ALL"
2377
2395
  },
2378
2396
  "errorMessage":{"type":"string"}
@@ -358,7 +358,11 @@
358
358
  },
359
359
  "ImageFormat":{
360
360
  "type":"string",
361
- "enum":["JSON"]
361
+ "enum":[
362
+ "JSON",
363
+ "JSONEmbedded",
364
+ "JSONDetached"
365
+ ]
362
366
  },
363
367
  "ImageFormats":{
364
368
  "type":"list",
@@ -512,7 +516,7 @@
512
516
  "Prefix":{"type":"string"},
513
517
  "ProfileName":{
514
518
  "type":"string",
515
- "max":20,
519
+ "max":64,
516
520
  "min":2,
517
521
  "pattern":"^[a-zA-Z0-9_]{2,}"
518
522
  },
@@ -658,7 +662,8 @@
658
662
  "SigningPlatformOverrides":{
659
663
  "type":"structure",
660
664
  "members":{
661
- "signingConfiguration":{"shape":"SigningConfigurationOverrides"}
665
+ "signingConfiguration":{"shape":"SigningConfigurationOverrides"},
666
+ "signingImageFormat":{"shape":"ImageFormat"}
662
667
  }
663
668
  },
664
669
  "SigningPlatforms":{
@@ -429,6 +429,7 @@
429
429
  },
430
430
  "appmesh" : {
431
431
  "endpoints" : {
432
+ "ap-east-1" : { },
432
433
  "ap-northeast-1" : { },
433
434
  "ap-northeast-2" : { },
434
435
  "ap-south-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.461'
2
+ VERSION = '2.11.462'
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.461
4
+ version: 2.11.462
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: 2020-03-05 00:00:00.000000000 Z
11
+ date: 2020-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath