mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vendor: make vendor-update
This commit is contained in:
parent
31fb6f2b07
commit
e828647d0f
50 changed files with 38562 additions and 36421 deletions
11
go.mod
11
go.mod
|
@ -5,7 +5,7 @@ require (
|
||||||
cloud.google.com/go/storage v1.4.0
|
cloud.google.com/go/storage v1.4.0
|
||||||
github.com/VictoriaMetrics/fastcache v1.5.4
|
github.com/VictoriaMetrics/fastcache v1.5.4
|
||||||
github.com/VictoriaMetrics/metrics v1.9.1
|
github.com/VictoriaMetrics/metrics v1.9.1
|
||||||
github.com/aws/aws-sdk-go v1.25.37
|
github.com/aws/aws-sdk-go v1.25.43
|
||||||
github.com/cespare/xxhash/v2 v2.1.1
|
github.com/cespare/xxhash/v2 v2.1.1
|
||||||
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
||||||
github.com/golang/snappy v0.0.1
|
github.com/golang/snappy v0.0.1
|
||||||
|
@ -17,9 +17,12 @@ require (
|
||||||
github.com/valyala/histogram v1.0.1
|
github.com/valyala/histogram v1.0.1
|
||||||
github.com/valyala/quicktemplate v1.4.1
|
github.com/valyala/quicktemplate v1.4.1
|
||||||
go.opencensus.io v0.22.2 // indirect
|
go.opencensus.io v0.22.2 // indirect
|
||||||
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
golang.org/x/exp v0.0.0-20191127035308-9964a5a80460 // indirect
|
||||||
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
||||||
golang.org/x/tools v0.0.0-20191119175705-11e13f1c3fd7 // indirect
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
|
||||||
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
|
||||||
|
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2
|
||||||
|
golang.org/x/tools v0.0.0-20191127064951-724660f1afeb // indirect
|
||||||
google.golang.org/api v0.14.0
|
google.golang.org/api v0.14.0
|
||||||
google.golang.org/appengine v1.6.5 // indirect
|
google.golang.org/appengine v1.6.5 // indirect
|
||||||
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
||||||
|
|
24
go.sum
24
go.sum
|
@ -26,8 +26,8 @@ github.com/VictoriaMetrics/metrics v1.9.1 h1:6bkFBTSCZ3woLQ6+ZLRIvrYjGn7GDqOid29
|
||||||
github.com/VictoriaMetrics/metrics v1.9.1/go.mod h1:LU2j9qq7xqZYXz8tF3/RQnB2z2MbZms5TDiIg9/NHiQ=
|
github.com/VictoriaMetrics/metrics v1.9.1/go.mod h1:LU2j9qq7xqZYXz8tF3/RQnB2z2MbZms5TDiIg9/NHiQ=
|
||||||
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
|
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
|
||||||
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
|
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
|
||||||
github.com/aws/aws-sdk-go v1.25.37 h1:gBtB/F3dophWpsUQKN/Kni+JzYEH2mGHF4hWNtfED1w=
|
github.com/aws/aws-sdk-go v1.25.43 h1:R5YqHQFIulYVfgRySz9hvBRTWBjudISa+r0C8XQ1ufg=
|
||||||
github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
github.com/aws/aws-sdk-go v1.25.43/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
||||||
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
||||||
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
|
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
|
||||||
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||||
|
@ -38,6 +38,7 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
|
||||||
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||||
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
||||||
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
||||||
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
||||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
|
||||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
|
||||||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
||||||
|
@ -120,6 +121,8 @@ golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxT
|
||||||
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
|
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
|
||||||
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw=
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw=
|
||||||
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
|
||||||
|
golang.org/x/exp v0.0.0-20191127035308-9964a5a80460 h1:zNL062UG4d0GC48Bhm+lEI9lTOMsEHNL0WITb/cw7/s=
|
||||||
|
golang.org/x/exp v0.0.0-20191127035308-9964a5a80460/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
||||||
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
||||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
||||||
|
@ -130,6 +133,8 @@ golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHl
|
||||||
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
||||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs=
|
golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs=
|
||||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
||||||
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f h1:J5lckAjkw6qYlOZNj90mLYNTEKDvWeuc1yieZ8qUzUE=
|
||||||
|
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs=
|
||||||
golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
|
golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
|
||||||
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
|
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
|
||||||
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
|
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
|
||||||
|
@ -145,12 +150,14 @@ golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn
|
||||||
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
|
||||||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||||
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 h1:MlY3mEfbnWGmUi4rtHOtNnnnN4UJRGSyLPx+DXA5Sq4=
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 h1:e6HwijUxhDe+hPNjZQQn9bA5PW3vNmnN64U2ZW759Lk=
|
||||||
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
||||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=
|
||||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c h1:HjRaKPaiWks0f5tA6ELVF7ZfqSppfPwOEEAvsrKUTO4=
|
||||||
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
||||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
|
@ -165,8 +172,8 @@ golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7w
|
||||||
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 h1:wAW1U21MfVN0sUipAD8952TBjGXMRHFKQugDlQ9RwwE=
|
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 h1:/J2nHFg1MTqaRLFO7M+J78ASNsJoz3r0cvHBPQ77fsE=
|
||||||
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
|
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
|
||||||
|
@ -189,8 +196,9 @@ golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtn
|
||||||
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191119175705-11e13f1c3fd7 h1:RyLBY/sJ/JwgAsmjUkGy/spRidXrmMj9uK4V6eiBypg=
|
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191119175705-11e13f1c3fd7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20191127064951-724660f1afeb h1:K4JMHRJSgd1q/yXZNrKKyneQJcLm1rn7JsokEs/xE9I=
|
||||||
|
golang.org/x/tools v0.0.0-20191127064951-724660f1afeb/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
|
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
|
||||||
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
|
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
|
||||||
|
|
3
vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go
generated
vendored
3
vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go
generated
vendored
|
@ -90,6 +90,7 @@ import (
|
||||||
|
|
||||||
"github.com/aws/aws-sdk-go/aws/awserr"
|
"github.com/aws/aws-sdk-go/aws/awserr"
|
||||||
"github.com/aws/aws-sdk-go/aws/credentials"
|
"github.com/aws/aws-sdk-go/aws/credentials"
|
||||||
|
"github.com/aws/aws-sdk-go/internal/sdkio"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -142,7 +143,7 @@ const (
|
||||||
|
|
||||||
// DefaultBufSize limits buffer size from growing to an enormous
|
// DefaultBufSize limits buffer size from growing to an enormous
|
||||||
// amount due to a faulty process.
|
// amount due to a faulty process.
|
||||||
DefaultBufSize = 1024
|
DefaultBufSize = int(8 * sdkio.KibiByte)
|
||||||
|
|
||||||
// DefaultTimeout default limit on time a process can run.
|
// DefaultTimeout default limit on time a process can run.
|
||||||
DefaultTimeout = time.Duration(1) * time.Minute
|
DefaultTimeout = time.Duration(1) * time.Minute
|
||||||
|
|
65
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go
generated
vendored
65
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go
generated
vendored
|
@ -4,6 +4,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
@ -12,8 +13,41 @@ import (
|
||||||
"github.com/aws/aws-sdk-go/internal/sdkuri"
|
"github.com/aws/aws-sdk-go/internal/sdkuri"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// getToken uses the duration to return a token for EC2 metadata service,
|
||||||
|
// or an error if the request failed.
|
||||||
|
func (c *EC2Metadata) getToken(duration time.Duration) (tokenOutput, error) {
|
||||||
|
op := &request.Operation{
|
||||||
|
Name: "GetToken",
|
||||||
|
HTTPMethod: "PUT",
|
||||||
|
HTTPPath: "/api/token",
|
||||||
|
}
|
||||||
|
|
||||||
|
var output tokenOutput
|
||||||
|
req := c.NewRequest(op, nil, &output)
|
||||||
|
|
||||||
|
// remove the fetch token handler from the request handlers to avoid infinite recursion
|
||||||
|
req.Handlers.Sign.RemoveByName(fetchTokenHandlerName)
|
||||||
|
|
||||||
|
// Swap the unmarshalMetadataHandler with unmarshalTokenHandler on this request.
|
||||||
|
req.Handlers.Unmarshal.Swap(unmarshalMetadataHandlerName, unmarshalTokenHandler)
|
||||||
|
|
||||||
|
ttl := strconv.FormatInt(int64(duration/time.Second), 10)
|
||||||
|
req.HTTPRequest.Header.Set(ttlHeader, ttl)
|
||||||
|
|
||||||
|
err := req.Send()
|
||||||
|
|
||||||
|
// Errors with bad request status should be returned.
|
||||||
|
if err != nil {
|
||||||
|
err = awserr.NewRequestFailure(
|
||||||
|
awserr.New(req.HTTPResponse.Status, http.StatusText(req.HTTPResponse.StatusCode), err),
|
||||||
|
req.HTTPResponse.StatusCode, req.RequestID)
|
||||||
|
}
|
||||||
|
|
||||||
|
return output, err
|
||||||
|
}
|
||||||
|
|
||||||
// GetMetadata uses the path provided to request information from the EC2
|
// GetMetadata uses the path provided to request information from the EC2
|
||||||
// instance metdata service. The content will be returned as a string, or
|
// instance metadata service. The content will be returned as a string, or
|
||||||
// error if the request failed.
|
// error if the request failed.
|
||||||
func (c *EC2Metadata) GetMetadata(p string) (string, error) {
|
func (c *EC2Metadata) GetMetadata(p string) (string, error) {
|
||||||
op := &request.Operation{
|
op := &request.Operation{
|
||||||
|
@ -21,11 +55,11 @@ func (c *EC2Metadata) GetMetadata(p string) (string, error) {
|
||||||
HTTPMethod: "GET",
|
HTTPMethod: "GET",
|
||||||
HTTPPath: sdkuri.PathJoin("/meta-data", p),
|
HTTPPath: sdkuri.PathJoin("/meta-data", p),
|
||||||
}
|
}
|
||||||
|
|
||||||
output := &metadataOutput{}
|
output := &metadataOutput{}
|
||||||
req := c.NewRequest(op, nil, output)
|
|
||||||
err := req.Send()
|
|
||||||
|
|
||||||
|
req := c.NewRequest(op, nil, output)
|
||||||
|
|
||||||
|
err := req.Send()
|
||||||
return output.Content, err
|
return output.Content, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,13 +75,8 @@ func (c *EC2Metadata) GetUserData() (string, error) {
|
||||||
|
|
||||||
output := &metadataOutput{}
|
output := &metadataOutput{}
|
||||||
req := c.NewRequest(op, nil, output)
|
req := c.NewRequest(op, nil, output)
|
||||||
req.Handlers.UnmarshalError.PushBack(func(r *request.Request) {
|
|
||||||
if r.HTTPResponse.StatusCode == http.StatusNotFound {
|
|
||||||
r.Error = awserr.New("NotFoundError", "user-data not found", r.Error)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
err := req.Send()
|
|
||||||
|
|
||||||
|
err := req.Send()
|
||||||
return output.Content, err
|
return output.Content, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,8 +92,8 @@ func (c *EC2Metadata) GetDynamicData(p string) (string, error) {
|
||||||
|
|
||||||
output := &metadataOutput{}
|
output := &metadataOutput{}
|
||||||
req := c.NewRequest(op, nil, output)
|
req := c.NewRequest(op, nil, output)
|
||||||
err := req.Send()
|
|
||||||
|
|
||||||
|
err := req.Send()
|
||||||
return output.Content, err
|
return output.Content, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,17 +145,17 @@ func (c *EC2Metadata) IAMInfo() (EC2IAMInfo, error) {
|
||||||
|
|
||||||
// Region returns the region the instance is running in.
|
// Region returns the region the instance is running in.
|
||||||
func (c *EC2Metadata) Region() (string, error) {
|
func (c *EC2Metadata) Region() (string, error) {
|
||||||
resp, err := c.GetMetadata("placement/availability-zone")
|
ec2InstanceIdentityDocument, err := c.GetInstanceIdentityDocument()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
// extract region from the ec2InstanceIdentityDocument
|
||||||
if len(resp) == 0 {
|
region := ec2InstanceIdentityDocument.Region
|
||||||
return "", awserr.New("EC2MetadataError", "invalid Region response", nil)
|
if len(region) == 0 {
|
||||||
|
return "", awserr.New("EC2MetadataError", "invalid region received for ec2metadata instance", nil)
|
||||||
}
|
}
|
||||||
|
// returns region
|
||||||
// returns region without the suffix. Eg: us-west-2a becomes us-west-2
|
return region, nil
|
||||||
return resp[:len(resp)-1], nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Available returns if the application has access to the EC2 Metadata service.
|
// Available returns if the application has access to the EC2 Metadata service.
|
||||||
|
|
114
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go
generated
vendored
114
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go
generated
vendored
|
@ -13,6 +13,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
@ -24,9 +25,25 @@ import (
|
||||||
"github.com/aws/aws-sdk-go/aws/request"
|
"github.com/aws/aws-sdk-go/aws/request"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ServiceName is the name of the service.
|
const (
|
||||||
const ServiceName = "ec2metadata"
|
// ServiceName is the name of the service.
|
||||||
const disableServiceEnvVar = "AWS_EC2_METADATA_DISABLED"
|
ServiceName = "ec2metadata"
|
||||||
|
disableServiceEnvVar = "AWS_EC2_METADATA_DISABLED"
|
||||||
|
|
||||||
|
// Headers for Token and TTL
|
||||||
|
ttlHeader = "x-aws-ec2-metadata-token-ttl-seconds"
|
||||||
|
tokenHeader = "x-aws-ec2-metadata-token"
|
||||||
|
|
||||||
|
// Named Handler constants
|
||||||
|
fetchTokenHandlerName = "FetchTokenHandler"
|
||||||
|
unmarshalMetadataHandlerName = "unmarshalMetadataHandler"
|
||||||
|
unmarshalTokenHandlerName = "unmarshalTokenHandler"
|
||||||
|
enableTokenProviderHandlerName = "enableTokenProviderHandler"
|
||||||
|
|
||||||
|
// TTL constants
|
||||||
|
defaultTTL = 21600 * time.Second
|
||||||
|
ttlExpirationWindow = 30 * time.Second
|
||||||
|
)
|
||||||
|
|
||||||
// A EC2Metadata is an EC2 Metadata service Client.
|
// A EC2Metadata is an EC2 Metadata service Client.
|
||||||
type EC2Metadata struct {
|
type EC2Metadata struct {
|
||||||
|
@ -80,13 +97,27 @@ func NewClient(cfg aws.Config, handlers request.Handlers, endpoint, signingRegio
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
svc.Handlers.Unmarshal.PushBack(unmarshalHandler)
|
// token provider instance
|
||||||
|
tp := newTokenProvider(svc, defaultTTL)
|
||||||
|
|
||||||
|
// NamedHandler for fetching token
|
||||||
|
svc.Handlers.Sign.PushBackNamed(request.NamedHandler{
|
||||||
|
Name: fetchTokenHandlerName,
|
||||||
|
Fn: tp.fetchTokenHandler,
|
||||||
|
})
|
||||||
|
// NamedHandler for enabling token provider
|
||||||
|
svc.Handlers.Complete.PushBackNamed(request.NamedHandler{
|
||||||
|
Name: enableTokenProviderHandlerName,
|
||||||
|
Fn: tp.enableTokenProviderHandler,
|
||||||
|
})
|
||||||
|
|
||||||
|
svc.Handlers.Unmarshal.PushBackNamed(unmarshalHandler)
|
||||||
svc.Handlers.UnmarshalError.PushBack(unmarshalError)
|
svc.Handlers.UnmarshalError.PushBack(unmarshalError)
|
||||||
svc.Handlers.Validate.Clear()
|
svc.Handlers.Validate.Clear()
|
||||||
svc.Handlers.Validate.PushBack(validateEndpointHandler)
|
svc.Handlers.Validate.PushBack(validateEndpointHandler)
|
||||||
|
|
||||||
// Disable the EC2 Metadata service if the environment variable is set.
|
// Disable the EC2 Metadata service if the environment variable is set.
|
||||||
// This shortcirctes the service's functionality to always fail to send
|
// This short-circuits the service's functionality to always fail to send
|
||||||
// requests.
|
// requests.
|
||||||
if strings.ToLower(os.Getenv(disableServiceEnvVar)) == "true" {
|
if strings.ToLower(os.Getenv(disableServiceEnvVar)) == "true" {
|
||||||
svc.Handlers.Send.SwapNamed(request.NamedHandler{
|
svc.Handlers.Send.SwapNamed(request.NamedHandler{
|
||||||
|
@ -107,7 +138,6 @@ func NewClient(cfg aws.Config, handlers request.Handlers, endpoint, signingRegio
|
||||||
for _, option := range opts {
|
for _, option := range opts {
|
||||||
option(svc.Client)
|
option(svc.Client)
|
||||||
}
|
}
|
||||||
|
|
||||||
return svc
|
return svc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -119,30 +149,74 @@ type metadataOutput struct {
|
||||||
Content string
|
Content string
|
||||||
}
|
}
|
||||||
|
|
||||||
func unmarshalHandler(r *request.Request) {
|
type tokenOutput struct {
|
||||||
defer r.HTTPResponse.Body.Close()
|
Token string
|
||||||
b := &bytes.Buffer{}
|
TTL time.Duration
|
||||||
if _, err := io.Copy(b, r.HTTPResponse.Body); err != nil {
|
}
|
||||||
r.Error = awserr.New(request.ErrCodeSerialization, "unable to unmarshal EC2 metadata response", err)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if data, ok := r.Data.(*metadataOutput); ok {
|
// unmarshal token handler is used to parse the response of a getToken operation
|
||||||
data.Content = b.String()
|
var unmarshalTokenHandler = request.NamedHandler{
|
||||||
}
|
Name: unmarshalTokenHandlerName,
|
||||||
|
Fn: func(r *request.Request) {
|
||||||
|
defer r.HTTPResponse.Body.Close()
|
||||||
|
var b bytes.Buffer
|
||||||
|
if _, err := io.Copy(&b, r.HTTPResponse.Body); err != nil {
|
||||||
|
r.Error = awserr.NewRequestFailure(awserr.New(request.ErrCodeSerialization,
|
||||||
|
"unable to unmarshal EC2 metadata response", err), r.HTTPResponse.StatusCode, r.RequestID)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
v := r.HTTPResponse.Header.Get(ttlHeader)
|
||||||
|
data, ok := r.Data.(*tokenOutput)
|
||||||
|
if !ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
data.Token = b.String()
|
||||||
|
// TTL is in seconds
|
||||||
|
i, err := strconv.ParseInt(v, 10, 64)
|
||||||
|
if err != nil {
|
||||||
|
r.Error = awserr.NewRequestFailure(awserr.New(request.ParamFormatErrCode,
|
||||||
|
"unable to parse EC2 token TTL response", err), r.HTTPResponse.StatusCode, r.RequestID)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
t := time.Duration(i) * time.Second
|
||||||
|
data.TTL = t
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
var unmarshalHandler = request.NamedHandler{
|
||||||
|
Name: unmarshalMetadataHandlerName,
|
||||||
|
Fn: func(r *request.Request) {
|
||||||
|
defer r.HTTPResponse.Body.Close()
|
||||||
|
var b bytes.Buffer
|
||||||
|
if _, err := io.Copy(&b, r.HTTPResponse.Body); err != nil {
|
||||||
|
r.Error = awserr.NewRequestFailure(awserr.New(request.ErrCodeSerialization,
|
||||||
|
"unable to unmarshal EC2 metadata response", err), r.HTTPResponse.StatusCode, r.RequestID)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if data, ok := r.Data.(*metadataOutput); ok {
|
||||||
|
data.Content = b.String()
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
func unmarshalError(r *request.Request) {
|
func unmarshalError(r *request.Request) {
|
||||||
defer r.HTTPResponse.Body.Close()
|
defer r.HTTPResponse.Body.Close()
|
||||||
b := &bytes.Buffer{}
|
var b bytes.Buffer
|
||||||
if _, err := io.Copy(b, r.HTTPResponse.Body); err != nil {
|
|
||||||
r.Error = awserr.New(request.ErrCodeSerialization, "unable to unmarshal EC2 metadata error response", err)
|
if _, err := io.Copy(&b, r.HTTPResponse.Body); err != nil {
|
||||||
|
r.Error = awserr.NewRequestFailure(
|
||||||
|
awserr.New(request.ErrCodeSerialization, "unable to unmarshal EC2 metadata error response", err),
|
||||||
|
r.HTTPResponse.StatusCode, r.RequestID)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Response body format is not consistent between metadata endpoints.
|
// Response body format is not consistent between metadata endpoints.
|
||||||
// Grab the error message as a string and include that as the source error
|
// Grab the error message as a string and include that as the source error
|
||||||
r.Error = awserr.New("EC2MetadataError", "failed to make EC2Metadata request", errors.New(b.String()))
|
r.Error = awserr.NewRequestFailure(awserr.New("EC2MetadataError", "failed to make EC2Metadata request", errors.New(b.String())),
|
||||||
|
r.HTTPResponse.StatusCode, r.RequestID)
|
||||||
}
|
}
|
||||||
|
|
||||||
func validateEndpointHandler(r *request.Request) {
|
func validateEndpointHandler(r *request.Request) {
|
||||||
|
|
92
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go
generated
vendored
Normal file
92
vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go
generated
vendored
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
package ec2metadata
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net/http"
|
||||||
|
"sync/atomic"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/aws/aws-sdk-go/aws/awserr"
|
||||||
|
"github.com/aws/aws-sdk-go/aws/credentials"
|
||||||
|
"github.com/aws/aws-sdk-go/aws/request"
|
||||||
|
)
|
||||||
|
|
||||||
|
// A tokenProvider struct provides access to EC2Metadata client
|
||||||
|
// and atomic instance of a token, along with configuredTTL for it.
|
||||||
|
// tokenProvider also provides an atomic flag to disable the
|
||||||
|
// fetch token operation.
|
||||||
|
// The disabled member will use 0 as false, and 1 as true.
|
||||||
|
type tokenProvider struct {
|
||||||
|
client *EC2Metadata
|
||||||
|
token atomic.Value
|
||||||
|
configuredTTL time.Duration
|
||||||
|
disabled uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
// A ec2Token struct helps use of token in EC2 Metadata service ops
|
||||||
|
type ec2Token struct {
|
||||||
|
token string
|
||||||
|
credentials.Expiry
|
||||||
|
}
|
||||||
|
|
||||||
|
// newTokenProvider provides a pointer to a tokenProvider instance
|
||||||
|
func newTokenProvider(c *EC2Metadata, duration time.Duration) *tokenProvider {
|
||||||
|
return &tokenProvider{client: c, configuredTTL: duration}
|
||||||
|
}
|
||||||
|
|
||||||
|
// fetchTokenHandler fetches token for EC2Metadata service client by default.
|
||||||
|
func (t *tokenProvider) fetchTokenHandler(r *request.Request) {
|
||||||
|
|
||||||
|
// short-circuits to insecure data flow if tokenProvider is disabled.
|
||||||
|
if v := atomic.LoadUint32(&t.disabled); v == 1 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if ec2Token, ok := t.token.Load().(ec2Token); ok && !ec2Token.IsExpired() {
|
||||||
|
r.HTTPRequest.Header.Set(tokenHeader, ec2Token.token)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
output, err := t.client.getToken(t.configuredTTL)
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
|
||||||
|
// change the disabled flag on token provider to true,
|
||||||
|
// when error is request timeout error.
|
||||||
|
if requestFailureError, ok := err.(awserr.RequestFailure); ok {
|
||||||
|
switch requestFailureError.StatusCode() {
|
||||||
|
case http.StatusForbidden, http.StatusNotFound, http.StatusMethodNotAllowed:
|
||||||
|
atomic.StoreUint32(&t.disabled, 1)
|
||||||
|
case http.StatusBadRequest:
|
||||||
|
r.Error = requestFailureError
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if request timed out while waiting for response
|
||||||
|
if e, ok := requestFailureError.OrigErr().(awserr.Error); ok {
|
||||||
|
if e.Code() == "RequestError" {
|
||||||
|
atomic.StoreUint32(&t.disabled, 1)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
newToken := ec2Token{
|
||||||
|
token: output.Token,
|
||||||
|
}
|
||||||
|
newToken.SetExpiration(time.Now().Add(output.TTL), ttlExpirationWindow)
|
||||||
|
t.token.Store(newToken)
|
||||||
|
|
||||||
|
// Inject token header to the request.
|
||||||
|
if ec2Token, ok := t.token.Load().(ec2Token); ok {
|
||||||
|
r.HTTPRequest.Header.Set(tokenHeader, ec2Token.token)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// enableTokenProviderHandler enables the token provider
|
||||||
|
func (t *tokenProvider) enableTokenProviderHandler(r *request.Request) {
|
||||||
|
// If the error code status is 401, we enable the token provider
|
||||||
|
if e, ok := r.Error.(awserr.RequestFailure); ok && e != nil &&
|
||||||
|
e.StatusCode() == http.StatusUnauthorized {
|
||||||
|
atomic.StoreUint32(&t.disabled, 0)
|
||||||
|
}
|
||||||
|
}
|
61
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
61
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
|
@ -425,11 +425,7 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com",
|
|
||||||
Protocols: []string{"http", "https"},
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
|
||||||
Service: "application-autoscaling",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-east-1": endpoint{},
|
"ap-east-1": endpoint{},
|
||||||
|
@ -560,11 +556,7 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
"autoscaling-plans": service{
|
"autoscaling-plans": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com",
|
|
||||||
Protocols: []string{"http", "https"},
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
|
||||||
Service: "autoscaling-plans",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
|
@ -1133,12 +1125,15 @@ var awsPartition = partition{
|
||||||
"datasync": service{
|
"datasync": service{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
|
"ap-east-1": endpoint{},
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
"ap-southeast-2": endpoint{},
|
"ap-southeast-2": endpoint{},
|
||||||
"ca-central-1": endpoint{},
|
"ca-central-1": endpoint{},
|
||||||
"eu-central-1": endpoint{},
|
"eu-central-1": endpoint{},
|
||||||
|
"eu-north-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
"eu-west-2": endpoint{},
|
"eu-west-2": endpoint{},
|
||||||
"eu-west-3": endpoint{},
|
"eu-west-3": endpoint{},
|
||||||
|
@ -1167,6 +1162,7 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"me-south-1": endpoint{},
|
"me-south-1": endpoint{},
|
||||||
|
"sa-east-1": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
"us-west-1": endpoint{},
|
"us-west-1": endpoint{},
|
||||||
|
@ -1223,7 +1219,8 @@ var awsPartition = partition{
|
||||||
"discovery": service{
|
"discovery": service{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"us-west-2": endpoint{},
|
"eu-central-1": endpoint{},
|
||||||
|
"us-west-2": endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"dms": service{
|
"dms": service{
|
||||||
|
@ -1523,6 +1520,7 @@ var awsPartition = partition{
|
||||||
"elasticfilesystem": service{
|
"elasticfilesystem": service{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
|
"ap-east-1": endpoint{},
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
|
@ -1530,9 +1528,12 @@ var awsPartition = partition{
|
||||||
"ap-southeast-2": endpoint{},
|
"ap-southeast-2": endpoint{},
|
||||||
"ca-central-1": endpoint{},
|
"ca-central-1": endpoint{},
|
||||||
"eu-central-1": endpoint{},
|
"eu-central-1": endpoint{},
|
||||||
|
"eu-north-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
"eu-west-2": endpoint{},
|
"eu-west-2": endpoint{},
|
||||||
"eu-west-3": endpoint{},
|
"eu-west-3": endpoint{},
|
||||||
|
"me-south-1": endpoint{},
|
||||||
|
"sa-east-1": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
"us-west-1": endpoint{},
|
"us-west-1": endpoint{},
|
||||||
|
@ -2192,12 +2193,17 @@ var awsPartition = partition{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
|
"ap-northeast-2": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
"ap-southeast-2": endpoint{},
|
"ap-southeast-2": endpoint{},
|
||||||
|
"ca-central-1": endpoint{},
|
||||||
|
"eu-central-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
|
"eu-west-2": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
|
"us-west-1": endpoint{},
|
||||||
"us-west-2": endpoint{},
|
"us-west-2": endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -2421,7 +2427,8 @@ var awsPartition = partition{
|
||||||
"mgh": service{
|
"mgh": service{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"us-west-2": endpoint{},
|
"eu-central-1": endpoint{},
|
||||||
|
"us-west-2": endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"mobileanalytics": service{
|
"mobileanalytics": service{
|
||||||
|
@ -2826,6 +2833,10 @@ var awsPartition = partition{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
|
"ap-northeast-2": endpoint{},
|
||||||
|
"ap-southeast-1": endpoint{},
|
||||||
|
"ap-southeast-2": endpoint{},
|
||||||
|
"eu-central-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
|
@ -2846,6 +2857,7 @@ var awsPartition = partition{
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
"eu-west-2": endpoint{},
|
"eu-west-2": endpoint{},
|
||||||
"eu-west-3": endpoint{},
|
"eu-west-3": endpoint{},
|
||||||
|
"sa-east-1": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
"us-west-1": endpoint{},
|
"us-west-1": endpoint{},
|
||||||
|
@ -3525,6 +3537,10 @@ var awsPartition = partition{
|
||||||
|
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
|
"ap-northeast-2": endpoint{},
|
||||||
|
"ap-southeast-1": endpoint{},
|
||||||
|
"ap-southeast-2": endpoint{},
|
||||||
|
"eu-central-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-2": endpoint{},
|
"us-east-2": endpoint{},
|
||||||
|
@ -3912,6 +3928,7 @@ var awsPartition = partition{
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"ap-east-1": endpoint{},
|
"ap-east-1": endpoint{},
|
||||||
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
|
@ -3966,13 +3983,18 @@ var awsPartition = partition{
|
||||||
Protocols: []string{"https"},
|
Protocols: []string{"https"},
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
|
"ap-east-1": endpoint{},
|
||||||
"ap-northeast-1": endpoint{},
|
"ap-northeast-1": endpoint{},
|
||||||
"ap-northeast-2": endpoint{},
|
"ap-northeast-2": endpoint{},
|
||||||
"ap-south-1": endpoint{},
|
"ap-south-1": endpoint{},
|
||||||
"ap-southeast-1": endpoint{},
|
"ap-southeast-1": endpoint{},
|
||||||
|
"ap-southeast-2": endpoint{},
|
||||||
"ca-central-1": endpoint{},
|
"ca-central-1": endpoint{},
|
||||||
"eu-central-1": endpoint{},
|
"eu-central-1": endpoint{},
|
||||||
|
"eu-north-1": endpoint{},
|
||||||
"eu-west-1": endpoint{},
|
"eu-west-1": endpoint{},
|
||||||
|
"eu-west-2": endpoint{},
|
||||||
|
"eu-west-3": endpoint{},
|
||||||
"us-east-1": endpoint{},
|
"us-east-1": endpoint{},
|
||||||
"us-east-1-fips": endpoint{
|
"us-east-1-fips": endpoint{
|
||||||
Hostname: "translate-fips.us-east-1.amazonaws.com",
|
Hostname: "translate-fips.us-east-1.amazonaws.com",
|
||||||
|
@ -3987,6 +4009,7 @@ var awsPartition = partition{
|
||||||
Region: "us-east-2",
|
Region: "us-east-2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"us-west-1": endpoint{},
|
||||||
"us-west-2": endpoint{},
|
"us-west-2": endpoint{},
|
||||||
"us-west-2-fips": endpoint{
|
"us-west-2-fips": endpoint{
|
||||||
Hostname: "translate-fips.us-west-2.amazonaws.com",
|
Hostname: "translate-fips.us-west-2.amazonaws.com",
|
||||||
|
@ -4148,11 +4171,7 @@ var awscnPartition = partition{
|
||||||
},
|
},
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
||||||
Protocols: []string{"http", "https"},
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
|
||||||
Service: "application-autoscaling",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"cn-north-1": endpoint{},
|
"cn-north-1": endpoint{},
|
||||||
|
@ -4709,7 +4728,8 @@ var awsusgovPartition = partition{
|
||||||
},
|
},
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com",
|
Hostname: "autoscaling.{region}.amazonaws.com",
|
||||||
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
CredentialScope: credentialScope{
|
||||||
Service: "application-autoscaling",
|
Service: "application-autoscaling",
|
||||||
},
|
},
|
||||||
|
@ -4846,6 +4866,7 @@ var awsusgovPartition = partition{
|
||||||
Region: "us-gov-west-1",
|
Region: "us-gov-west-1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"us-gov-east-1": endpoint{},
|
||||||
"us-gov-west-1": endpoint{},
|
"us-gov-west-1": endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -5514,11 +5535,8 @@ var awsisoPartition = partition{
|
||||||
},
|
},
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com",
|
Hostname: "autoscaling.us-iso-east-1.c2s.ic.gov",
|
||||||
Protocols: []string{"http", "https"},
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
|
||||||
Service: "application-autoscaling",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"us-iso-east-1": endpoint{},
|
"us-iso-east-1": endpoint{},
|
||||||
|
@ -5846,11 +5864,8 @@ var awsisobPartition = partition{
|
||||||
Services: services{
|
Services: services{
|
||||||
"application-autoscaling": service{
|
"application-autoscaling": service{
|
||||||
Defaults: endpoint{
|
Defaults: endpoint{
|
||||||
Hostname: "autoscaling.{region}.amazonaws.com",
|
Hostname: "autoscaling.us-isob-east-1.sc2s.sgov.gov",
|
||||||
Protocols: []string{"http", "https"},
|
Protocols: []string{"http", "https"},
|
||||||
CredentialScope: credentialScope{
|
|
||||||
Service: "application-autoscaling",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Endpoints: endpoints{
|
Endpoints: endpoints{
|
||||||
"us-isob-east-1": endpoint{},
|
"us-isob-east-1": endpoint{},
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
|
@ -5,4 +5,4 @@ package aws
|
||||||
const SDKName = "aws-sdk-go"
|
const SDKName = "aws-sdk-go"
|
||||||
|
|
||||||
// SDKVersion is the version of this SDK
|
// SDKVersion is the version of this SDK
|
||||||
const SDKVersion = "1.25.37"
|
const SDKVersion = "1.25.43"
|
||||||
|
|
202
vendor/github.com/aws/aws-sdk-go/service/s3/api.go
generated
vendored
202
vendor/github.com/aws/aws-sdk-go/service/s3/api.go
generated
vendored
|
@ -14095,6 +14095,16 @@ type Destination struct {
|
||||||
// is specified, you must specify this element.
|
// is specified, you must specify this element.
|
||||||
EncryptionConfiguration *EncryptionConfiguration `type:"structure"`
|
EncryptionConfiguration *EncryptionConfiguration `type:"structure"`
|
||||||
|
|
||||||
|
// A container specifying replication metrics-related information, including
|
||||||
|
// whether emitting metrics and Amazon S3 events for replication are enabled.
|
||||||
|
// In addition, contains configurations related to specific metrics or events.
|
||||||
|
// Must be specified together with a ReplicationTime block.
|
||||||
|
Metrics *Metrics `type:"structure"`
|
||||||
|
|
||||||
|
// A container specifying the time when all objects and operations on objects
|
||||||
|
// are replicated. Must be specified together with a Metrics block.
|
||||||
|
ReplicationTime *ReplicationTime `type:"structure"`
|
||||||
|
|
||||||
// The storage class to use when replicating objects, such as standard or reduced
|
// The storage class to use when replicating objects, such as standard or reduced
|
||||||
// redundancy. By default, Amazon S3 uses the storage class of the source object
|
// redundancy. By default, Amazon S3 uses the storage class of the source object
|
||||||
// to create the object replica.
|
// to create the object replica.
|
||||||
|
@ -14126,6 +14136,16 @@ func (s *Destination) Validate() error {
|
||||||
invalidParams.AddNested("AccessControlTranslation", err.(request.ErrInvalidParams))
|
invalidParams.AddNested("AccessControlTranslation", err.(request.ErrInvalidParams))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if s.Metrics != nil {
|
||||||
|
if err := s.Metrics.Validate(); err != nil {
|
||||||
|
invalidParams.AddNested("Metrics", err.(request.ErrInvalidParams))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if s.ReplicationTime != nil {
|
||||||
|
if err := s.ReplicationTime.Validate(); err != nil {
|
||||||
|
invalidParams.AddNested("ReplicationTime", err.(request.ErrInvalidParams))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if invalidParams.Len() > 0 {
|
if invalidParams.Len() > 0 {
|
||||||
return invalidParams
|
return invalidParams
|
||||||
|
@ -14164,6 +14184,18 @@ func (s *Destination) SetEncryptionConfiguration(v *EncryptionConfiguration) *De
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetMetrics sets the Metrics field's value.
|
||||||
|
func (s *Destination) SetMetrics(v *Metrics) *Destination {
|
||||||
|
s.Metrics = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetReplicationTime sets the ReplicationTime field's value.
|
||||||
|
func (s *Destination) SetReplicationTime(v *ReplicationTime) *Destination {
|
||||||
|
s.ReplicationTime = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetStorageClass sets the StorageClass field's value.
|
// SetStorageClass sets the StorageClass field's value.
|
||||||
func (s *Destination) SetStorageClass(v string) *Destination {
|
func (s *Destination) SetStorageClass(v string) *Destination {
|
||||||
s.StorageClass = &v
|
s.StorageClass = &v
|
||||||
|
@ -21262,6 +21294,63 @@ func (s *MetadataEntry) SetValue(v string) *MetadataEntry {
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A container specifying replication metrics-related information, including
|
||||||
|
// whether emitting metrics and Amazon S3 events for replication are enabled.
|
||||||
|
// In addition, contains configurations related to specific metrics or events.
|
||||||
|
// Must be specified together with a ReplicationTime block.
|
||||||
|
type Metrics struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// A container specifying the time threshold for emitting the s3:Replication:OperationMissedThreshold
|
||||||
|
// event.
|
||||||
|
//
|
||||||
|
// EventThreshold is a required field
|
||||||
|
EventThreshold *ReplicationTimeValue `type:"structure" required:"true"`
|
||||||
|
|
||||||
|
// Specifies whether the replication metrics are enabled.
|
||||||
|
//
|
||||||
|
// Status is a required field
|
||||||
|
Status *string `type:"string" required:"true" enum:"MetricsStatus"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation
|
||||||
|
func (s Metrics) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation
|
||||||
|
func (s Metrics) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validate inspects the fields of the type to determine if they are valid.
|
||||||
|
func (s *Metrics) Validate() error {
|
||||||
|
invalidParams := request.ErrInvalidParams{Context: "Metrics"}
|
||||||
|
if s.EventThreshold == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("EventThreshold"))
|
||||||
|
}
|
||||||
|
if s.Status == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("Status"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if invalidParams.Len() > 0 {
|
||||||
|
return invalidParams
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetEventThreshold sets the EventThreshold field's value.
|
||||||
|
func (s *Metrics) SetEventThreshold(v *ReplicationTimeValue) *Metrics {
|
||||||
|
s.EventThreshold = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetStatus sets the Status field's value.
|
||||||
|
func (s *Metrics) SetStatus(v string) *Metrics {
|
||||||
|
s.Status = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// A conjunction (logical AND) of predicates, which is used in evaluating a
|
// A conjunction (logical AND) of predicates, which is used in evaluating a
|
||||||
// metrics filter. The operator must have at least two predicates, and an object
|
// metrics filter. The operator must have at least two predicates, and an object
|
||||||
// must match all of the predicates in order for the filter to apply.
|
// must match all of the predicates in order for the filter to apply.
|
||||||
|
@ -25874,6 +25963,85 @@ func (s *ReplicationRuleFilter) SetTag(v *Tag) *ReplicationRuleFilter {
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A container specifying the time when all objects and operations on objects
|
||||||
|
// are replicated. Must be specified together with a Metrics block.
|
||||||
|
type ReplicationTime struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// Specifies whether the replication time is enabled.
|
||||||
|
//
|
||||||
|
// Status is a required field
|
||||||
|
Status *string `type:"string" required:"true" enum:"ReplicationTimeStatus"`
|
||||||
|
|
||||||
|
// A container specifying the time by which replication should complete for
|
||||||
|
// all objects and operations on objects.
|
||||||
|
//
|
||||||
|
// Time is a required field
|
||||||
|
Time *ReplicationTimeValue `type:"structure" required:"true"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation
|
||||||
|
func (s ReplicationTime) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation
|
||||||
|
func (s ReplicationTime) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validate inspects the fields of the type to determine if they are valid.
|
||||||
|
func (s *ReplicationTime) Validate() error {
|
||||||
|
invalidParams := request.ErrInvalidParams{Context: "ReplicationTime"}
|
||||||
|
if s.Status == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("Status"))
|
||||||
|
}
|
||||||
|
if s.Time == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("Time"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if invalidParams.Len() > 0 {
|
||||||
|
return invalidParams
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetStatus sets the Status field's value.
|
||||||
|
func (s *ReplicationTime) SetStatus(v string) *ReplicationTime {
|
||||||
|
s.Status = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetTime sets the Time field's value.
|
||||||
|
func (s *ReplicationTime) SetTime(v *ReplicationTimeValue) *ReplicationTime {
|
||||||
|
s.Time = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// A container specifying the time value.
|
||||||
|
type ReplicationTimeValue struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// Contains an integer specifying time in minutes.
|
||||||
|
Minutes *int64 `type:"integer"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation
|
||||||
|
func (s ReplicationTimeValue) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation
|
||||||
|
func (s ReplicationTimeValue) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetMinutes sets the Minutes field's value.
|
||||||
|
func (s *ReplicationTimeValue) SetMinutes(v int64) *ReplicationTimeValue {
|
||||||
|
s.Minutes = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// Container for Payer.
|
// Container for Payer.
|
||||||
type RequestPaymentConfiguration struct {
|
type RequestPaymentConfiguration struct {
|
||||||
_ struct{} `type:"structure"`
|
_ struct{} `type:"structure"`
|
||||||
|
@ -28590,11 +28758,29 @@ const (
|
||||||
// EventS3ObjectRemovedDeleteMarkerCreated is a Event enum value
|
// EventS3ObjectRemovedDeleteMarkerCreated is a Event enum value
|
||||||
EventS3ObjectRemovedDeleteMarkerCreated = "s3:ObjectRemoved:DeleteMarkerCreated"
|
EventS3ObjectRemovedDeleteMarkerCreated = "s3:ObjectRemoved:DeleteMarkerCreated"
|
||||||
|
|
||||||
|
// EventS3ObjectRestore is a Event enum value
|
||||||
|
EventS3ObjectRestore = "s3:ObjectRestore:*"
|
||||||
|
|
||||||
// EventS3ObjectRestorePost is a Event enum value
|
// EventS3ObjectRestorePost is a Event enum value
|
||||||
EventS3ObjectRestorePost = "s3:ObjectRestore:Post"
|
EventS3ObjectRestorePost = "s3:ObjectRestore:Post"
|
||||||
|
|
||||||
// EventS3ObjectRestoreCompleted is a Event enum value
|
// EventS3ObjectRestoreCompleted is a Event enum value
|
||||||
EventS3ObjectRestoreCompleted = "s3:ObjectRestore:Completed"
|
EventS3ObjectRestoreCompleted = "s3:ObjectRestore:Completed"
|
||||||
|
|
||||||
|
// EventS3Replication is a Event enum value
|
||||||
|
EventS3Replication = "s3:Replication:*"
|
||||||
|
|
||||||
|
// EventS3ReplicationOperationFailedReplication is a Event enum value
|
||||||
|
EventS3ReplicationOperationFailedReplication = "s3:Replication:OperationFailedReplication"
|
||||||
|
|
||||||
|
// EventS3ReplicationOperationNotTracked is a Event enum value
|
||||||
|
EventS3ReplicationOperationNotTracked = "s3:Replication:OperationNotTracked"
|
||||||
|
|
||||||
|
// EventS3ReplicationOperationMissedThreshold is a Event enum value
|
||||||
|
EventS3ReplicationOperationMissedThreshold = "s3:Replication:OperationMissedThreshold"
|
||||||
|
|
||||||
|
// EventS3ReplicationOperationReplicatedAfterThreshold is a Event enum value
|
||||||
|
EventS3ReplicationOperationReplicatedAfterThreshold = "s3:Replication:OperationReplicatedAfterThreshold"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -28731,6 +28917,14 @@ const (
|
||||||
MetadataDirectiveReplace = "REPLACE"
|
MetadataDirectiveReplace = "REPLACE"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
// MetricsStatusEnabled is a MetricsStatus enum value
|
||||||
|
MetricsStatusEnabled = "Enabled"
|
||||||
|
|
||||||
|
// MetricsStatusDisabled is a MetricsStatus enum value
|
||||||
|
MetricsStatusDisabled = "Disabled"
|
||||||
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ObjectCannedACLPrivate is a ObjectCannedACL enum value
|
// ObjectCannedACLPrivate is a ObjectCannedACL enum value
|
||||||
ObjectCannedACLPrivate = "private"
|
ObjectCannedACLPrivate = "private"
|
||||||
|
@ -28879,6 +29073,14 @@ const (
|
||||||
ReplicationStatusReplica = "REPLICA"
|
ReplicationStatusReplica = "REPLICA"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
// ReplicationTimeStatusEnabled is a ReplicationTimeStatus enum value
|
||||||
|
ReplicationTimeStatusEnabled = "Enabled"
|
||||||
|
|
||||||
|
// ReplicationTimeStatusDisabled is a ReplicationTimeStatus enum value
|
||||||
|
ReplicationTimeStatusDisabled = "Disabled"
|
||||||
|
)
|
||||||
|
|
||||||
// If present, indicates that the requester was successfully charged for the
|
// If present, indicates that the requester was successfully charged for the
|
||||||
// request.
|
// request.
|
||||||
const (
|
const (
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/service/s3/service.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/service/s3/service.go
generated
vendored
|
@ -39,6 +39,8 @@ const (
|
||||||
// aws.Config parameter to add your extra config.
|
// aws.Config parameter to add your extra config.
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
|
// mySession := session.Must(session.NewSession())
|
||||||
|
//
|
||||||
// // Create a S3 client from just a session.
|
// // Create a S3 client from just a session.
|
||||||
// svc := s3.New(mySession)
|
// svc := s3.New(mySession)
|
||||||
//
|
//
|
||||||
|
|
617
vendor/github.com/aws/aws-sdk-go/service/sts/api.go
generated
vendored
617
vendor/github.com/aws/aws-sdk-go/service/sts/api.go
generated
vendored
|
@ -78,6 +78,8 @@ func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, o
|
||||||
// IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html)
|
// IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Session Duration
|
||||||
|
//
|
||||||
// By default, the temporary security credentials created by AssumeRole last
|
// By default, the temporary security credentials created by AssumeRole last
|
||||||
// for one hour. However, you can use the optional DurationSeconds parameter
|
// for one hour. However, you can use the optional DurationSeconds parameter
|
||||||
// to specify the duration of your session. You can provide a value from 900
|
// to specify the duration of your session. You can provide a value from 900
|
||||||
|
@ -91,6 +93,8 @@ func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, o
|
||||||
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Permissions
|
||||||
|
//
|
||||||
// The temporary security credentials created by AssumeRole can be used to make
|
// The temporary security credentials created by AssumeRole can be used to make
|
||||||
// API calls to any AWS service with the following exception: You cannot call
|
// API calls to any AWS service with the following exception: You cannot call
|
||||||
// the AWS STS GetFederationToken or GetSessionToken API operations.
|
// the AWS STS GetFederationToken or GetSessionToken API operations.
|
||||||
|
@ -99,7 +103,7 @@ func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, o
|
||||||
// to this operation. You can pass a single JSON policy document to use as an
|
// to this operation. You can pass a single JSON policy document to use as an
|
||||||
// inline session policy. You can also specify up to 10 managed policies to
|
// inline session policy. You can also specify up to 10 managed policies to
|
||||||
// use as managed session policies. The plain text that you use for both inline
|
// use as managed session policies. The plain text that you use for both inline
|
||||||
// and managed session policies shouldn't exceed 2048 characters. Passing policies
|
// and managed session policies can't exceed 2,048 characters. Passing policies
|
||||||
// to this operation returns new temporary credentials. The resulting session's
|
// to this operation returns new temporary credentials. The resulting session's
|
||||||
// permissions are the intersection of the role's identity-based policy and
|
// permissions are the intersection of the role's identity-based policy and
|
||||||
// the session policies. You can use the role's temporary credentials in subsequent
|
// the session policies. You can use the role's temporary credentials in subsequent
|
||||||
|
@ -131,6 +135,24 @@ func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, o
|
||||||
// see IAM Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html)
|
// see IAM Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Tags
|
||||||
|
//
|
||||||
|
// (Optional) You can pass tag key-value pairs to your session. These tags are
|
||||||
|
// called session tags. For more information about session tags, see Passing
|
||||||
|
// Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An administrator must grant you the permissions necessary to pass session
|
||||||
|
// tags. The administrator can also create granular permissions to allow you
|
||||||
|
// to pass only specific session tags. For more information, see Tutorial: Using
|
||||||
|
// Tags for Attribute-Based Access Control (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You can set the session tags as transitive. Transitive tags persist during
|
||||||
|
// role chaining. For more information, see Chaining Roles with Session Tags
|
||||||
|
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
// Using MFA with AssumeRole
|
// Using MFA with AssumeRole
|
||||||
//
|
//
|
||||||
// (Optional) You can include multi-factor authentication (MFA) information
|
// (Optional) You can include multi-factor authentication (MFA) information
|
||||||
|
@ -165,9 +187,18 @@ func (c *STS) AssumeRoleRequest(input *AssumeRoleInput) (req *request.Request, o
|
||||||
// message describes the specific error.
|
// message describes the specific error.
|
||||||
//
|
//
|
||||||
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
||||||
// The request was rejected because the policy document was too large. The error
|
// The request was rejected because the total packed size of the session policies
|
||||||
// message describes how big the policy document is, in packed form, as a percentage
|
// and session tags combined was too large. An AWS conversion compresses the
|
||||||
// of what the API allows.
|
// session policy document, session policy ARNs, and session tags into a packed
|
||||||
|
// binary format that has a separate limit. The error message indicates by percentage
|
||||||
|
// how close the policies and tags are to the upper size limit. For more information,
|
||||||
|
// see Passing Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You could receive this error even though you meet other defined session policy
|
||||||
|
// and session tag limits. For more information, see IAM and STS Entity Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// * ErrCodeRegionDisabledException "RegionDisabledException"
|
// * ErrCodeRegionDisabledException "RegionDisabledException"
|
||||||
// STS is not activated in the requested region for the account that is being
|
// STS is not activated in the requested region for the account that is being
|
||||||
|
@ -256,6 +287,8 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// an access key ID, a secret access key, and a security token. Applications
|
// an access key ID, a secret access key, and a security token. Applications
|
||||||
// can use these temporary security credentials to sign calls to AWS services.
|
// can use these temporary security credentials to sign calls to AWS services.
|
||||||
//
|
//
|
||||||
|
// Session Duration
|
||||||
|
//
|
||||||
// By default, the temporary security credentials created by AssumeRoleWithSAML
|
// By default, the temporary security credentials created by AssumeRoleWithSAML
|
||||||
// last for one hour. However, you can use the optional DurationSeconds parameter
|
// last for one hour. However, you can use the optional DurationSeconds parameter
|
||||||
// to specify the duration of your session. Your role session lasts for the
|
// to specify the duration of your session. Your role session lasts for the
|
||||||
|
@ -271,6 +304,8 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Permissions
|
||||||
|
//
|
||||||
// The temporary security credentials created by AssumeRoleWithSAML can be used
|
// The temporary security credentials created by AssumeRoleWithSAML can be used
|
||||||
// to make API calls to any AWS service with the following exception: you cannot
|
// to make API calls to any AWS service with the following exception: you cannot
|
||||||
// call the STS GetFederationToken or GetSessionToken API operations.
|
// call the STS GetFederationToken or GetSessionToken API operations.
|
||||||
|
@ -279,7 +314,7 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// to this operation. You can pass a single JSON policy document to use as an
|
// to this operation. You can pass a single JSON policy document to use as an
|
||||||
// inline session policy. You can also specify up to 10 managed policies to
|
// inline session policy. You can also specify up to 10 managed policies to
|
||||||
// use as managed session policies. The plain text that you use for both inline
|
// use as managed session policies. The plain text that you use for both inline
|
||||||
// and managed session policies shouldn't exceed 2048 characters. Passing policies
|
// and managed session policies can't exceed 2,048 characters. Passing policies
|
||||||
// to this operation returns new temporary credentials. The resulting session's
|
// to this operation returns new temporary credentials. The resulting session's
|
||||||
// permissions are the intersection of the role's identity-based policy and
|
// permissions are the intersection of the role's identity-based policy and
|
||||||
// the session policies. You can use the role's temporary credentials in subsequent
|
// the session policies. You can use the role's temporary credentials in subsequent
|
||||||
|
@ -289,12 +324,6 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// information, see Session Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
// information, see Session Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// Before your application can call AssumeRoleWithSAML, you must configure your
|
|
||||||
// SAML identity provider (IdP) to issue the claims required by AWS. Additionally,
|
|
||||||
// you must use AWS Identity and Access Management (IAM) to create a SAML provider
|
|
||||||
// entity in your AWS account that represents your identity provider. You must
|
|
||||||
// also create an IAM role that specifies this SAML provider in its trust policy.
|
|
||||||
//
|
|
||||||
// Calling AssumeRoleWithSAML does not require the use of AWS security credentials.
|
// Calling AssumeRoleWithSAML does not require the use of AWS security credentials.
|
||||||
// The identity of the caller is validated by using keys in the metadata document
|
// The identity of the caller is validated by using keys in the metadata document
|
||||||
// that is uploaded for the SAML provider entity for your identity provider.
|
// that is uploaded for the SAML provider entity for your identity provider.
|
||||||
|
@ -302,8 +331,50 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// Calling AssumeRoleWithSAML can result in an entry in your AWS CloudTrail
|
// Calling AssumeRoleWithSAML can result in an entry in your AWS CloudTrail
|
||||||
// logs. The entry includes the value in the NameID element of the SAML assertion.
|
// logs. The entry includes the value in the NameID element of the SAML assertion.
|
||||||
// We recommend that you use a NameIDType that is not associated with any personally
|
// We recommend that you use a NameIDType that is not associated with any personally
|
||||||
// identifiable information (PII). For example, you could instead use the Persistent
|
// identifiable information (PII). For example, you could instead use the persistent
|
||||||
// Identifier (urn:oasis:names:tc:SAML:2.0:nameid-format:persistent).
|
// identifier (urn:oasis:names:tc:SAML:2.0:nameid-format:persistent).
|
||||||
|
//
|
||||||
|
// Tags
|
||||||
|
//
|
||||||
|
// (Optional) You can configure your IdP to pass attributes into your SAML assertion
|
||||||
|
// as session tags. Each session tag consists of a key name and an associated
|
||||||
|
// value. For more information about session tags, see Passing Session Tags
|
||||||
|
// in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You can pass up to 50 session tags. The plain text session tag keys can’t
|
||||||
|
// exceed 128 characters and the values can’t exceed 256 characters. For these
|
||||||
|
// and additional limits, see IAM and STS Character Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
|
// and tags for your request are to the upper size limit.
|
||||||
|
//
|
||||||
|
// You can pass a session tag with the same key as a tag that is attached to
|
||||||
|
// the role. When you do, session tags override the role's tags with the same
|
||||||
|
// key.
|
||||||
|
//
|
||||||
|
// An administrator must grant you the permissions necessary to pass session
|
||||||
|
// tags. The administrator can also create granular permissions to allow you
|
||||||
|
// to pass only specific session tags. For more information, see Tutorial: Using
|
||||||
|
// Tags for Attribute-Based Access Control (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You can set the session tags as transitive. Transitive tags persist during
|
||||||
|
// role chaining. For more information, see Chaining Roles with Session Tags
|
||||||
|
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// SAML Configuration
|
||||||
|
//
|
||||||
|
// Before your application can call AssumeRoleWithSAML, you must configure your
|
||||||
|
// SAML identity provider (IdP) to issue the claims required by AWS. Additionally,
|
||||||
|
// you must use AWS Identity and Access Management (IAM) to create a SAML provider
|
||||||
|
// entity in your AWS account that represents your identity provider. You must
|
||||||
|
// also create an IAM role that specifies this SAML provider in its trust policy.
|
||||||
//
|
//
|
||||||
// For more information, see the following resources:
|
// For more information, see the following resources:
|
||||||
//
|
//
|
||||||
|
@ -332,9 +403,18 @@ func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *re
|
||||||
// message describes the specific error.
|
// message describes the specific error.
|
||||||
//
|
//
|
||||||
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
||||||
// The request was rejected because the policy document was too large. The error
|
// The request was rejected because the total packed size of the session policies
|
||||||
// message describes how big the policy document is, in packed form, as a percentage
|
// and session tags combined was too large. An AWS conversion compresses the
|
||||||
// of what the API allows.
|
// session policy document, session policy ARNs, and session tags into a packed
|
||||||
|
// binary format that has a separate limit. The error message indicates by percentage
|
||||||
|
// how close the policies and tags are to the upper size limit. For more information,
|
||||||
|
// see Passing Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You could receive this error even though you meet other defined session policy
|
||||||
|
// and session tag limits. For more information, see IAM and STS Entity Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// * ErrCodeIDPRejectedClaimException "IDPRejectedClaim"
|
// * ErrCodeIDPRejectedClaimException "IDPRejectedClaim"
|
||||||
// The identity provider (IdP) reported that authentication failed. This might
|
// The identity provider (IdP) reported that authentication failed. This might
|
||||||
|
@ -456,6 +536,8 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// key ID, a secret access key, and a security token. Applications can use these
|
// key ID, a secret access key, and a security token. Applications can use these
|
||||||
// temporary security credentials to sign calls to AWS service API operations.
|
// temporary security credentials to sign calls to AWS service API operations.
|
||||||
//
|
//
|
||||||
|
// Session Duration
|
||||||
|
//
|
||||||
// By default, the temporary security credentials created by AssumeRoleWithWebIdentity
|
// By default, the temporary security credentials created by AssumeRoleWithWebIdentity
|
||||||
// last for one hour. However, you can use the optional DurationSeconds parameter
|
// last for one hour. However, you can use the optional DurationSeconds parameter
|
||||||
// to specify the duration of your session. You can provide a value from 900
|
// to specify the duration of your session. You can provide a value from 900
|
||||||
|
@ -469,6 +551,8 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
// URL. For more information, see Using IAM Roles (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Permissions
|
||||||
|
//
|
||||||
// The temporary security credentials created by AssumeRoleWithWebIdentity can
|
// The temporary security credentials created by AssumeRoleWithWebIdentity can
|
||||||
// be used to make API calls to any AWS service with the following exception:
|
// be used to make API calls to any AWS service with the following exception:
|
||||||
// you cannot call the STS GetFederationToken or GetSessionToken API operations.
|
// you cannot call the STS GetFederationToken or GetSessionToken API operations.
|
||||||
|
@ -477,7 +561,7 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// to this operation. You can pass a single JSON policy document to use as an
|
// to this operation. You can pass a single JSON policy document to use as an
|
||||||
// inline session policy. You can also specify up to 10 managed policies to
|
// inline session policy. You can also specify up to 10 managed policies to
|
||||||
// use as managed session policies. The plain text that you use for both inline
|
// use as managed session policies. The plain text that you use for both inline
|
||||||
// and managed session policies shouldn't exceed 2048 characters. Passing policies
|
// and managed session policies can't exceed 2,048 characters. Passing policies
|
||||||
// to this operation returns new temporary credentials. The resulting session's
|
// to this operation returns new temporary credentials. The resulting session's
|
||||||
// permissions are the intersection of the role's identity-based policy and
|
// permissions are the intersection of the role's identity-based policy and
|
||||||
// the session policies. You can use the role's temporary credentials in subsequent
|
// the session policies. You can use the role's temporary credentials in subsequent
|
||||||
|
@ -487,6 +571,42 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// information, see Session Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
// information, see Session Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Tags
|
||||||
|
//
|
||||||
|
// (Optional) You can configure your IdP to pass attributes into your web identity
|
||||||
|
// token as session tags. Each session tag consists of a key name and an associated
|
||||||
|
// value. For more information about session tags, see Passing Session Tags
|
||||||
|
// in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You can pass up to 50 session tags. The plain text session tag keys can’t
|
||||||
|
// exceed 128 characters and the values can’t exceed 256 characters. For these
|
||||||
|
// and additional limits, see IAM and STS Character Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
|
// and tags for your request are to the upper size limit.
|
||||||
|
//
|
||||||
|
// You can pass a session tag with the same key as a tag that is attached to
|
||||||
|
// the role. When you do, the session tag overrides the role tag with the same
|
||||||
|
// key.
|
||||||
|
//
|
||||||
|
// An administrator must grant you the permissions necessary to pass session
|
||||||
|
// tags. The administrator can also create granular permissions to allow you
|
||||||
|
// to pass only specific session tags. For more information, see Tutorial: Using
|
||||||
|
// Tags for Attribute-Based Access Control (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You can set the session tags as transitive. Transitive tags persist during
|
||||||
|
// role chaining. For more information, see Chaining Roles with Session Tags
|
||||||
|
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// Identities
|
||||||
|
//
|
||||||
// Before your application can call AssumeRoleWithWebIdentity, you must have
|
// Before your application can call AssumeRoleWithWebIdentity, you must have
|
||||||
// an identity token from a supported identity provider and create a role that
|
// an identity token from a supported identity provider and create a role that
|
||||||
// the application can assume. The role that your application assumes must trust
|
// the application can assume. The role that your application assumes must trust
|
||||||
|
@ -514,8 +634,8 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// * AWS SDK for iOS Developer Guide (http://aws.amazon.com/sdkforios/) and
|
// * AWS SDK for iOS Developer Guide (http://aws.amazon.com/sdkforios/) and
|
||||||
// AWS SDK for Android Developer Guide (http://aws.amazon.com/sdkforandroid/).
|
// AWS SDK for Android Developer Guide (http://aws.amazon.com/sdkforandroid/).
|
||||||
// These toolkits contain sample apps that show how to invoke the identity
|
// These toolkits contain sample apps that show how to invoke the identity
|
||||||
// providers, and then how to use the information from these providers to
|
// providers. The toolkits then show how to use the information from these
|
||||||
// get and use temporary security credentials.
|
// providers to get and use temporary security credentials.
|
||||||
//
|
//
|
||||||
// * Web Identity Federation with Mobile Applications (http://aws.amazon.com/articles/web-identity-federation-with-mobile-applications).
|
// * Web Identity Federation with Mobile Applications (http://aws.amazon.com/articles/web-identity-federation-with-mobile-applications).
|
||||||
// This article discusses web identity federation and shows an example of
|
// This article discusses web identity federation and shows an example of
|
||||||
|
@ -535,9 +655,18 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// message describes the specific error.
|
// message describes the specific error.
|
||||||
//
|
//
|
||||||
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
||||||
// The request was rejected because the policy document was too large. The error
|
// The request was rejected because the total packed size of the session policies
|
||||||
// message describes how big the policy document is, in packed form, as a percentage
|
// and session tags combined was too large. An AWS conversion compresses the
|
||||||
// of what the API allows.
|
// session policy document, session policy ARNs, and session tags into a packed
|
||||||
|
// binary format that has a separate limit. The error message indicates by percentage
|
||||||
|
// how close the policies and tags are to the upper size limit. For more information,
|
||||||
|
// see Passing Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You could receive this error even though you meet other defined session policy
|
||||||
|
// and session tag limits. For more information, see IAM and STS Entity Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// * ErrCodeIDPRejectedClaimException "IDPRejectedClaim"
|
// * ErrCodeIDPRejectedClaimException "IDPRejectedClaim"
|
||||||
// The identity provider (IdP) reported that authentication failed. This might
|
// The identity provider (IdP) reported that authentication failed. This might
|
||||||
|
@ -547,11 +676,11 @@ func (c *STS) AssumeRoleWithWebIdentityRequest(input *AssumeRoleWithWebIdentityI
|
||||||
// can also mean that the claim has expired or has been explicitly revoked.
|
// can also mean that the claim has expired or has been explicitly revoked.
|
||||||
//
|
//
|
||||||
// * ErrCodeIDPCommunicationErrorException "IDPCommunicationError"
|
// * ErrCodeIDPCommunicationErrorException "IDPCommunicationError"
|
||||||
// The request could not be fulfilled because the non-AWS identity provider
|
// The request could not be fulfilled because the identity provider (IDP) that
|
||||||
// (IDP) that was asked to verify the incoming identity token could not be reached.
|
// was asked to verify the incoming identity token could not be reached. This
|
||||||
// This is often a transient error caused by network conditions. Retry the request
|
// is often a transient error caused by network conditions. Retry the request
|
||||||
// a limited number of times so that you don't exceed the request rate. If the
|
// a limited number of times so that you don't exceed the request rate. If the
|
||||||
// error persists, the non-AWS identity provider might be down or not responding.
|
// error persists, the identity provider might be down or not responding.
|
||||||
//
|
//
|
||||||
// * ErrCodeInvalidIdentityTokenException "InvalidIdentityToken"
|
// * ErrCodeInvalidIdentityTokenException "InvalidIdentityToken"
|
||||||
// The web identity token that was passed could not be validated by AWS. Get
|
// The web identity token that was passed could not be validated by AWS. Get
|
||||||
|
@ -676,9 +805,9 @@ func (c *STS) DecodeAuthorizationMessageRequest(input *DecodeAuthorizationMessag
|
||||||
//
|
//
|
||||||
// Returned Error Codes:
|
// Returned Error Codes:
|
||||||
// * ErrCodeInvalidAuthorizationMessageException "InvalidAuthorizationMessageException"
|
// * ErrCodeInvalidAuthorizationMessageException "InvalidAuthorizationMessageException"
|
||||||
// This error is returned if the message passed to DecodeAuthorizationMessage
|
// The error returned if the message passed to DecodeAuthorizationMessage was
|
||||||
// was invalid. This can happen if the token contains invalid characters, such
|
// invalid. This can happen if the token contains invalid characters, such as
|
||||||
// as linebreaks.
|
// linebreaks.
|
||||||
//
|
//
|
||||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/DecodeAuthorizationMessage
|
// See also, https://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/DecodeAuthorizationMessage
|
||||||
func (c *STS) DecodeAuthorizationMessage(input *DecodeAuthorizationMessageInput) (*DecodeAuthorizationMessageOutput, error) {
|
func (c *STS) DecodeAuthorizationMessage(input *DecodeAuthorizationMessageInput) (*DecodeAuthorizationMessageOutput, error) {
|
||||||
|
@ -763,7 +892,8 @@ func (c *STS) GetAccessKeyInfoRequest(input *GetAccessKeyInfoInput) (req *reques
|
||||||
// pull a credentials report (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html)
|
// pull a credentials report (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html)
|
||||||
// to learn which IAM user owns the keys. To learn who requested the temporary
|
// to learn which IAM user owns the keys. To learn who requested the temporary
|
||||||
// credentials for an ASIA access key, view the STS events in your CloudTrail
|
// credentials for an ASIA access key, view the STS events in your CloudTrail
|
||||||
// logs (https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html).
|
// logs (https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// This operation does not indicate the state of the access key. The key might
|
// This operation does not indicate the state of the access key. The key might
|
||||||
// be active, inactive, or deleted. Active keys might not have permissions to
|
// be active, inactive, or deleted. Active keys might not have permissions to
|
||||||
|
@ -850,7 +980,8 @@ func (c *STS) GetCallerIdentityRequest(input *GetCallerIdentityInput) (req *requ
|
||||||
// sts:GetCallerIdentity action, you can still perform this operation. Permissions
|
// sts:GetCallerIdentity action, you can still perform this operation. Permissions
|
||||||
// are not required because the same information is returned when an IAM user
|
// are not required because the same information is returned when an IAM user
|
||||||
// or role is denied access. To view an example response, see I Am Not Authorized
|
// or role is denied access. To view an example response, see I Am Not Authorized
|
||||||
// to Perform: iam:DeleteVirtualMFADevice (https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa).
|
// to Perform: iam:DeleteVirtualMFADevice (https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
|
@ -942,7 +1073,8 @@ func (c *STS) GetFederationTokenRequest(input *GetFederationTokenInput) (req *re
|
||||||
// or an OpenID Connect-compatible identity provider. In this case, we recommend
|
// or an OpenID Connect-compatible identity provider. In this case, we recommend
|
||||||
// that you use Amazon Cognito (http://aws.amazon.com/cognito/) or AssumeRoleWithWebIdentity.
|
// that you use Amazon Cognito (http://aws.amazon.com/cognito/) or AssumeRoleWithWebIdentity.
|
||||||
// For more information, see Federation Through a Web-based Identity Provider
|
// For more information, see Federation Through a Web-based Identity Provider
|
||||||
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity).
|
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// You can also call GetFederationToken using the security credentials of an
|
// You can also call GetFederationToken using the security credentials of an
|
||||||
// AWS account root user, but we do not recommend it. Instead, we recommend
|
// AWS account root user, but we do not recommend it. Instead, we recommend
|
||||||
|
@ -952,41 +1084,67 @@ func (c *STS) GetFederationTokenRequest(input *GetFederationTokenInput) (req *re
|
||||||
// Practices (https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)
|
// Practices (https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Session duration
|
||||||
|
//
|
||||||
// The temporary credentials are valid for the specified duration, from 900
|
// The temporary credentials are valid for the specified duration, from 900
|
||||||
// seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours). The default
|
// seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours). The default
|
||||||
// is 43,200 seconds (12 hours). Temporary credentials that are obtained by
|
// session duration is 43,200 seconds (12 hours). Temporary credentials that
|
||||||
// using AWS account root user credentials have a maximum duration of 3,600
|
// are obtained by using AWS account root user credentials have a maximum duration
|
||||||
// seconds (1 hour).
|
// of 3,600 seconds (1 hour).
|
||||||
//
|
|
||||||
// The temporary security credentials created by GetFederationToken can be used
|
|
||||||
// to make API calls to any AWS service with the following exceptions:
|
|
||||||
//
|
|
||||||
// * You cannot use these credentials to call any IAM API operations.
|
|
||||||
//
|
|
||||||
// * You cannot call any STS API operations except GetCallerIdentity.
|
|
||||||
//
|
//
|
||||||
// Permissions
|
// Permissions
|
||||||
//
|
//
|
||||||
|
// You can use the temporary credentials created by GetFederationToken in any
|
||||||
|
// AWS service except the following:
|
||||||
|
//
|
||||||
|
// * You cannot call any IAM operations using the AWS CLI or the AWS API.
|
||||||
|
//
|
||||||
|
// * You cannot call any STS operations except GetCallerIdentity.
|
||||||
|
//
|
||||||
// You must pass an inline or managed session policy (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
// You must pass an inline or managed session policy (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// to this operation. You can pass a single JSON policy document to use as an
|
// to this operation. You can pass a single JSON policy document to use as an
|
||||||
// inline session policy. You can also specify up to 10 managed policies to
|
// inline session policy. You can also specify up to 10 managed policies to
|
||||||
// use as managed session policies. The plain text that you use for both inline
|
// use as managed session policies. The plain text that you use for both inline
|
||||||
// and managed session policies shouldn't exceed 2048 characters.
|
// and managed session policies can't exceed 2,048 characters.
|
||||||
//
|
//
|
||||||
// Though the session policy parameters are optional, if you do not pass a policy,
|
// Though the session policy parameters are optional, if you do not pass a policy,
|
||||||
// then the resulting federated user session has no permissions. The only exception
|
// then the resulting federated user session has no permissions. When you pass
|
||||||
// is when the credentials are used to access a resource that has a resource-based
|
// session policies, the session permissions are the intersection of the IAM
|
||||||
// policy that specifically references the federated user session in the Principal
|
// user policies and the session policies that you pass. This gives you a way
|
||||||
// element of the policy. When you pass session policies, the session permissions
|
// to further restrict the permissions for a federated user. You cannot use
|
||||||
// are the intersection of the IAM user policies and the session policies that
|
// session policies to grant more permissions than those that are defined in
|
||||||
// you pass. This gives you a way to further restrict the permissions for a
|
// the permissions policy of the IAM user. For more information, see Session
|
||||||
// federated user. You cannot use session policies to grant more permissions
|
// Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// than those that are defined in the permissions policy of the IAM user. For
|
|
||||||
// more information, see Session Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
|
||||||
// in the IAM User Guide. For information about using GetFederationToken to
|
// in the IAM User Guide. For information about using GetFederationToken to
|
||||||
// create temporary security credentials, see GetFederationToken—Federation
|
// create temporary security credentials, see GetFederationToken—Federation
|
||||||
// Through a Custom Identity Broker (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getfederationtoken).
|
// Through a Custom Identity Broker (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getfederationtoken).
|
||||||
//
|
//
|
||||||
|
// You can use the credentials to access a resource that has a resource-based
|
||||||
|
// policy. If that policy specifically references the federated user session
|
||||||
|
// in the Principal element of the policy, the session has the permissions allowed
|
||||||
|
// by the policy. These permissions are granted in addition to the permissions
|
||||||
|
// granted by the session policies.
|
||||||
|
//
|
||||||
|
// Tags
|
||||||
|
//
|
||||||
|
// (Optional) You can pass tag key-value pairs to your session. These are called
|
||||||
|
// session tags. For more information about session tags, see Passing Session
|
||||||
|
// Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An administrator must grant you the permissions necessary to pass session
|
||||||
|
// tags. The administrator can also create granular permissions to allow you
|
||||||
|
// to pass only specific session tags. For more information, see Tutorial: Using
|
||||||
|
// Tags for Attribute-Based Access Control (https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_attribute-based-access-control.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// Tag key–value pairs are not case sensitive, but case is preserved. This
|
||||||
|
// means that you cannot have separate Department and department tag keys. Assume
|
||||||
|
// that the user that you are federating has the Department=Marketing tag and
|
||||||
|
// you pass the department=engineering session tag. Department and department
|
||||||
|
// are not saved as separate tags, and the session tag passed in the request
|
||||||
|
// takes precedence over the user tag.
|
||||||
|
//
|
||||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||||
// with awserr.Error's Code and Message methods to get detailed information about
|
// with awserr.Error's Code and Message methods to get detailed information about
|
||||||
// the error.
|
// the error.
|
||||||
|
@ -1000,9 +1158,18 @@ func (c *STS) GetFederationTokenRequest(input *GetFederationTokenInput) (req *re
|
||||||
// message describes the specific error.
|
// message describes the specific error.
|
||||||
//
|
//
|
||||||
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
// * ErrCodePackedPolicyTooLargeException "PackedPolicyTooLarge"
|
||||||
// The request was rejected because the policy document was too large. The error
|
// The request was rejected because the total packed size of the session policies
|
||||||
// message describes how big the policy document is, in packed form, as a percentage
|
// and session tags combined was too large. An AWS conversion compresses the
|
||||||
// of what the API allows.
|
// session policy document, session policy ARNs, and session tags into a packed
|
||||||
|
// binary format that has a separate limit. The error message indicates by percentage
|
||||||
|
// how close the policies and tags are to the upper size limit. For more information,
|
||||||
|
// see Passing Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You could receive this error even though you meet other defined session policy
|
||||||
|
// and session tag limits. For more information, see IAM and STS Entity Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// * ErrCodeRegionDisabledException "RegionDisabledException"
|
// * ErrCodeRegionDisabledException "RegionDisabledException"
|
||||||
// STS is not activated in the requested region for the account that is being
|
// STS is not activated in the requested region for the account that is being
|
||||||
|
@ -1091,6 +1258,8 @@ func (c *STS) GetSessionTokenRequest(input *GetSessionTokenInput) (req *request.
|
||||||
// and Comparing the AWS STS API operations (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison)
|
// and Comparing the AWS STS API operations (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// Session Duration
|
||||||
|
//
|
||||||
// The GetSessionToken operation must be called by using the long-term AWS security
|
// The GetSessionToken operation must be called by using the long-term AWS security
|
||||||
// credentials of the AWS account root user or an IAM user. Credentials that
|
// credentials of the AWS account root user or an IAM user. Credentials that
|
||||||
// are created by IAM users are valid for the duration that you specify. This
|
// are created by IAM users are valid for the duration that you specify. This
|
||||||
|
@ -1099,6 +1268,8 @@ func (c *STS) GetSessionTokenRequest(input *GetSessionTokenInput) (req *request.
|
||||||
// based on account credentials can range from 900 seconds (15 minutes) up to
|
// based on account credentials can range from 900 seconds (15 minutes) up to
|
||||||
// 3,600 seconds (1 hour), with a default of 1 hour.
|
// 3,600 seconds (1 hour), with a default of 1 hour.
|
||||||
//
|
//
|
||||||
|
// Permissions
|
||||||
|
//
|
||||||
// The temporary security credentials created by GetSessionToken can be used
|
// The temporary security credentials created by GetSessionToken can be used
|
||||||
// to make API calls to any AWS service with the following exceptions:
|
// to make API calls to any AWS service with the following exceptions:
|
||||||
//
|
//
|
||||||
|
@ -1213,16 +1384,16 @@ type AssumeRoleInput struct {
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// The plain text that you use for both inline and managed session policies
|
// The plain text that you use for both inline and managed session policies
|
||||||
// shouldn't exceed 2048 characters. The JSON policy characters can be any ASCII
|
// can't exceed 2,048 characters. The JSON policy characters can be any ASCII
|
||||||
// character from the space character to the end of the valid character list
|
// character from the space character to the end of the valid character list
|
||||||
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
||||||
// and carriage return (\u000D) characters.
|
// and carriage return (\u000D) characters.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
Policy *string `min:"1" type:"string"`
|
Policy *string `min:"1" type:"string"`
|
||||||
|
|
||||||
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
||||||
|
@ -1231,15 +1402,15 @@ type AssumeRoleInput struct {
|
||||||
//
|
//
|
||||||
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
||||||
// However, the plain text that you use for both inline and managed session
|
// However, the plain text that you use for both inline and managed session
|
||||||
// policies shouldn't exceed 2048 characters. For more information about ARNs,
|
// policies can't exceed 2,048 characters. For more information about ARNs,
|
||||||
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
||||||
// in the AWS General Reference.
|
// in the AWS General Reference.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
//
|
//
|
||||||
// Passing policies to this operation returns new temporary credentials. The
|
// Passing policies to this operation returns new temporary credentials. The
|
||||||
// resulting session's permissions are the intersection of the role's identity-based
|
// resulting session's permissions are the intersection of the role's identity-based
|
||||||
|
@ -1284,6 +1455,41 @@ type AssumeRoleInput struct {
|
||||||
// also include underscores or any of the following characters: =,.@-
|
// also include underscores or any of the following characters: =,.@-
|
||||||
SerialNumber *string `min:"9" type:"string"`
|
SerialNumber *string `min:"9" type:"string"`
|
||||||
|
|
||||||
|
// A list of session tags that you want to pass. Each session tag consists of
|
||||||
|
// a key name and an associated value. For more information about session tags,
|
||||||
|
// see Tagging AWS STS Sessions (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// This parameter is optional. You can pass up to 50 session tags. The plain
|
||||||
|
// text session tag keys can’t exceed 128 characters, and the values can’t
|
||||||
|
// exceed 256 characters. For these and additional limits, see IAM and STS Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
|
// and tags for your request are to the upper size limit.
|
||||||
|
//
|
||||||
|
// You can pass a session tag with the same key as a tag that is already attached
|
||||||
|
// to the role. When you do, session tags override a role tag with the same
|
||||||
|
// key.
|
||||||
|
//
|
||||||
|
// Tag key–value pairs are not case sensitive, but case is preserved. This
|
||||||
|
// means that you cannot have separate Department and department tag keys. Assume
|
||||||
|
// that the role has the Department=Marketing tag and you pass the department=engineering
|
||||||
|
// session tag. Department and department are not saved as separate tags, and
|
||||||
|
// the session tag passed in the request takes precedence over the role tag.
|
||||||
|
//
|
||||||
|
// Additionally, if you used temporary credentials to perform this operation,
|
||||||
|
// the new session inherits any transitive session tags from the calling session.
|
||||||
|
// If you pass a session tag with the same key as an inherited tag, the operation
|
||||||
|
// fails. To view the inherited tags for a session, see the AWS CloudTrail logs.
|
||||||
|
// For more information, see Viewing Session Tags in CloudTrail (https://docs.aws.amazon.com/IAM/latest/UserGuide/session-tags.html#id_session-tags_ctlogs)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
Tags []*Tag `type:"list"`
|
||||||
|
|
||||||
// The value provided by the MFA device, if the trust policy of the role being
|
// The value provided by the MFA device, if the trust policy of the role being
|
||||||
// assumed requires MFA (that is, if the policy includes a condition that tests
|
// assumed requires MFA (that is, if the policy includes a condition that tests
|
||||||
// for MFA). If the role being assumed requires MFA and if the TokenCode value
|
// for MFA). If the role being assumed requires MFA and if the TokenCode value
|
||||||
|
@ -1292,6 +1498,19 @@ type AssumeRoleInput struct {
|
||||||
// The format for this parameter, as described by its regex pattern, is a sequence
|
// The format for this parameter, as described by its regex pattern, is a sequence
|
||||||
// of six numeric digits.
|
// of six numeric digits.
|
||||||
TokenCode *string `min:"6" type:"string"`
|
TokenCode *string `min:"6" type:"string"`
|
||||||
|
|
||||||
|
// A list of keys for session tags that you want to set as transitive. If you
|
||||||
|
// set a tag key as transitive, the corresponding key and value passes to subsequent
|
||||||
|
// sessions in a role chain. For more information, see Chaining Roles with Session
|
||||||
|
// Tags (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// This parameter is optional. When you set session tags as transitive, the
|
||||||
|
// session policy and session tags packed binary limit is not affected.
|
||||||
|
//
|
||||||
|
// If you choose not to specify a transitive tag key, then no tags are passed
|
||||||
|
// from this session to any subsequent sessions.
|
||||||
|
TransitiveTagKeys []*string `type:"list"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns the string representation
|
// String returns the string representation
|
||||||
|
@ -1344,6 +1563,16 @@ func (s *AssumeRoleInput) Validate() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if s.Tags != nil {
|
||||||
|
for i, v := range s.Tags {
|
||||||
|
if v == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if err := v.Validate(); err != nil {
|
||||||
|
invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Tags", i), err.(request.ErrInvalidParams))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if invalidParams.Len() > 0 {
|
if invalidParams.Len() > 0 {
|
||||||
return invalidParams
|
return invalidParams
|
||||||
|
@ -1393,12 +1622,24 @@ func (s *AssumeRoleInput) SetSerialNumber(v string) *AssumeRoleInput {
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetTags sets the Tags field's value.
|
||||||
|
func (s *AssumeRoleInput) SetTags(v []*Tag) *AssumeRoleInput {
|
||||||
|
s.Tags = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// SetTokenCode sets the TokenCode field's value.
|
// SetTokenCode sets the TokenCode field's value.
|
||||||
func (s *AssumeRoleInput) SetTokenCode(v string) *AssumeRoleInput {
|
func (s *AssumeRoleInput) SetTokenCode(v string) *AssumeRoleInput {
|
||||||
s.TokenCode = &v
|
s.TokenCode = &v
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetTransitiveTagKeys sets the TransitiveTagKeys field's value.
|
||||||
|
func (s *AssumeRoleInput) SetTransitiveTagKeys(v []*string) *AssumeRoleInput {
|
||||||
|
s.TransitiveTagKeys = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// Contains the response to a successful AssumeRole request, including temporary
|
// Contains the response to a successful AssumeRole request, including temporary
|
||||||
// AWS credentials that can be used to make AWS requests.
|
// AWS credentials that can be used to make AWS requests.
|
||||||
type AssumeRoleOutput struct {
|
type AssumeRoleOutput struct {
|
||||||
|
@ -1418,9 +1659,10 @@ type AssumeRoleOutput struct {
|
||||||
// We strongly recommend that you make no assumptions about the maximum size.
|
// We strongly recommend that you make no assumptions about the maximum size.
|
||||||
Credentials *Credentials `type:"structure"`
|
Credentials *Credentials `type:"structure"`
|
||||||
|
|
||||||
// A percentage value that indicates the size of the policy in packed form.
|
// A percentage value that indicates the packed size of the session policies
|
||||||
// The service rejects any policy with a packed size greater than 100 percent,
|
// and session tags combined passed in the request. The request fails if the
|
||||||
// which means the policy exceeded the allowed space.
|
// packed size is greater than 100 percent, which means the policies and tags
|
||||||
|
// exceeded the allowed space.
|
||||||
PackedPolicySize *int64 `type:"integer"`
|
PackedPolicySize *int64 `type:"integer"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1491,16 +1733,16 @@ type AssumeRoleWithSAMLInput struct {
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// The plain text that you use for both inline and managed session policies
|
// The plain text that you use for both inline and managed session policies
|
||||||
// shouldn't exceed 2048 characters. The JSON policy characters can be any ASCII
|
// can't exceed 2,048 characters. The JSON policy characters can be any ASCII
|
||||||
// character from the space character to the end of the valid character list
|
// character from the space character to the end of the valid character list
|
||||||
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
||||||
// and carriage return (\u000D) characters.
|
// and carriage return (\u000D) characters.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
Policy *string `min:"1" type:"string"`
|
Policy *string `min:"1" type:"string"`
|
||||||
|
|
||||||
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
||||||
|
@ -1509,15 +1751,15 @@ type AssumeRoleWithSAMLInput struct {
|
||||||
//
|
//
|
||||||
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
||||||
// However, the plain text that you use for both inline and managed session
|
// However, the plain text that you use for both inline and managed session
|
||||||
// policies shouldn't exceed 2048 characters. For more information about ARNs,
|
// policies can't exceed 2,048 characters. For more information about ARNs,
|
||||||
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
||||||
// in the AWS General Reference.
|
// in the AWS General Reference.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
//
|
//
|
||||||
// Passing policies to this operation returns new temporary credentials. The
|
// Passing policies to this operation returns new temporary credentials. The
|
||||||
// resulting session's permissions are the intersection of the role's identity-based
|
// resulting session's permissions are the intersection of the role's identity-based
|
||||||
|
@ -1673,9 +1915,10 @@ type AssumeRoleWithSAMLOutput struct {
|
||||||
// ) )
|
// ) )
|
||||||
NameQualifier *string `type:"string"`
|
NameQualifier *string `type:"string"`
|
||||||
|
|
||||||
// A percentage value that indicates the size of the policy in packed form.
|
// A percentage value that indicates the packed size of the session policies
|
||||||
// The service rejects any policy with a packed size greater than 100 percent,
|
// and session tags combined passed in the request. The request fails if the
|
||||||
// which means the policy exceeded the allowed space.
|
// packed size is greater than 100 percent, which means the policies and tags
|
||||||
|
// exceeded the allowed space.
|
||||||
PackedPolicySize *int64 `type:"integer"`
|
PackedPolicySize *int64 `type:"integer"`
|
||||||
|
|
||||||
// The value of the NameID element in the Subject element of the SAML assertion.
|
// The value of the NameID element in the Subject element of the SAML assertion.
|
||||||
|
@ -1786,16 +2029,16 @@ type AssumeRoleWithWebIdentityInput struct {
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// The plain text that you use for both inline and managed session policies
|
// The plain text that you use for both inline and managed session policies
|
||||||
// shouldn't exceed 2048 characters. The JSON policy characters can be any ASCII
|
// can't exceed 2,048 characters. The JSON policy characters can be any ASCII
|
||||||
// character from the space character to the end of the valid character list
|
// character from the space character to the end of the valid character list
|
||||||
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
||||||
// and carriage return (\u000D) characters.
|
// and carriage return (\u000D) characters.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
Policy *string `min:"1" type:"string"`
|
Policy *string `min:"1" type:"string"`
|
||||||
|
|
||||||
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
||||||
|
@ -1804,15 +2047,15 @@ type AssumeRoleWithWebIdentityInput struct {
|
||||||
//
|
//
|
||||||
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
// This parameter is optional. You can provide up to 10 managed policy ARNs.
|
||||||
// However, the plain text that you use for both inline and managed session
|
// However, the plain text that you use for both inline and managed session
|
||||||
// policies shouldn't exceed 2048 characters. For more information about ARNs,
|
// policies can't exceed 2,048 characters. For more information about ARNs,
|
||||||
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
// see Amazon Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
||||||
// in the AWS General Reference.
|
// in the AWS General Reference.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
//
|
//
|
||||||
// Passing policies to this operation returns new temporary credentials. The
|
// Passing policies to this operation returns new temporary credentials. The
|
||||||
// resulting session's permissions are the intersection of the role's identity-based
|
// resulting session's permissions are the intersection of the role's identity-based
|
||||||
|
@ -1983,9 +2226,10 @@ type AssumeRoleWithWebIdentityOutput struct {
|
||||||
// We strongly recommend that you make no assumptions about the maximum size.
|
// We strongly recommend that you make no assumptions about the maximum size.
|
||||||
Credentials *Credentials `type:"structure"`
|
Credentials *Credentials `type:"structure"`
|
||||||
|
|
||||||
// A percentage value that indicates the size of the policy in packed form.
|
// A percentage value that indicates the packed size of the session policies
|
||||||
// The service rejects any policy with a packed size greater than 100 percent,
|
// and session tags combined passed in the request. The request fails if the
|
||||||
// which means the policy exceeded the allowed space.
|
// packed size is greater than 100 percent, which means the policies and tags
|
||||||
|
// exceeded the allowed space.
|
||||||
PackedPolicySize *int64 `type:"integer"`
|
PackedPolicySize *int64 `type:"integer"`
|
||||||
|
|
||||||
// The issuing authority of the web identity token presented. For OpenID Connect
|
// The issuing authority of the web identity token presented. For OpenID Connect
|
||||||
|
@ -2057,7 +2301,7 @@ type AssumedRoleUser struct {
|
||||||
// The ARN of the temporary security credentials that are returned from the
|
// The ARN of the temporary security credentials that are returned from the
|
||||||
// AssumeRole action. For more information about ARNs and how to use them in
|
// AssumeRole action. For more information about ARNs and how to use them in
|
||||||
// policies, see IAM Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html)
|
// policies, see IAM Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html)
|
||||||
// in Using IAM.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// Arn is a required field
|
// Arn is a required field
|
||||||
Arn *string `min:"20" type:"string" required:"true"`
|
Arn *string `min:"20" type:"string" required:"true"`
|
||||||
|
@ -2225,7 +2469,7 @@ type FederatedUser struct {
|
||||||
// The ARN that specifies the federated user that is associated with the credentials.
|
// The ARN that specifies the federated user that is associated with the credentials.
|
||||||
// For more information about ARNs and how to use them in policies, see IAM
|
// For more information about ARNs and how to use them in policies, see IAM
|
||||||
// Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html)
|
// Identifiers (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html)
|
||||||
// in Using IAM.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// Arn is a required field
|
// Arn is a required field
|
||||||
Arn *string `min:"20" type:"string" required:"true"`
|
Arn *string `min:"20" type:"string" required:"true"`
|
||||||
|
@ -2265,7 +2509,7 @@ type GetAccessKeyInfoInput struct {
|
||||||
// The identifier of an access key.
|
// The identifier of an access key.
|
||||||
//
|
//
|
||||||
// This parameter allows (through its regex pattern) a string of characters
|
// This parameter allows (through its regex pattern) a string of characters
|
||||||
// that can consist of any upper- or lowercased letter or digit.
|
// that can consist of any upper- or lowercase letter or digit.
|
||||||
//
|
//
|
||||||
// AccessKeyId is a required field
|
// AccessKeyId is a required field
|
||||||
AccessKeyId *string `min:"16" type:"string" required:"true"`
|
AccessKeyId *string `min:"16" type:"string" required:"true"`
|
||||||
|
@ -2418,10 +2662,7 @@ type GetFederationTokenInput struct {
|
||||||
// use as managed session policies.
|
// use as managed session policies.
|
||||||
//
|
//
|
||||||
// This parameter is optional. However, if you do not pass any session policies,
|
// This parameter is optional. However, if you do not pass any session policies,
|
||||||
// then the resulting federated user session has no permissions. The only exception
|
// then the resulting federated user session has no permissions.
|
||||||
// is when the credentials are used to access a resource that has a resource-based
|
|
||||||
// policy that specifically references the federated user session in the Principal
|
|
||||||
// element of the policy.
|
|
||||||
//
|
//
|
||||||
// When you pass session policies, the session permissions are the intersection
|
// When you pass session policies, the session permissions are the intersection
|
||||||
// of the IAM user policies and the session policies that you pass. This gives
|
// of the IAM user policies and the session policies that you pass. This gives
|
||||||
|
@ -2431,17 +2672,23 @@ type GetFederationTokenInput struct {
|
||||||
// Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
// Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
|
// The resulting credentials can be used to access a resource that has a resource-based
|
||||||
|
// policy. If that policy specifically references the federated user session
|
||||||
|
// in the Principal element of the policy, the session has the permissions allowed
|
||||||
|
// by the policy. These permissions are granted in addition to the permissions
|
||||||
|
// that are granted by the session policies.
|
||||||
|
//
|
||||||
// The plain text that you use for both inline and managed session policies
|
// The plain text that you use for both inline and managed session policies
|
||||||
// shouldn't exceed 2048 characters. The JSON policy characters can be any ASCII
|
// can't exceed 2,048 characters. The JSON policy characters can be any ASCII
|
||||||
// character from the space character to the end of the valid character list
|
// character from the space character to the end of the valid character list
|
||||||
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
// (\u0020 through \u00FF). It can also include the tab (\u0009), linefeed (\u000A),
|
||||||
// and carriage return (\u000D) characters.
|
// and carriage return (\u000D) characters.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
// close the policy is to the upper size limit.
|
// and tags for your request are to the upper size limit.
|
||||||
Policy *string `min:"1" type:"string"`
|
Policy *string `min:"1" type:"string"`
|
||||||
|
|
||||||
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
// The Amazon Resource Names (ARNs) of the IAM managed policies that you want
|
||||||
|
@ -2452,16 +2699,13 @@ type GetFederationTokenInput struct {
|
||||||
// to this operation. You can pass a single JSON policy document to use as an
|
// to this operation. You can pass a single JSON policy document to use as an
|
||||||
// inline session policy. You can also specify up to 10 managed policies to
|
// inline session policy. You can also specify up to 10 managed policies to
|
||||||
// use as managed session policies. The plain text that you use for both inline
|
// use as managed session policies. The plain text that you use for both inline
|
||||||
// and managed session policies shouldn't exceed 2048 characters. You can provide
|
// and managed session policies can't exceed 2,048 characters. You can provide
|
||||||
// up to 10 managed policy ARNs. For more information about ARNs, see Amazon
|
// up to 10 managed policy ARNs. For more information about ARNs, see Amazon
|
||||||
// Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
// Resource Names (ARNs) and AWS Service Namespaces (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html)
|
||||||
// in the AWS General Reference.
|
// in the AWS General Reference.
|
||||||
//
|
//
|
||||||
// This parameter is optional. However, if you do not pass any session policies,
|
// This parameter is optional. However, if you do not pass any session policies,
|
||||||
// then the resulting federated user session has no permissions. The only exception
|
// then the resulting federated user session has no permissions.
|
||||||
// is when the credentials are used to access a resource that has a resource-based
|
|
||||||
// policy that specifically references the federated user session in the Principal
|
|
||||||
// element of the policy.
|
|
||||||
//
|
//
|
||||||
// When you pass session policies, the session permissions are the intersection
|
// When you pass session policies, the session permissions are the intersection
|
||||||
// of the IAM user policies and the session policies that you pass. This gives
|
// of the IAM user policies and the session policies that you pass. This gives
|
||||||
|
@ -2471,12 +2715,46 @@ type GetFederationTokenInput struct {
|
||||||
// Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
// Policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session)
|
||||||
// in the IAM User Guide.
|
// in the IAM User Guide.
|
||||||
//
|
//
|
||||||
// The characters in this parameter count towards the 2048 character session
|
// The resulting credentials can be used to access a resource that has a resource-based
|
||||||
// policy guideline. However, an AWS conversion compresses the session policies
|
// policy. If that policy specifically references the federated user session
|
||||||
// into a packed binary format that has a separate limit. This is the enforced
|
// in the Principal element of the policy, the session has the permissions allowed
|
||||||
// limit. The PackedPolicySize response element indicates by percentage how
|
// by the policy. These permissions are granted in addition to the permissions
|
||||||
// close the policy is to the upper size limit.
|
// that are granted by the session policies.
|
||||||
|
//
|
||||||
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
|
// and tags for your request are to the upper size limit.
|
||||||
PolicyArns []*PolicyDescriptorType `type:"list"`
|
PolicyArns []*PolicyDescriptorType `type:"list"`
|
||||||
|
|
||||||
|
// A list of session tags. Each session tag consists of a key name and an associated
|
||||||
|
// value. For more information about session tags, see Passing Session Tags
|
||||||
|
// in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// This parameter is optional. You can pass up to 50 session tags. The plain
|
||||||
|
// text session tag keys can’t exceed 128 characters and the values can’t
|
||||||
|
// exceed 256 characters. For these and additional limits, see IAM and STS Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// An AWS conversion compresses the passed session policies and session tags
|
||||||
|
// into a packed binary format that has a separate limit. Your request can fail
|
||||||
|
// for this limit even if your plain text meets the other requirements. The
|
||||||
|
// PackedPolicySize response element indicates by percentage how close the policies
|
||||||
|
// and tags for your request are to the upper size limit.
|
||||||
|
//
|
||||||
|
// You can pass a session tag with the same key as a tag that is already attached
|
||||||
|
// to the user you are federating. When you do, session tags override a user
|
||||||
|
// tag with the same key.
|
||||||
|
//
|
||||||
|
// Tag key–value pairs are not case sensitive, but case is preserved. This
|
||||||
|
// means that you cannot have separate Department and department tag keys. Assume
|
||||||
|
// that the role has the Department=Marketing tag and you pass the department=engineering
|
||||||
|
// session tag. Department and department are not saved as separate tags, and
|
||||||
|
// the session tag passed in the request takes precedence over the role tag.
|
||||||
|
Tags []*Tag `type:"list"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns the string representation
|
// String returns the string representation
|
||||||
|
@ -2514,6 +2792,16 @@ func (s *GetFederationTokenInput) Validate() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if s.Tags != nil {
|
||||||
|
for i, v := range s.Tags {
|
||||||
|
if v == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if err := v.Validate(); err != nil {
|
||||||
|
invalidParams.AddNested(fmt.Sprintf("%s[%v]", "Tags", i), err.(request.ErrInvalidParams))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if invalidParams.Len() > 0 {
|
if invalidParams.Len() > 0 {
|
||||||
return invalidParams
|
return invalidParams
|
||||||
|
@ -2545,6 +2833,12 @@ func (s *GetFederationTokenInput) SetPolicyArns(v []*PolicyDescriptorType) *GetF
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetTags sets the Tags field's value.
|
||||||
|
func (s *GetFederationTokenInput) SetTags(v []*Tag) *GetFederationTokenInput {
|
||||||
|
s.Tags = v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
// Contains the response to a successful GetFederationToken request, including
|
// Contains the response to a successful GetFederationToken request, including
|
||||||
// temporary AWS credentials that can be used to make AWS requests.
|
// temporary AWS credentials that can be used to make AWS requests.
|
||||||
type GetFederationTokenOutput struct {
|
type GetFederationTokenOutput struct {
|
||||||
|
@ -2563,9 +2857,10 @@ type GetFederationTokenOutput struct {
|
||||||
// an Amazon S3 bucket policy.
|
// an Amazon S3 bucket policy.
|
||||||
FederatedUser *FederatedUser `type:"structure"`
|
FederatedUser *FederatedUser `type:"structure"`
|
||||||
|
|
||||||
// A percentage value indicating the size of the policy in packed form. The
|
// A percentage value that indicates the packed size of the session policies
|
||||||
// service rejects policies for which the packed size is greater than 100 percent
|
// and session tags combined passed in the request. The request fails if the
|
||||||
// of the allowed value.
|
// packed size is greater than 100 percent, which means the policies and tags
|
||||||
|
// exceeded the allowed space.
|
||||||
PackedPolicySize *int64 `type:"integer"`
|
PackedPolicySize *int64 `type:"integer"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2748,3 +3043,73 @@ func (s *PolicyDescriptorType) SetArn(v string) *PolicyDescriptorType {
|
||||||
s.Arn = &v
|
s.Arn = &v
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// You can pass custom key-value pair attributes when you assume a role or federate
|
||||||
|
// a user. These are called session tags. You can then use the session tags
|
||||||
|
// to control access to resources. For more information, see Tagging AWS STS
|
||||||
|
// Sessions (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
type Tag struct {
|
||||||
|
_ struct{} `type:"structure"`
|
||||||
|
|
||||||
|
// The key for a session tag.
|
||||||
|
//
|
||||||
|
// You can pass up to 50 session tags. The plain text session tag keys can’t
|
||||||
|
// exceed 128 characters. For these and additional limits, see IAM and STS Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// Key is a required field
|
||||||
|
Key *string `min:"1" type:"string" required:"true"`
|
||||||
|
|
||||||
|
// The value for a session tag.
|
||||||
|
//
|
||||||
|
// You can pass up to 50 session tags. The plain text session tag values can’t
|
||||||
|
// exceed 256 characters. For these and additional limits, see IAM and STS Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// Value is a required field
|
||||||
|
Value *string `type:"string" required:"true"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns the string representation
|
||||||
|
func (s Tag) String() string {
|
||||||
|
return awsutil.Prettify(s)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GoString returns the string representation
|
||||||
|
func (s Tag) GoString() string {
|
||||||
|
return s.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validate inspects the fields of the type to determine if they are valid.
|
||||||
|
func (s *Tag) Validate() error {
|
||||||
|
invalidParams := request.ErrInvalidParams{Context: "Tag"}
|
||||||
|
if s.Key == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("Key"))
|
||||||
|
}
|
||||||
|
if s.Key != nil && len(*s.Key) < 1 {
|
||||||
|
invalidParams.Add(request.NewErrParamMinLen("Key", 1))
|
||||||
|
}
|
||||||
|
if s.Value == nil {
|
||||||
|
invalidParams.Add(request.NewErrParamRequired("Value"))
|
||||||
|
}
|
||||||
|
|
||||||
|
if invalidParams.Len() > 0 {
|
||||||
|
return invalidParams
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetKey sets the Key field's value.
|
||||||
|
func (s *Tag) SetKey(v string) *Tag {
|
||||||
|
s.Key = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetValue sets the Value field's value.
|
||||||
|
func (s *Tag) SetValue(v string) *Tag {
|
||||||
|
s.Value = &v
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
29
vendor/github.com/aws/aws-sdk-go/service/sts/errors.go
generated
vendored
29
vendor/github.com/aws/aws-sdk-go/service/sts/errors.go
generated
vendored
|
@ -14,11 +14,11 @@ const (
|
||||||
// ErrCodeIDPCommunicationErrorException for service response error code
|
// ErrCodeIDPCommunicationErrorException for service response error code
|
||||||
// "IDPCommunicationError".
|
// "IDPCommunicationError".
|
||||||
//
|
//
|
||||||
// The request could not be fulfilled because the non-AWS identity provider
|
// The request could not be fulfilled because the identity provider (IDP) that
|
||||||
// (IDP) that was asked to verify the incoming identity token could not be reached.
|
// was asked to verify the incoming identity token could not be reached. This
|
||||||
// This is often a transient error caused by network conditions. Retry the request
|
// is often a transient error caused by network conditions. Retry the request
|
||||||
// a limited number of times so that you don't exceed the request rate. If the
|
// a limited number of times so that you don't exceed the request rate. If the
|
||||||
// error persists, the non-AWS identity provider might be down or not responding.
|
// error persists, the identity provider might be down or not responding.
|
||||||
ErrCodeIDPCommunicationErrorException = "IDPCommunicationError"
|
ErrCodeIDPCommunicationErrorException = "IDPCommunicationError"
|
||||||
|
|
||||||
// ErrCodeIDPRejectedClaimException for service response error code
|
// ErrCodeIDPRejectedClaimException for service response error code
|
||||||
|
@ -34,9 +34,9 @@ const (
|
||||||
// ErrCodeInvalidAuthorizationMessageException for service response error code
|
// ErrCodeInvalidAuthorizationMessageException for service response error code
|
||||||
// "InvalidAuthorizationMessageException".
|
// "InvalidAuthorizationMessageException".
|
||||||
//
|
//
|
||||||
// This error is returned if the message passed to DecodeAuthorizationMessage
|
// The error returned if the message passed to DecodeAuthorizationMessage was
|
||||||
// was invalid. This can happen if the token contains invalid characters, such
|
// invalid. This can happen if the token contains invalid characters, such as
|
||||||
// as linebreaks.
|
// linebreaks.
|
||||||
ErrCodeInvalidAuthorizationMessageException = "InvalidAuthorizationMessageException"
|
ErrCodeInvalidAuthorizationMessageException = "InvalidAuthorizationMessageException"
|
||||||
|
|
||||||
// ErrCodeInvalidIdentityTokenException for service response error code
|
// ErrCodeInvalidIdentityTokenException for service response error code
|
||||||
|
@ -56,9 +56,18 @@ const (
|
||||||
// ErrCodePackedPolicyTooLargeException for service response error code
|
// ErrCodePackedPolicyTooLargeException for service response error code
|
||||||
// "PackedPolicyTooLarge".
|
// "PackedPolicyTooLarge".
|
||||||
//
|
//
|
||||||
// The request was rejected because the policy document was too large. The error
|
// The request was rejected because the total packed size of the session policies
|
||||||
// message describes how big the policy document is, in packed form, as a percentage
|
// and session tags combined was too large. An AWS conversion compresses the
|
||||||
// of what the API allows.
|
// session policy document, session policy ARNs, and session tags into a packed
|
||||||
|
// binary format that has a separate limit. The error message indicates by percentage
|
||||||
|
// how close the policies and tags are to the upper size limit. For more information,
|
||||||
|
// see Passing Session Tags in STS (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
|
//
|
||||||
|
// You could receive this error even though you meet other defined session policy
|
||||||
|
// and session tag limits. For more information, see IAM and STS Entity Character
|
||||||
|
// Limits (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
||||||
|
// in the IAM User Guide.
|
||||||
ErrCodePackedPolicyTooLargeException = "PackedPolicyTooLarge"
|
ErrCodePackedPolicyTooLargeException = "PackedPolicyTooLarge"
|
||||||
|
|
||||||
// ErrCodeRegionDisabledException for service response error code
|
// ErrCodeRegionDisabledException for service response error code
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go/service/sts/service.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/service/sts/service.go
generated
vendored
|
@ -39,6 +39,8 @@ const (
|
||||||
// aws.Config parameter to add your extra config.
|
// aws.Config parameter to add your extra config.
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
|
// mySession := session.Must(session.NewSession())
|
||||||
|
//
|
||||||
// // Create a STS client from just a session.
|
// // Create a STS client from just a session.
|
||||||
// svc := sts.New(mySession)
|
// svc := sts.New(mySession)
|
||||||
//
|
//
|
||||||
|
|
4
vendor/golang.org/x/lint/go.mod
generated
vendored
4
vendor/golang.org/x/lint/go.mod
generated
vendored
|
@ -1,3 +1,5 @@
|
||||||
module golang.org/x/lint
|
module golang.org/x/lint
|
||||||
|
|
||||||
require golang.org/x/tools v0.0.0-20190311212946-11955173bddd
|
go 1.11
|
||||||
|
|
||||||
|
require golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f
|
||||||
|
|
8
vendor/golang.org/x/lint/go.sum
generated
vendored
8
vendor/golang.org/x/lint/go.sum
generated
vendored
|
@ -1,6 +1,8 @@
|
||||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||||
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||||
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
golang.org/x/tools v0.0.0-20190311212946-11955173bddd h1:/e+gpKk9r3dJobndpTytxS2gOy6m5uvpg+ISQoEcusQ=
|
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f h1:kDxGY2VmgABOe55qheT/TFqUMtcTHnomIPS1iv3G4Ms=
|
||||||
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
|
16
vendor/golang.org/x/net/http2/transport.go
generated
vendored
16
vendor/golang.org/x/net/http2/transport.go
generated
vendored
|
@ -227,6 +227,7 @@ type ClientConn struct {
|
||||||
br *bufio.Reader
|
br *bufio.Reader
|
||||||
fr *Framer
|
fr *Framer
|
||||||
lastActive time.Time
|
lastActive time.Time
|
||||||
|
lastIdle time.Time // time last idle
|
||||||
// Settings from peer: (also guarded by mu)
|
// Settings from peer: (also guarded by mu)
|
||||||
maxFrameSize uint32
|
maxFrameSize uint32
|
||||||
maxConcurrentStreams uint32
|
maxConcurrentStreams uint32
|
||||||
|
@ -736,7 +737,8 @@ func (cc *ClientConn) idleStateLocked() (st clientConnIdleState) {
|
||||||
}
|
}
|
||||||
|
|
||||||
st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
|
st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
|
||||||
int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32
|
int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
|
||||||
|
!cc.tooIdleLocked()
|
||||||
st.freshConn = cc.nextStreamID == 1 && st.canTakeNewRequest
|
st.freshConn = cc.nextStreamID == 1 && st.canTakeNewRequest
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -746,6 +748,16 @@ func (cc *ClientConn) canTakeNewRequestLocked() bool {
|
||||||
return st.canTakeNewRequest
|
return st.canTakeNewRequest
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tooIdleLocked reports whether this connection has been been sitting idle
|
||||||
|
// for too much wall time.
|
||||||
|
func (cc *ClientConn) tooIdleLocked() bool {
|
||||||
|
// The Round(0) strips the monontonic clock reading so the
|
||||||
|
// times are compared based on their wall time. We don't want
|
||||||
|
// to reuse a connection that's been sitting idle during
|
||||||
|
// VM/laptop suspend if monotonic time was also frozen.
|
||||||
|
return cc.idleTimeout != 0 && !cc.lastIdle.IsZero() && time.Since(cc.lastIdle.Round(0)) > cc.idleTimeout
|
||||||
|
}
|
||||||
|
|
||||||
// onIdleTimeout is called from a time.AfterFunc goroutine. It will
|
// onIdleTimeout is called from a time.AfterFunc goroutine. It will
|
||||||
// only be called when we're idle, but because we're coming from a new
|
// only be called when we're idle, but because we're coming from a new
|
||||||
// goroutine, there could be a new request coming in at the same time,
|
// goroutine, there could be a new request coming in at the same time,
|
||||||
|
@ -1150,6 +1162,7 @@ func (cc *ClientConn) awaitOpenSlotForRequest(req *http.Request) error {
|
||||||
}
|
}
|
||||||
return errClientConnUnusable
|
return errClientConnUnusable
|
||||||
}
|
}
|
||||||
|
cc.lastIdle = time.Time{}
|
||||||
if int64(len(cc.streams))+1 <= int64(cc.maxConcurrentStreams) {
|
if int64(len(cc.streams))+1 <= int64(cc.maxConcurrentStreams) {
|
||||||
if waitingForConn != nil {
|
if waitingForConn != nil {
|
||||||
close(waitingForConn)
|
close(waitingForConn)
|
||||||
|
@ -1638,6 +1651,7 @@ func (cc *ClientConn) streamByID(id uint32, andRemove bool) *clientStream {
|
||||||
delete(cc.streams, id)
|
delete(cc.streams, id)
|
||||||
if len(cc.streams) == 0 && cc.idleTimer != nil {
|
if len(cc.streams) == 0 && cc.idleTimer != nil {
|
||||||
cc.idleTimer.Reset(cc.idleTimeout)
|
cc.idleTimer.Reset(cc.idleTimeout)
|
||||||
|
cc.lastIdle = time.Now()
|
||||||
}
|
}
|
||||||
close(cs.done)
|
close(cs.done)
|
||||||
// Wake up checkResetOrDone via clientStream.awaitFlowControl and
|
// Wake up checkResetOrDone via clientStream.awaitFlowControl and
|
||||||
|
|
5
vendor/golang.org/x/sys/unix/mkerrors.sh
generated
vendored
5
vendor/golang.org/x/sys/unix/mkerrors.sh
generated
vendored
|
@ -197,6 +197,7 @@ struct ltchars {
|
||||||
#include <linux/fanotify.h>
|
#include <linux/fanotify.h>
|
||||||
#include <linux/filter.h>
|
#include <linux/filter.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
|
#include <linux/fscrypt.h>
|
||||||
#include <linux/genetlink.h>
|
#include <linux/genetlink.h>
|
||||||
#include <linux/hdreg.h>
|
#include <linux/hdreg.h>
|
||||||
#include <linux/icmpv6.h>
|
#include <linux/icmpv6.h>
|
||||||
|
@ -496,7 +497,9 @@ ccflags="$@"
|
||||||
$2 ~ /^CAN_/ ||
|
$2 ~ /^CAN_/ ||
|
||||||
$2 ~ /^CAP_/ ||
|
$2 ~ /^CAP_/ ||
|
||||||
$2 ~ /^ALG_/ ||
|
$2 ~ /^ALG_/ ||
|
||||||
$2 ~ /^FS_(POLICY_FLAGS|KEY_DESC|ENCRYPTION_MODE|[A-Z0-9_]+_KEY_SIZE|IOC_(GET|SET)_ENCRYPTION)/ ||
|
$2 ~ /^FS_(POLICY_FLAGS|KEY_DESC|ENCRYPTION_MODE|[A-Z0-9_]+_KEY_SIZE)/ ||
|
||||||
|
$2 ~ /^FS_IOC_.*ENCRYPTION/ ||
|
||||||
|
$2 ~ /^FSCRYPT_/ ||
|
||||||
$2 ~ /^GRND_/ ||
|
$2 ~ /^GRND_/ ||
|
||||||
$2 ~ /^RND/ ||
|
$2 ~ /^RND/ ||
|
||||||
$2 ~ /^KEY_(SPEC|REQKEY_DEFL)_/ ||
|
$2 ~ /^KEY_(SPEC|REQKEY_DEFL)_/ ||
|
||||||
|
|
5569
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
generated
vendored
5569
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
generated
vendored
File diff suppressed because it is too large
Load diff
5569
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
generated
vendored
5569
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
generated
vendored
File diff suppressed because it is too large
Load diff
5581
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
generated
vendored
5581
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
generated
vendored
File diff suppressed because it is too large
Load diff
5555
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
generated
vendored
5555
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
generated
vendored
File diff suppressed because it is too large
Load diff
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
generated
vendored
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
generated
vendored
File diff suppressed because it is too large
Load diff
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
generated
vendored
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
generated
vendored
File diff suppressed because it is too large
Load diff
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
generated
vendored
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
generated
vendored
File diff suppressed because it is too large
Load diff
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
generated
vendored
5573
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
generated
vendored
File diff suppressed because it is too large
Load diff
5691
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
generated
vendored
5691
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
generated
vendored
File diff suppressed because it is too large
Load diff
5691
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
generated
vendored
5691
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
generated
vendored
File diff suppressed because it is too large
Load diff
5543
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
generated
vendored
5543
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
generated
vendored
File diff suppressed because it is too large
Load diff
5689
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
generated
vendored
5689
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
generated
vendored
File diff suppressed because it is too large
Load diff
5669
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
generated
vendored
5669
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
generated
vendored
File diff suppressed because it is too large
Load diff
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
generated
vendored
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
generated
vendored
|
@ -415,4 +415,5 @@ const (
|
||||||
SYS_FSMOUNT = 4432
|
SYS_FSMOUNT = 4432
|
||||||
SYS_FSPICK = 4433
|
SYS_FSPICK = 4433
|
||||||
SYS_PIDFD_OPEN = 4434
|
SYS_PIDFD_OPEN = 4434
|
||||||
|
SYS_CLONE3 = 4435
|
||||||
)
|
)
|
||||||
|
|
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
generated
vendored
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
generated
vendored
|
@ -345,4 +345,5 @@ const (
|
||||||
SYS_FSMOUNT = 5432
|
SYS_FSMOUNT = 5432
|
||||||
SYS_FSPICK = 5433
|
SYS_FSPICK = 5433
|
||||||
SYS_PIDFD_OPEN = 5434
|
SYS_PIDFD_OPEN = 5434
|
||||||
|
SYS_CLONE3 = 5435
|
||||||
)
|
)
|
||||||
|
|
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
generated
vendored
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
generated
vendored
|
@ -345,4 +345,5 @@ const (
|
||||||
SYS_FSMOUNT = 5432
|
SYS_FSMOUNT = 5432
|
||||||
SYS_FSPICK = 5433
|
SYS_FSPICK = 5433
|
||||||
SYS_PIDFD_OPEN = 5434
|
SYS_PIDFD_OPEN = 5434
|
||||||
|
SYS_CLONE3 = 5435
|
||||||
)
|
)
|
||||||
|
|
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
generated
vendored
1
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
generated
vendored
|
@ -415,4 +415,5 @@ const (
|
||||||
SYS_FSMOUNT = 4432
|
SYS_FSMOUNT = 4432
|
||||||
SYS_FSPICK = 4433
|
SYS_FSPICK = 4433
|
||||||
SYS_PIDFD_OPEN = 4434
|
SYS_PIDFD_OPEN = 4434
|
||||||
|
SYS_CLONE3 = 4435
|
||||||
)
|
)
|
||||||
|
|
59
vendor/golang.org/x/sys/unix/ztypes_linux_386.go
generated
vendored
59
vendor/golang.org/x/sys/unix/ztypes_linux_386.go
generated
vendored
|
@ -179,6 +179,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -256,7 +305,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -427,7 +476,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2041,6 +2090,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2055,6 +2105,7 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2663,7 +2714,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2743,7 +2794,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
generated
vendored
|
@ -179,6 +179,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -256,7 +305,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -428,7 +477,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2054,6 +2103,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2068,6 +2118,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2677,7 +2729,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2757,7 +2809,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
generated
vendored
|
@ -183,6 +183,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -260,7 +309,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -431,7 +480,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2032,6 +2081,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2046,6 +2096,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2654,7 +2706,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2734,7 +2786,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
generated
vendored
|
@ -180,6 +180,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -257,7 +306,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -429,7 +478,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2033,6 +2082,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2047,6 +2097,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2656,7 +2708,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2736,7 +2788,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
generated
vendored
|
@ -182,6 +182,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -259,7 +308,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -430,7 +479,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2038,6 +2087,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2052,6 +2102,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2660,7 +2712,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2740,7 +2792,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
generated
vendored
|
@ -180,6 +180,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -257,7 +306,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -429,7 +478,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2036,6 +2085,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2050,6 +2100,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2659,7 +2711,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2739,7 +2791,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
generated
vendored
|
@ -180,6 +180,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -257,7 +306,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -429,7 +478,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2036,6 +2085,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2050,6 +2100,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2659,7 +2711,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2739,7 +2791,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
generated
vendored
|
@ -182,6 +182,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -259,7 +308,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -430,7 +479,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2038,6 +2087,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2052,6 +2102,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2660,7 +2712,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2740,7 +2792,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
generated
vendored
|
@ -181,6 +181,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -258,7 +307,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -430,7 +479,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2043,6 +2092,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2057,6 +2107,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2666,7 +2718,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2746,7 +2798,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
generated
vendored
|
@ -181,6 +181,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -258,7 +307,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -430,7 +479,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2043,6 +2092,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2057,6 +2107,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2666,7 +2718,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2746,7 +2798,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
generated
vendored
|
@ -180,6 +180,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -257,7 +306,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -429,7 +478,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2061,6 +2110,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2075,6 +2125,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2684,7 +2736,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2764,7 +2816,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
generated
vendored
|
@ -179,6 +179,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -256,7 +305,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -428,7 +477,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2057,6 +2106,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2071,6 +2121,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2680,7 +2732,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2760,7 +2812,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
60
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
generated
vendored
60
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
generated
vendored
|
@ -183,6 +183,55 @@ type FscryptKey struct {
|
||||||
Size uint32
|
Size uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV1 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
Master_key_descriptor [8]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptPolicyV2 struct {
|
||||||
|
Version uint8
|
||||||
|
Contents_encryption_mode uint8
|
||||||
|
Filenames_encryption_mode uint8
|
||||||
|
Flags uint8
|
||||||
|
_ [4]uint8
|
||||||
|
Master_key_identifier [16]uint8
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetPolicyExArg struct {
|
||||||
|
Size uint64
|
||||||
|
Policy [24]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptKeySpecifier struct {
|
||||||
|
Type uint32
|
||||||
|
_ uint32
|
||||||
|
U [32]byte
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptAddKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Raw_size uint32
|
||||||
|
_ [9]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptRemoveKeyArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
Removal_status_flags uint32
|
||||||
|
_ [5]uint32
|
||||||
|
}
|
||||||
|
|
||||||
|
type FscryptGetKeyStatusArg struct {
|
||||||
|
Key_spec FscryptKeySpecifier
|
||||||
|
_ [6]uint32
|
||||||
|
Status uint32
|
||||||
|
Status_flags uint32
|
||||||
|
User_count uint32
|
||||||
|
_ [13]uint32
|
||||||
|
}
|
||||||
|
|
||||||
type KeyctlDHParams struct {
|
type KeyctlDHParams struct {
|
||||||
Private int32
|
Private int32
|
||||||
Prime int32
|
Prime int32
|
||||||
|
@ -260,7 +309,7 @@ type RawSockaddrRFCOMM struct {
|
||||||
type RawSockaddrCAN struct {
|
type RawSockaddrCAN struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Ifindex int32
|
Ifindex int32
|
||||||
Addr [8]byte
|
Addr [16]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrALG struct {
|
type RawSockaddrALG struct {
|
||||||
|
@ -432,7 +481,7 @@ const (
|
||||||
SizeofSockaddrHCI = 0x6
|
SizeofSockaddrHCI = 0x6
|
||||||
SizeofSockaddrL2 = 0xe
|
SizeofSockaddrL2 = 0xe
|
||||||
SizeofSockaddrRFCOMM = 0xa
|
SizeofSockaddrRFCOMM = 0xa
|
||||||
SizeofSockaddrCAN = 0x10
|
SizeofSockaddrCAN = 0x18
|
||||||
SizeofSockaddrALG = 0x58
|
SizeofSockaddrALG = 0x58
|
||||||
SizeofSockaddrVM = 0x10
|
SizeofSockaddrVM = 0x10
|
||||||
SizeofSockaddrXDP = 0x10
|
SizeofSockaddrXDP = 0x10
|
||||||
|
@ -2038,6 +2087,7 @@ type XDPRingOffset struct {
|
||||||
Producer uint64
|
Producer uint64
|
||||||
Consumer uint64
|
Consumer uint64
|
||||||
Desc uint64
|
Desc uint64
|
||||||
|
Flags uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPMmapOffsets struct {
|
type XDPMmapOffsets struct {
|
||||||
|
@ -2052,6 +2102,8 @@ type XDPUmemReg struct {
|
||||||
Len uint64
|
Len uint64
|
||||||
Size uint32
|
Size uint32
|
||||||
Headroom uint32
|
Headroom uint32
|
||||||
|
Flags uint32
|
||||||
|
_ [4]byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type XDPStatistics struct {
|
type XDPStatistics struct {
|
||||||
|
@ -2661,7 +2713,7 @@ const (
|
||||||
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20
|
||||||
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21
|
||||||
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22
|
||||||
DEVLINK_CMD_MAX = 0x3c
|
DEVLINK_CMD_MAX = 0x44
|
||||||
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
DEVLINK_PORT_TYPE_NOTSET = 0x0
|
||||||
DEVLINK_PORT_TYPE_AUTO = 0x1
|
DEVLINK_PORT_TYPE_AUTO = 0x1
|
||||||
DEVLINK_PORT_TYPE_ETH = 0x2
|
DEVLINK_PORT_TYPE_ETH = 0x2
|
||||||
|
@ -2741,7 +2793,7 @@ const (
|
||||||
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c
|
||||||
DEVLINK_ATTR_PAD = 0x3d
|
DEVLINK_ATTR_PAD = 0x3d
|
||||||
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e
|
||||||
DEVLINK_ATTR_MAX = 0x80
|
DEVLINK_ATTR_MAX = 0x89
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0
|
||||||
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1
|
||||||
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0
|
||||||
|
|
12
vendor/golang.org/x/tools/internal/imports/fix.go
generated
vendored
12
vendor/golang.org/x/tools/internal/imports/fix.go
generated
vendored
|
@ -302,7 +302,7 @@ func (p *pass) importIdentifier(imp *ImportInfo) string {
|
||||||
if known != nil && known.name != "" {
|
if known != nil && known.name != "" {
|
||||||
return known.name
|
return known.name
|
||||||
}
|
}
|
||||||
return importPathToAssumedName(imp.ImportPath)
|
return ImportPathToAssumedName(imp.ImportPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
// load reads in everything necessary to run a pass, and reports whether the
|
// load reads in everything necessary to run a pass, and reports whether the
|
||||||
|
@ -435,7 +435,7 @@ func (p *pass) importSpecName(imp *ImportInfo) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
ident := p.importIdentifier(imp)
|
ident := p.importIdentifier(imp)
|
||||||
if ident == importPathToAssumedName(imp.ImportPath) {
|
if ident == ImportPathToAssumedName(imp.ImportPath) {
|
||||||
return "" // ident not needed since the assumed and real names are the same.
|
return "" // ident not needed since the assumed and real names are the same.
|
||||||
}
|
}
|
||||||
return ident
|
return ident
|
||||||
|
@ -644,7 +644,7 @@ func getCandidatePkgs(pkgName, filename string, env *ProcessEnv) ([]*pkg, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
func candidateImportName(pkg *pkg) string {
|
func candidateImportName(pkg *pkg) string {
|
||||||
if importPathToAssumedName(pkg.importPathShort) != pkg.packageName {
|
if ImportPathToAssumedName(pkg.importPathShort) != pkg.packageName {
|
||||||
return pkg.packageName
|
return pkg.packageName
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
|
@ -884,7 +884,7 @@ func (r *goPackagesResolver) loadPackageNames(importPaths []string, srcDir strin
|
||||||
if _, ok := names[path]; ok {
|
if _, ok := names[path]; ok {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
names[path] = importPathToAssumedName(path)
|
names[path] = ImportPathToAssumedName(path)
|
||||||
}
|
}
|
||||||
return names, nil
|
return names, nil
|
||||||
|
|
||||||
|
@ -1006,7 +1006,7 @@ func notIdentifier(ch rune) bool {
|
||||||
ch >= utf8.RuneSelf && (unicode.IsLetter(ch) || unicode.IsDigit(ch)))
|
ch >= utf8.RuneSelf && (unicode.IsLetter(ch) || unicode.IsDigit(ch)))
|
||||||
}
|
}
|
||||||
|
|
||||||
// importPathToAssumedName returns the assumed package name of an import path.
|
// ImportPathToAssumedName returns the assumed package name of an import path.
|
||||||
// It does this using only string parsing of the import path.
|
// It does this using only string parsing of the import path.
|
||||||
// It picks the last element of the path that does not look like a major
|
// It picks the last element of the path that does not look like a major
|
||||||
// version, and then picks the valid identifier off the start of that element.
|
// version, and then picks the valid identifier off the start of that element.
|
||||||
|
@ -1014,7 +1014,7 @@ func notIdentifier(ch rune) bool {
|
||||||
// clarity.
|
// clarity.
|
||||||
// This function could be moved to a standard package and exported if we want
|
// This function could be moved to a standard package and exported if we want
|
||||||
// for use in other tools.
|
// for use in other tools.
|
||||||
func importPathToAssumedName(importPath string) string {
|
func ImportPathToAssumedName(importPath string) string {
|
||||||
base := path.Base(importPath)
|
base := path.Base(importPath)
|
||||||
if strings.HasPrefix(base, "v") {
|
if strings.HasPrefix(base, "v") {
|
||||||
if _, err := strconv.Atoi(base[1:]); err == nil {
|
if _, err := strconv.Atoi(base[1:]); err == nil {
|
||||||
|
|
68
vendor/golang.org/x/tools/internal/span/token.go
generated
vendored
68
vendor/golang.org/x/tools/internal/span/token.go
generated
vendored
|
@ -13,9 +13,10 @@ import (
|
||||||
// It also carries the FileSet that produced the positions, so that it is
|
// It also carries the FileSet that produced the positions, so that it is
|
||||||
// self contained.
|
// self contained.
|
||||||
type Range struct {
|
type Range struct {
|
||||||
FileSet *token.FileSet
|
FileSet *token.FileSet
|
||||||
Start token.Pos
|
Start token.Pos
|
||||||
End token.Pos
|
End token.Pos
|
||||||
|
Converter Converter
|
||||||
}
|
}
|
||||||
|
|
||||||
// TokenConverter is a Converter backed by a token file set and file.
|
// TokenConverter is a Converter backed by a token file set and file.
|
||||||
|
@ -64,23 +65,56 @@ func (r Range) Span() (Span, error) {
|
||||||
if f == nil {
|
if f == nil {
|
||||||
return Span{}, fmt.Errorf("file not found in FileSet")
|
return Span{}, fmt.Errorf("file not found in FileSet")
|
||||||
}
|
}
|
||||||
s := Span{v: span{URI: FileURI(f.Name())}}
|
var s Span
|
||||||
var err error
|
var err error
|
||||||
s.v.Start.Offset, err = offset(f, r.Start)
|
var startFilename string
|
||||||
|
startFilename, s.v.Start.Line, s.v.Start.Column, err = position(f, r.Start)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return Span{}, err
|
return Span{}, err
|
||||||
}
|
}
|
||||||
|
s.v.URI = FileURI(startFilename)
|
||||||
if r.End.IsValid() {
|
if r.End.IsValid() {
|
||||||
s.v.End.Offset, err = offset(f, r.End)
|
var endFilename string
|
||||||
|
endFilename, s.v.End.Line, s.v.End.Column, err = position(f, r.End)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return Span{}, err
|
return Span{}, err
|
||||||
}
|
}
|
||||||
|
// In the presence of line directives, a single File can have sections from
|
||||||
|
// multiple file names.
|
||||||
|
if endFilename != startFilename {
|
||||||
|
return Span{}, fmt.Errorf("span begins in file %q but ends in %q", startFilename, endFilename)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
s.v.Start.clean()
|
s.v.Start.clean()
|
||||||
s.v.End.clean()
|
s.v.End.clean()
|
||||||
s.v.clean()
|
s.v.clean()
|
||||||
converter := NewTokenConverter(r.FileSet, f)
|
if r.Converter != nil {
|
||||||
return s.WithPosition(converter)
|
return s.WithOffset(r.Converter)
|
||||||
|
}
|
||||||
|
if startFilename != f.Name() {
|
||||||
|
return Span{}, fmt.Errorf("must supply Converter for file %q containing lines from %q", f.Name(), startFilename)
|
||||||
|
}
|
||||||
|
return s.WithOffset(NewTokenConverter(r.FileSet, f))
|
||||||
|
}
|
||||||
|
|
||||||
|
func position(f *token.File, pos token.Pos) (string, int, int, error) {
|
||||||
|
off, err := offset(f, pos)
|
||||||
|
if err != nil {
|
||||||
|
return "", 0, 0, err
|
||||||
|
}
|
||||||
|
return positionFromOffset(f, off)
|
||||||
|
}
|
||||||
|
|
||||||
|
func positionFromOffset(f *token.File, offset int) (string, int, int, error) {
|
||||||
|
if offset > f.Size() {
|
||||||
|
return "", 0, 0, fmt.Errorf("offset %v is past the end of the file %v", offset, f.Size())
|
||||||
|
}
|
||||||
|
pos := f.Pos(offset)
|
||||||
|
p := f.Position(pos)
|
||||||
|
if offset == f.Size() {
|
||||||
|
return p.Filename, p.Line + 1, 1, nil
|
||||||
|
}
|
||||||
|
return p.Filename, p.Line, p.Column, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// offset is a copy of the Offset function in go/token, but with the adjustment
|
// offset is a copy of the Offset function in go/token, but with the adjustment
|
||||||
|
@ -108,22 +142,16 @@ func (s Span) Range(converter *TokenConverter) (Range, error) {
|
||||||
return Range{}, fmt.Errorf("end offset %v is past the end of the file %v", s.End(), converter.file.Size())
|
return Range{}, fmt.Errorf("end offset %v is past the end of the file %v", s.End(), converter.file.Size())
|
||||||
}
|
}
|
||||||
return Range{
|
return Range{
|
||||||
FileSet: converter.fset,
|
FileSet: converter.fset,
|
||||||
Start: converter.file.Pos(s.Start().Offset()),
|
Start: converter.file.Pos(s.Start().Offset()),
|
||||||
End: converter.file.Pos(s.End().Offset()),
|
End: converter.file.Pos(s.End().Offset()),
|
||||||
|
Converter: converter,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *TokenConverter) ToPosition(offset int) (int, int, error) {
|
func (l *TokenConverter) ToPosition(offset int) (int, int, error) {
|
||||||
if offset > l.file.Size() {
|
_, line, col, err := positionFromOffset(l.file, offset)
|
||||||
return 0, 0, fmt.Errorf("offset %v is past the end of the file %v", offset, l.file.Size())
|
return line, col, err
|
||||||
}
|
|
||||||
pos := l.file.Pos(offset)
|
|
||||||
p := l.fset.Position(pos)
|
|
||||||
if offset == l.file.Size() {
|
|
||||||
return p.Line + 1, 1, nil
|
|
||||||
}
|
|
||||||
return p.Line, p.Column, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *TokenConverter) ToOffset(line, col int) (int, error) {
|
func (l *TokenConverter) ToOffset(line, col int) (int, error) {
|
||||||
|
|
14
vendor/modules.txt
vendored
14
vendor/modules.txt
vendored
|
@ -14,7 +14,7 @@ github.com/BurntSushi/toml
|
||||||
github.com/VictoriaMetrics/fastcache
|
github.com/VictoriaMetrics/fastcache
|
||||||
# github.com/VictoriaMetrics/metrics v1.9.1
|
# github.com/VictoriaMetrics/metrics v1.9.1
|
||||||
github.com/VictoriaMetrics/metrics
|
github.com/VictoriaMetrics/metrics
|
||||||
# github.com/aws/aws-sdk-go v1.25.37
|
# github.com/aws/aws-sdk-go v1.25.43
|
||||||
github.com/aws/aws-sdk-go/aws
|
github.com/aws/aws-sdk-go/aws
|
||||||
github.com/aws/aws-sdk-go/aws/awserr
|
github.com/aws/aws-sdk-go/aws/awserr
|
||||||
github.com/aws/aws-sdk-go/aws/awsutil
|
github.com/aws/aws-sdk-go/aws/awsutil
|
||||||
|
@ -116,13 +116,13 @@ go.opencensus.io/trace
|
||||||
go.opencensus.io/trace/internal
|
go.opencensus.io/trace/internal
|
||||||
go.opencensus.io/trace/propagation
|
go.opencensus.io/trace/propagation
|
||||||
go.opencensus.io/trace/tracestate
|
go.opencensus.io/trace/tracestate
|
||||||
# golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136
|
# golang.org/x/exp v0.0.0-20191127035308-9964a5a80460
|
||||||
golang.org/x/exp/apidiff
|
golang.org/x/exp/apidiff
|
||||||
golang.org/x/exp/cmd/apidiff
|
golang.org/x/exp/cmd/apidiff
|
||||||
# golang.org/x/lint v0.0.0-20190930215403-16217165b5de
|
# golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
|
||||||
golang.org/x/lint
|
golang.org/x/lint
|
||||||
golang.org/x/lint/golint
|
golang.org/x/lint/golint
|
||||||
# golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
|
# golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
|
||||||
golang.org/x/net/context
|
golang.org/x/net/context
|
||||||
golang.org/x/net/context/ctxhttp
|
golang.org/x/net/context/ctxhttp
|
||||||
golang.org/x/net/http/httpguts
|
golang.org/x/net/http/httpguts
|
||||||
|
@ -131,20 +131,20 @@ golang.org/x/net/http2/hpack
|
||||||
golang.org/x/net/idna
|
golang.org/x/net/idna
|
||||||
golang.org/x/net/internal/timeseries
|
golang.org/x/net/internal/timeseries
|
||||||
golang.org/x/net/trace
|
golang.org/x/net/trace
|
||||||
# golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
# golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c
|
||||||
golang.org/x/oauth2
|
golang.org/x/oauth2
|
||||||
golang.org/x/oauth2/google
|
golang.org/x/oauth2/google
|
||||||
golang.org/x/oauth2/internal
|
golang.org/x/oauth2/internal
|
||||||
golang.org/x/oauth2/jws
|
golang.org/x/oauth2/jws
|
||||||
golang.org/x/oauth2/jwt
|
golang.org/x/oauth2/jwt
|
||||||
# golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
|
# golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2
|
||||||
golang.org/x/sys/unix
|
golang.org/x/sys/unix
|
||||||
# golang.org/x/text v0.3.2
|
# golang.org/x/text v0.3.2
|
||||||
golang.org/x/text/secure/bidirule
|
golang.org/x/text/secure/bidirule
|
||||||
golang.org/x/text/transform
|
golang.org/x/text/transform
|
||||||
golang.org/x/text/unicode/bidi
|
golang.org/x/text/unicode/bidi
|
||||||
golang.org/x/text/unicode/norm
|
golang.org/x/text/unicode/norm
|
||||||
# golang.org/x/tools v0.0.0-20191119175705-11e13f1c3fd7
|
# golang.org/x/tools v0.0.0-20191127064951-724660f1afeb
|
||||||
golang.org/x/tools/cmd/goimports
|
golang.org/x/tools/cmd/goimports
|
||||||
golang.org/x/tools/go/analysis
|
golang.org/x/tools/go/analysis
|
||||||
golang.org/x/tools/go/analysis/passes/inspect
|
golang.org/x/tools/go/analysis/passes/inspect
|
||||||
|
|
Loading…
Reference in a new issue