aws-sdk-core 2.11.77 → 2.11.78

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.
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListAvailableSolutionStacks",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeEnvironmentResources",
12
+ "input": {
13
+ "EnvironmentId": "fake_environment"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -108,7 +108,8 @@
108
108
  {"shape":"ServiceException"},
109
109
  {"shape":"ResourceNotFoundException"},
110
110
  {"shape":"InvalidParameterValueException"},
111
- {"shape":"TooManyRequestsException"}
111
+ {"shape":"TooManyRequestsException"},
112
+ {"shape":"ResourceInUseException"}
112
113
  ]
113
114
  },
114
115
  "DeleteFunction":{
@@ -473,7 +474,8 @@
473
474
  {"shape":"ResourceNotFoundException"},
474
475
  {"shape":"InvalidParameterValueException"},
475
476
  {"shape":"TooManyRequestsException"},
476
- {"shape":"ResourceConflictException"}
477
+ {"shape":"ResourceConflictException"},
478
+ {"shape":"ResourceInUseException"}
477
479
  ]
478
480
  },
479
481
  "UpdateFunctionCode":{
@@ -663,8 +665,7 @@
663
665
  "type":"structure",
664
666
  "required":[
665
667
  "EventSourceArn",
666
- "FunctionName",
667
- "StartingPosition"
668
+ "FunctionName"
668
669
  ],
669
670
  "members":{
670
671
  "EventSourceArn":{"shape":"Arn"},
@@ -1526,6 +1527,15 @@
1526
1527
  "error":{"httpStatusCode":409},
1527
1528
  "exception":true
1528
1529
  },
1530
+ "ResourceInUseException":{
1531
+ "type":"structure",
1532
+ "members":{
1533
+ "Type":{"shape":"String"},
1534
+ "Message":{"shape":"String"}
1535
+ },
1536
+ "error":{"httpStatusCode":400},
1537
+ "exception":true
1538
+ },
1529
1539
  "ResourceNotFoundException":{
1530
1540
  "type":"structure",
1531
1541
  "members":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListFunctions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "Invoke",
12
+ "input": {
13
+ "FunctionName": "bogus-function"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -129,6 +129,19 @@
129
129
  {"shape":"InternalServerError"}
130
130
  ]
131
131
  },
132
+ "CreateSMBFileShare":{
133
+ "name":"CreateSMBFileShare",
134
+ "http":{
135
+ "method":"POST",
136
+ "requestUri":"/"
137
+ },
138
+ "input":{"shape":"CreateSMBFileShareInput"},
139
+ "output":{"shape":"CreateSMBFileShareOutput"},
140
+ "errors":[
141
+ {"shape":"InvalidGatewayRequestException"},
142
+ {"shape":"InternalServerError"}
143
+ ]
144
+ },
132
145
  "CreateSnapshot":{
133
146
  "name":"CreateSnapshot",
134
147
  "http":{
@@ -391,6 +404,32 @@
391
404
  {"shape":"InternalServerError"}
392
405
  ]
393
406
  },
407
+ "DescribeSMBFileShares":{
408
+ "name":"DescribeSMBFileShares",
409
+ "http":{
410
+ "method":"POST",
411
+ "requestUri":"/"
412
+ },
413
+ "input":{"shape":"DescribeSMBFileSharesInput"},
414
+ "output":{"shape":"DescribeSMBFileSharesOutput"},
415
+ "errors":[
416
+ {"shape":"InvalidGatewayRequestException"},
417
+ {"shape":"InternalServerError"}
418
+ ]
419
+ },
420
+ "DescribeSMBSettings":{
421
+ "name":"DescribeSMBSettings",
422
+ "http":{
423
+ "method":"POST",
424
+ "requestUri":"/"
425
+ },
426
+ "input":{"shape":"DescribeSMBSettingsInput"},
427
+ "output":{"shape":"DescribeSMBSettingsOutput"},
428
+ "errors":[
429
+ {"shape":"InvalidGatewayRequestException"},
430
+ {"shape":"InternalServerError"}
431
+ ]
432
+ },
394
433
  "DescribeSnapshotSchedule":{
395
434
  "name":"DescribeSnapshotSchedule",
396
435
  "http":{
@@ -508,6 +547,19 @@
508
547
  {"shape":"InternalServerError"}
509
548
  ]
510
549
  },
550
+ "JoinDomain":{
551
+ "name":"JoinDomain",
552
+ "http":{
553
+ "method":"POST",
554
+ "requestUri":"/"
555
+ },
556
+ "input":{"shape":"JoinDomainInput"},
557
+ "output":{"shape":"JoinDomainOutput"},
558
+ "errors":[
559
+ {"shape":"InvalidGatewayRequestException"},
560
+ {"shape":"InternalServerError"}
561
+ ]
562
+ },
511
563
  "ListFileShares":{
512
564
  "name":"ListFileShares",
513
565
  "http":{
@@ -703,6 +755,19 @@
703
755
  {"shape":"InternalServerError"}
704
756
  ]
705
757
  },
758
+ "SetSMBGuestPassword":{
759
+ "name":"SetSMBGuestPassword",
760
+ "http":{
761
+ "method":"POST",
762
+ "requestUri":"/"
763
+ },
764
+ "input":{"shape":"SetSMBGuestPasswordInput"},
765
+ "output":{"shape":"SetSMBGuestPasswordOutput"},
766
+ "errors":[
767
+ {"shape":"InvalidGatewayRequestException"},
768
+ {"shape":"InternalServerError"}
769
+ ]
770
+ },
706
771
  "ShutdownGateway":{
707
772
  "name":"ShutdownGateway",
708
773
  "http":{
@@ -807,6 +872,19 @@
807
872
  {"shape":"InternalServerError"}
808
873
  ]
809
874
  },
875
+ "UpdateSMBFileShare":{
876
+ "name":"UpdateSMBFileShare",
877
+ "http":{
878
+ "method":"POST",
879
+ "requestUri":"/"
880
+ },
881
+ "input":{"shape":"UpdateSMBFileShareInput"},
882
+ "output":{"shape":"UpdateSMBFileShareOutput"},
883
+ "errors":[
884
+ {"shape":"InvalidGatewayRequestException"},
885
+ {"shape":"InternalServerError"}
886
+ ]
887
+ },
810
888
  "UpdateSnapshotSchedule":{
811
889
  "name":"UpdateSnapshotSchedule",
812
890
  "http":{
@@ -932,6 +1010,11 @@
932
1010
  "GatewayARN":{"shape":"GatewayARN"}
933
1011
  }
934
1012
  },
1013
+ "Authentication":{
1014
+ "type":"string",
1015
+ "max":15,
1016
+ "min":5
1017
+ },
935
1018
  "BandwidthDownloadRateLimit":{
936
1019
  "type":"long",
937
1020
  "min":102400
@@ -1082,6 +1165,37 @@
1082
1165
  "FileShareARN":{"shape":"FileShareARN"}
1083
1166
  }
1084
1167
  },
1168
+ "CreateSMBFileShareInput":{
1169
+ "type":"structure",
1170
+ "required":[
1171
+ "ClientToken",
1172
+ "GatewayARN",
1173
+ "Role",
1174
+ "LocationARN"
1175
+ ],
1176
+ "members":{
1177
+ "ClientToken":{"shape":"ClientToken"},
1178
+ "GatewayARN":{"shape":"GatewayARN"},
1179
+ "KMSEncrypted":{"shape":"Boolean"},
1180
+ "KMSKey":{"shape":"KMSKey"},
1181
+ "Role":{"shape":"Role"},
1182
+ "LocationARN":{"shape":"LocationARN"},
1183
+ "DefaultStorageClass":{"shape":"StorageClass"},
1184
+ "ObjectACL":{"shape":"ObjectACL"},
1185
+ "ReadOnly":{"shape":"Boolean"},
1186
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
1187
+ "RequesterPays":{"shape":"Boolean"},
1188
+ "ValidUserList":{"shape":"FileShareUserList"},
1189
+ "InvalidUserList":{"shape":"FileShareUserList"},
1190
+ "Authentication":{"shape":"Authentication"}
1191
+ }
1192
+ },
1193
+ "CreateSMBFileShareOutput":{
1194
+ "type":"structure",
1195
+ "members":{
1196
+ "FileShareARN":{"shape":"FileShareARN"}
1197
+ }
1198
+ },
1085
1199
  "CreateSnapshotFromVolumeRecoveryPointInput":{
1086
1200
  "type":"structure",
1087
1201
  "required":[
@@ -1426,6 +1540,34 @@
1426
1540
  "NFSFileShareInfoList":{"shape":"NFSFileShareInfoList"}
1427
1541
  }
1428
1542
  },
1543
+ "DescribeSMBFileSharesInput":{
1544
+ "type":"structure",
1545
+ "required":["FileShareARNList"],
1546
+ "members":{
1547
+ "FileShareARNList":{"shape":"FileShareARNList"}
1548
+ }
1549
+ },
1550
+ "DescribeSMBFileSharesOutput":{
1551
+ "type":"structure",
1552
+ "members":{
1553
+ "SMBFileShareInfoList":{"shape":"SMBFileShareInfoList"}
1554
+ }
1555
+ },
1556
+ "DescribeSMBSettingsInput":{
1557
+ "type":"structure",
1558
+ "required":["GatewayARN"],
1559
+ "members":{
1560
+ "GatewayARN":{"shape":"GatewayARN"}
1561
+ }
1562
+ },
1563
+ "DescribeSMBSettingsOutput":{
1564
+ "type":"structure",
1565
+ "members":{
1566
+ "GatewayARN":{"shape":"GatewayARN"},
1567
+ "DomainName":{"shape":"DomainName"},
1568
+ "SMBGuestPasswordSet":{"shape":"Boolean"}
1569
+ }
1570
+ },
1429
1571
  "DescribeSnapshotScheduleInput":{
1430
1572
  "type":"structure",
1431
1573
  "required":["VolumeARN"],
@@ -1617,6 +1759,19 @@
1617
1759
  "type":"list",
1618
1760
  "member":{"shape":"Disk"}
1619
1761
  },
1762
+ "DomainName":{
1763
+ "type":"string",
1764
+ "pattern":"^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$"
1765
+ },
1766
+ "DomainUserName":{
1767
+ "type":"string",
1768
+ "pattern":"^\\w[\\w\\.\\- ]*$"
1769
+ },
1770
+ "DomainUserPassword":{
1771
+ "type":"string",
1772
+ "pattern":"^[ -~]+$",
1773
+ "sensitive":true
1774
+ },
1620
1775
  "DoubleObject":{"type":"double"},
1621
1776
  "ErrorCode":{
1622
1777
  "type":"string",
@@ -1709,6 +1864,7 @@
1709
1864
  "FileShareInfo":{
1710
1865
  "type":"structure",
1711
1866
  "members":{
1867
+ "FileShareType":{"shape":"FileShareType"},
1712
1868
  "FileShareARN":{"shape":"FileShareARN"},
1713
1869
  "FileShareId":{"shape":"FileShareId"},
1714
1870
  "FileShareStatus":{"shape":"FileShareStatus"},
@@ -1724,6 +1880,24 @@
1724
1880
  "max":50,
1725
1881
  "min":3
1726
1882
  },
1883
+ "FileShareType":{
1884
+ "type":"string",
1885
+ "enum":[
1886
+ "NFS",
1887
+ "SMB"
1888
+ ]
1889
+ },
1890
+ "FileShareUser":{
1891
+ "type":"string",
1892
+ "max":64,
1893
+ "min":1
1894
+ },
1895
+ "FileShareUserList":{
1896
+ "type":"list",
1897
+ "member":{"shape":"FileShareUser"},
1898
+ "max":100,
1899
+ "min":0
1900
+ },
1727
1901
  "GatewayARN":{
1728
1902
  "type":"string",
1729
1903
  "max":500,
@@ -1818,6 +1992,27 @@
1818
1992
  "min":1,
1819
1993
  "pattern":"[0-9a-z:.-]+"
1820
1994
  },
1995
+ "JoinDomainInput":{
1996
+ "type":"structure",
1997
+ "required":[
1998
+ "GatewayARN",
1999
+ "DomainName",
2000
+ "UserName",
2001
+ "Password"
2002
+ ],
2003
+ "members":{
2004
+ "GatewayARN":{"shape":"GatewayARN"},
2005
+ "DomainName":{"shape":"DomainName"},
2006
+ "UserName":{"shape":"DomainUserName"},
2007
+ "Password":{"shape":"DomainUserPassword"}
2008
+ }
2009
+ },
2010
+ "JoinDomainOutput":{
2011
+ "type":"structure",
2012
+ "members":{
2013
+ "GatewayARN":{"shape":"GatewayARN"}
2014
+ }
2015
+ },
1821
2016
  "KMSKey":{
1822
2017
  "type":"string",
1823
2018
  "max":2048,
@@ -2175,6 +2370,39 @@
2175
2370
  "max":2048,
2176
2371
  "min":20
2177
2372
  },
2373
+ "SMBFileShareInfo":{
2374
+ "type":"structure",
2375
+ "members":{
2376
+ "FileShareARN":{"shape":"FileShareARN"},
2377
+ "FileShareId":{"shape":"FileShareId"},
2378
+ "FileShareStatus":{"shape":"FileShareStatus"},
2379
+ "GatewayARN":{"shape":"GatewayARN"},
2380
+ "KMSEncrypted":{"shape":"boolean"},
2381
+ "KMSKey":{"shape":"KMSKey"},
2382
+ "Path":{"shape":"Path"},
2383
+ "Role":{"shape":"Role"},
2384
+ "LocationARN":{"shape":"LocationARN"},
2385
+ "DefaultStorageClass":{"shape":"StorageClass"},
2386
+ "ObjectACL":{"shape":"ObjectACL"},
2387
+ "ReadOnly":{"shape":"Boolean"},
2388
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
2389
+ "RequesterPays":{"shape":"Boolean"},
2390
+ "ValidUserList":{"shape":"FileShareUserList"},
2391
+ "InvalidUserList":{"shape":"FileShareUserList"},
2392
+ "Authentication":{"shape":"Authentication"}
2393
+ }
2394
+ },
2395
+ "SMBFileShareInfoList":{
2396
+ "type":"list",
2397
+ "member":{"shape":"SMBFileShareInfo"}
2398
+ },
2399
+ "SMBGuestPassword":{
2400
+ "type":"string",
2401
+ "max":512,
2402
+ "min":6,
2403
+ "pattern":"^[ -~]+$",
2404
+ "sensitive":true
2405
+ },
2178
2406
  "ServiceUnavailableError":{
2179
2407
  "type":"structure",
2180
2408
  "members":{
@@ -2200,6 +2428,23 @@
2200
2428
  "GatewayARN":{"shape":"GatewayARN"}
2201
2429
  }
2202
2430
  },
2431
+ "SetSMBGuestPasswordInput":{
2432
+ "type":"structure",
2433
+ "required":[
2434
+ "GatewayARN",
2435
+ "Password"
2436
+ ],
2437
+ "members":{
2438
+ "GatewayARN":{"shape":"GatewayARN"},
2439
+ "Password":{"shape":"SMBGuestPassword"}
2440
+ }
2441
+ },
2442
+ "SetSMBGuestPasswordOutput":{
2443
+ "type":"structure",
2444
+ "members":{
2445
+ "GatewayARN":{"shape":"GatewayARN"}
2446
+ }
2447
+ },
2203
2448
  "ShutdownGatewayInput":{
2204
2449
  "type":"structure",
2205
2450
  "required":["GatewayARN"],
@@ -2288,7 +2533,7 @@
2288
2533
  "type":"string",
2289
2534
  "max":128,
2290
2535
  "min":1,
2291
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
2536
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2292
2537
  },
2293
2538
  "TagKeys":{
2294
2539
  "type":"list",
@@ -2518,6 +2763,28 @@
2518
2763
  "FileShareARN":{"shape":"FileShareARN"}
2519
2764
  }
2520
2765
  },
2766
+ "UpdateSMBFileShareInput":{
2767
+ "type":"structure",
2768
+ "required":["FileShareARN"],
2769
+ "members":{
2770
+ "FileShareARN":{"shape":"FileShareARN"},
2771
+ "KMSEncrypted":{"shape":"Boolean"},
2772
+ "KMSKey":{"shape":"KMSKey"},
2773
+ "DefaultStorageClass":{"shape":"StorageClass"},
2774
+ "ObjectACL":{"shape":"ObjectACL"},
2775
+ "ReadOnly":{"shape":"Boolean"},
2776
+ "GuessMIMETypeEnabled":{"shape":"Boolean"},
2777
+ "RequesterPays":{"shape":"Boolean"},
2778
+ "ValidUserList":{"shape":"FileShareUserList"},
2779
+ "InvalidUserList":{"shape":"FileShareUserList"}
2780
+ }
2781
+ },
2782
+ "UpdateSMBFileShareOutput":{
2783
+ "type":"structure",
2784
+ "members":{
2785
+ "FileShareARN":{"shape":"FileShareARN"}
2786
+ }
2787
+ },
2521
2788
  "UpdateSnapshotScheduleInput":{
2522
2789
  "type":"structure",
2523
2790
  "required":[