aws-sdk-core 2.11.528 → 2.11.529

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
  SHA256:
3
- metadata.gz: 73640380e644bb04cafdcdef78bf088cfaca26571c48a7fb9ab05d88dbac23f2
4
- data.tar.gz: 0a6a6c8b9f673a442e81aefdda3b8afb186b0d99a5fc90d52e9a71dc401d3748
3
+ metadata.gz: b5cda021fab39057aae8ba38cf4e7440854d7d814cb956b44dbd5428a795699c
4
+ data.tar.gz: 4aa98f8a8d3585f94288e4c915a41666400b47234e1a577449102c0da227fc4a
5
5
  SHA512:
6
- metadata.gz: b447dc49e0652f83bf267fa3e80dde0b72810e0830fb1b1d135f412751154fbb083ca3f22479bd7eb4d69a3737829a4a9e5e855e551d9e9089a1f82cb526a351
7
- data.tar.gz: ef060c04eb8a11558231afc172d884a335dd8e28029233d382856227282ae4efb7edc277d6680cf5f5e3b432f084bbdb2450e39955d06051e94faa2eff9ef42d
6
+ metadata.gz: f2bd009922d7be637fcaef2bf2cf242ec29856b0b2bb9d466bc600c40d1cf2ca33e38f5c3618053977925cd61ecd31acf5d6d27b36d3b8eed878d5dbac3fef48
7
+ data.tar.gz: cec4f39f771df7b9d78499803c243c6ee26c6a1218b2bddce5bb56eb9a6b3cb884d6c6078220d26e709315e08201dd7c634e656719f5a84ad769127952577fe8
@@ -87,6 +87,23 @@
87
87
  {"shape":"ResourceContentionFault"}
88
88
  ]
89
89
  },
90
+ "CancelInstanceRefresh":{
91
+ "name":"CancelInstanceRefresh",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"CancelInstanceRefreshType"},
97
+ "output":{
98
+ "shape":"CancelInstanceRefreshAnswer",
99
+ "resultWrapper":"CancelInstanceRefreshResult"
100
+ },
101
+ "errors":[
102
+ {"shape":"LimitExceededFault"},
103
+ {"shape":"ResourceContentionFault"},
104
+ {"shape":"ActiveInstanceRefreshNotFoundFault"}
105
+ ]
106
+ },
90
107
  "CompleteLifecycleAction":{
91
108
  "name":"CompleteLifecycleAction",
92
109
  "http":{
@@ -303,6 +320,22 @@
303
320
  {"shape":"ResourceContentionFault"}
304
321
  ]
305
322
  },
323
+ "DescribeInstanceRefreshes":{
324
+ "name":"DescribeInstanceRefreshes",
325
+ "http":{
326
+ "method":"POST",
327
+ "requestUri":"/"
328
+ },
329
+ "input":{"shape":"DescribeInstanceRefreshesType"},
330
+ "output":{
331
+ "shape":"DescribeInstanceRefreshesAnswer",
332
+ "resultWrapper":"DescribeInstanceRefreshesResult"
333
+ },
334
+ "errors":[
335
+ {"shape":"InvalidNextToken"},
336
+ {"shape":"ResourceContentionFault"}
337
+ ]
338
+ },
306
339
  "DescribeLaunchConfigurations":{
307
340
  "name":"DescribeLaunchConfigurations",
308
341
  "http":{
@@ -735,6 +768,23 @@
735
768
  {"shape":"ResourceContentionFault"}
736
769
  ]
737
770
  },
771
+ "StartInstanceRefresh":{
772
+ "name":"StartInstanceRefresh",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/"
776
+ },
777
+ "input":{"shape":"StartInstanceRefreshType"},
778
+ "output":{
779
+ "shape":"StartInstanceRefreshAnswer",
780
+ "resultWrapper":"StartInstanceRefreshResult"
781
+ },
782
+ "errors":[
783
+ {"shape":"LimitExceededFault"},
784
+ {"shape":"ResourceContentionFault"},
785
+ {"shape":"InstanceRefreshInProgressFault"}
786
+ ]
787
+ },
738
788
  "SuspendProcesses":{
739
789
  "name":"SuspendProcesses",
740
790
  "http":{
@@ -778,6 +828,18 @@
778
828
  }
779
829
  },
780
830
  "shapes":{
831
+ "ActiveInstanceRefreshNotFoundFault":{
832
+ "type":"structure",
833
+ "members":{
834
+ "message":{"shape":"XmlStringMaxLen255"}
835
+ },
836
+ "error":{
837
+ "code":"ActiveInstanceRefreshNotFound",
838
+ "httpStatusCode":400,
839
+ "senderFault":true
840
+ },
841
+ "exception":true
842
+ },
781
843
  "Activities":{
782
844
  "type":"list",
783
845
  "member":{"shape":"Activity"}
@@ -1078,6 +1140,19 @@
1078
1140
  "type":"list",
1079
1141
  "member":{"shape":"BlockDeviceMapping"}
1080
1142
  },
1143
+ "CancelInstanceRefreshAnswer":{
1144
+ "type":"structure",
1145
+ "members":{
1146
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
1147
+ }
1148
+ },
1149
+ "CancelInstanceRefreshType":{
1150
+ "type":"structure",
1151
+ "required":["AutoScalingGroupName"],
1152
+ "members":{
1153
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154
+ }
1155
+ },
1081
1156
  "ClassicLinkVPCSecurityGroups":{
1082
1157
  "type":"list",
1083
1158
  "member":{"shape":"XmlStringMaxLen255"}
@@ -1271,6 +1346,23 @@
1271
1346
  "AutoScalingNotificationTypes":{"shape":"AutoScalingNotificationTypes"}
1272
1347
  }
1273
1348
  },
1349
+ "DescribeInstanceRefreshesAnswer":{
1350
+ "type":"structure",
1351
+ "members":{
1352
+ "InstanceRefreshes":{"shape":"InstanceRefreshes"},
1353
+ "NextToken":{"shape":"XmlString"}
1354
+ }
1355
+ },
1356
+ "DescribeInstanceRefreshesType":{
1357
+ "type":"structure",
1358
+ "required":["AutoScalingGroupName"],
1359
+ "members":{
1360
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1361
+ "InstanceRefreshIds":{"shape":"InstanceRefreshIds"},
1362
+ "NextToken":{"shape":"XmlString"},
1363
+ "MaxRecords":{"shape":"MaxRecords"}
1364
+ }
1365
+ },
1274
1366
  "DescribeLifecycleHookTypesAnswer":{
1275
1367
  "type":"structure",
1276
1368
  "members":{
@@ -1589,6 +1681,50 @@
1589
1681
  }
1590
1682
  },
1591
1683
  "InstanceProtected":{"type":"boolean"},
1684
+ "InstanceRefresh":{
1685
+ "type":"structure",
1686
+ "members":{
1687
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"},
1688
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1689
+ "Status":{"shape":"InstanceRefreshStatus"},
1690
+ "StatusReason":{"shape":"XmlStringMaxLen1023"},
1691
+ "StartTime":{"shape":"TimestampType"},
1692
+ "EndTime":{"shape":"TimestampType"},
1693
+ "PercentageComplete":{"shape":"IntPercent"},
1694
+ "InstancesToUpdate":{"shape":"InstancesToUpdate"}
1695
+ }
1696
+ },
1697
+ "InstanceRefreshIds":{
1698
+ "type":"list",
1699
+ "member":{"shape":"XmlStringMaxLen255"}
1700
+ },
1701
+ "InstanceRefreshInProgressFault":{
1702
+ "type":"structure",
1703
+ "members":{
1704
+ "message":{"shape":"XmlStringMaxLen255"}
1705
+ },
1706
+ "error":{
1707
+ "code":"InstanceRefreshInProgress",
1708
+ "httpStatusCode":400,
1709
+ "senderFault":true
1710
+ },
1711
+ "exception":true
1712
+ },
1713
+ "InstanceRefreshStatus":{
1714
+ "type":"string",
1715
+ "enum":[
1716
+ "Pending",
1717
+ "InProgress",
1718
+ "Successful",
1719
+ "Failed",
1720
+ "Cancelling",
1721
+ "Cancelled"
1722
+ ]
1723
+ },
1724
+ "InstanceRefreshes":{
1725
+ "type":"list",
1726
+ "member":{"shape":"InstanceRefresh"}
1727
+ },
1592
1728
  "Instances":{
1593
1729
  "type":"list",
1594
1730
  "member":{"shape":"Instance"}
@@ -1604,6 +1740,15 @@
1604
1740
  "SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
1605
1741
  }
1606
1742
  },
1743
+ "InstancesToUpdate":{
1744
+ "type":"integer",
1745
+ "min":0
1746
+ },
1747
+ "IntPercent":{
1748
+ "type":"integer",
1749
+ "max":100,
1750
+ "min":0
1751
+ },
1607
1752
  "InvalidNextToken":{
1608
1753
  "type":"structure",
1609
1754
  "members":{
@@ -2072,6 +2217,21 @@
2072
2217
  "InstanceId":{"shape":"XmlStringMaxLen19"}
2073
2218
  }
2074
2219
  },
2220
+ "RefreshInstanceWarmup":{
2221
+ "type":"integer",
2222
+ "min":0
2223
+ },
2224
+ "RefreshPreferences":{
2225
+ "type":"structure",
2226
+ "members":{
2227
+ "MinHealthyPercentage":{"shape":"IntPercent"},
2228
+ "InstanceWarmup":{"shape":"RefreshInstanceWarmup"}
2229
+ }
2230
+ },
2231
+ "RefreshStrategy":{
2232
+ "type":"string",
2233
+ "enum":["Rolling"]
2234
+ },
2075
2235
  "ResourceContentionFault":{
2076
2236
  "type":"structure",
2077
2237
  "members":{
@@ -2277,6 +2437,21 @@
2277
2437
  "max":255,
2278
2438
  "min":1
2279
2439
  },
2440
+ "StartInstanceRefreshAnswer":{
2441
+ "type":"structure",
2442
+ "members":{
2443
+ "InstanceRefreshId":{"shape":"XmlStringMaxLen255"}
2444
+ }
2445
+ },
2446
+ "StartInstanceRefreshType":{
2447
+ "type":"structure",
2448
+ "required":["AutoScalingGroupName"],
2449
+ "members":{
2450
+ "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
2451
+ "Strategy":{"shape":"RefreshStrategy"},
2452
+ "Preferences":{"shape":"RefreshPreferences"}
2453
+ }
2454
+ },
2280
2455
  "StepAdjustment":{
2281
2456
  "type":"structure",
2282
2457
  "required":["ScalingAdjustment"],
@@ -1153,8 +1153,7 @@
1153
1153
  }
1154
1154
  },
1155
1155
  "required": [
1156
- "Type",
1157
- "KmsKeyArn"
1156
+ "Type"
1158
1157
  ]
1159
1158
  },
1160
1159
  "GetAssetRequest": {
@@ -418,6 +418,10 @@
418
418
  {"shape":"EC2UnexpectedException"},
419
419
  {"shape":"SubnetIPAddressLimitReachedException"},
420
420
  {"shape":"ENILimitReachedException"},
421
+ {"shape":"EFSMountConnectivityException"},
422
+ {"shape":"EFSMountFailureException"},
423
+ {"shape":"EFSMountTimeoutException"},
424
+ {"shape":"EFSIOException"},
421
425
  {"shape":"EC2ThrottledException"},
422
426
  {"shape":"EC2AccessDeniedException"},
423
427
  {"shape":"InvalidSubnetIDException"},
@@ -1067,7 +1071,8 @@
1067
1071
  "KMSKeyArn":{"shape":"KMSKeyArn"},
1068
1072
  "TracingConfig":{"shape":"TracingConfig"},
1069
1073
  "Tags":{"shape":"Tags"},
1070
- "Layers":{"shape":"LayerList"}
1074
+ "Layers":{"shape":"LayerList"},
1075
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1071
1076
  }
1072
1077
  },
1073
1078
  "Date":{"type":"timestamp"},
@@ -1234,6 +1239,42 @@
1234
1239
  "error":{"httpStatusCode":502},
1235
1240
  "exception":true
1236
1241
  },
1242
+ "EFSIOException":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ "Type":{"shape":"String"},
1246
+ "Message":{"shape":"String"}
1247
+ },
1248
+ "error":{"httpStatusCode":410},
1249
+ "exception":true
1250
+ },
1251
+ "EFSMountConnectivityException":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "Type":{"shape":"String"},
1255
+ "Message":{"shape":"String"}
1256
+ },
1257
+ "error":{"httpStatusCode":408},
1258
+ "exception":true
1259
+ },
1260
+ "EFSMountFailureException":{
1261
+ "type":"structure",
1262
+ "members":{
1263
+ "Type":{"shape":"String"},
1264
+ "Message":{"shape":"String"}
1265
+ },
1266
+ "error":{"httpStatusCode":403},
1267
+ "exception":true
1268
+ },
1269
+ "EFSMountTimeoutException":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "Type":{"shape":"String"},
1273
+ "Message":{"shape":"String"}
1274
+ },
1275
+ "error":{"httpStatusCode":408},
1276
+ "exception":true
1277
+ },
1237
1278
  "ENILimitReachedException":{
1238
1279
  "type":"structure",
1239
1280
  "members":{
@@ -1316,6 +1357,27 @@
1316
1357
  "min":0,
1317
1358
  "pattern":"[a-zA-Z0-9._\\-]+"
1318
1359
  },
1360
+ "FileSystemArn":{
1361
+ "type":"string",
1362
+ "max":200,
1363
+ "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}"
1364
+ },
1365
+ "FileSystemConfig":{
1366
+ "type":"structure",
1367
+ "required":[
1368
+ "Arn",
1369
+ "LocalMountPath"
1370
+ ],
1371
+ "members":{
1372
+ "Arn":{"shape":"FileSystemArn"},
1373
+ "LocalMountPath":{"shape":"LocalMountPath"}
1374
+ }
1375
+ },
1376
+ "FileSystemConfigList":{
1377
+ "type":"list",
1378
+ "member":{"shape":"FileSystemConfig"},
1379
+ "max":1
1380
+ },
1319
1381
  "FunctionArn":{
1320
1382
  "type":"string",
1321
1383
  "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
@@ -1364,7 +1426,8 @@
1364
1426
  "StateReasonCode":{"shape":"StateReasonCode"},
1365
1427
  "LastUpdateStatus":{"shape":"LastUpdateStatus"},
1366
1428
  "LastUpdateStatusReason":{"shape":"LastUpdateStatusReason"},
1367
- "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"}
1429
+ "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"},
1430
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1368
1431
  }
1369
1432
  },
1370
1433
  "FunctionEventInvokeConfig":{
@@ -2197,6 +2260,11 @@
2197
2260
  "Versions":{"shape":"FunctionList"}
2198
2261
  }
2199
2262
  },
2263
+ "LocalMountPath":{
2264
+ "type":"string",
2265
+ "max":160,
2266
+ "pattern":"^/mnt/[a-zA-Z0-9-_.]+$"
2267
+ },
2200
2268
  "LogType":{
2201
2269
  "type":"string",
2202
2270
  "enum":[
@@ -2893,7 +2961,8 @@
2893
2961
  "KMSKeyArn":{"shape":"KMSKeyArn"},
2894
2962
  "TracingConfig":{"shape":"TracingConfig"},
2895
2963
  "RevisionId":{"shape":"String"},
2896
- "Layers":{"shape":"LayerList"}
2964
+ "Layers":{"shape":"LayerList"},
2965
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
2897
2966
  }
2898
2967
  },
2899
2968
  "UpdateFunctionEventInvokeConfigRequest":{
@@ -649,9 +649,9 @@
649
649
  "output": {
650
650
  }
651
651
  },
652
- "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
- "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
654
- "title": "To get a provisioned concurrency configuration"
652
+ "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
+ "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
654
+ "title": "To view a provisioned concurrency configuration"
655
655
  },
656
656
  {
657
657
  "input": {
@@ -671,9 +671,9 @@
671
671
  "output": {
672
672
  }
673
673
  },
674
- "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
- "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
676
- "title": "To view a provisioned concurrency configuration"
674
+ "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
+ "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
676
+ "title": "To get a provisioned concurrency configuration"
677
677
  }
678
678
  ],
679
679
  "Invoke": [
@@ -791,6 +791,7 @@
791
791
  "Justin",
792
792
  "Karl",
793
793
  "Kendra",
794
+ "Kevin",
794
795
  "Kimberly",
795
796
  "Lea",
796
797
  "Liv",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.528'
2
+ VERSION = '2.11.529'
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.528
4
+ version: 2.11.529
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-06-15 00:00:00.000000000 Z
11
+ date: 2020-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath