GetSecretValue provides a mock function with given fields: _a0
(_a0 *secretsmanager.GetSecretValueInput)
| 564 | |
| 565 | // GetSecretValue provides a mock function with given fields: _a0 |
| 566 | func (_m *SecretsManagerAPI) GetSecretValue(_a0 *secretsmanager.GetSecretValueInput) (*secretsmanager.GetSecretValueOutput, error) { |
| 567 | ret := _m.Called(_a0) |
| 568 | |
| 569 | var r0 *secretsmanager.GetSecretValueOutput |
| 570 | if rf, ok := ret.Get(0).(func(*secretsmanager.GetSecretValueInput) *secretsmanager.GetSecretValueOutput); ok { |
| 571 | r0 = rf(_a0) |
| 572 | } else { |
| 573 | if ret.Get(0) != nil { |
| 574 | r0 = ret.Get(0).(*secretsmanager.GetSecretValueOutput) |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | var r1 error |
| 579 | if rf, ok := ret.Get(1).(func(*secretsmanager.GetSecretValueInput) error); ok { |
| 580 | r1 = rf(_a0) |
| 581 | } else { |
| 582 | r1 = ret.Error(1) |
| 583 | } |
| 584 | |
| 585 | return r0, r1 |
| 586 | } |
| 587 | |
| 588 | // GetSecretValueRequest provides a mock function with given fields: _a0 |
| 589 | func (_m *SecretsManagerAPI) GetSecretValueRequest(_a0 *secretsmanager.GetSecretValueInput) (*request.Request, *secretsmanager.GetSecretValueOutput) { |