| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- // Code generated by 'yaegi extract github.com/aws/aws-sdk-go-v2/config'. DO NOT EDIT.
- package symbols
- import (
- "context"
- "github.com/aws/aws-sdk-go-v2/config"
- "go/constant"
- "go/token"
- "net/http"
- "reflect"
- )
- func init() {
- Symbols["github.com/aws/aws-sdk-go-v2/config/config"] = map[string]reflect.Value{
- // function, constant and variable definitions
- "CredentialsSourceName": reflect.ValueOf(constant.MakeFromLiteral("\"EnvConfigCredentials\"", token.STRING, 0)),
- "DefaultSharedConfigFilename": reflect.ValueOf(config.DefaultSharedConfigFilename),
- "DefaultSharedConfigFiles": reflect.ValueOf(&config.DefaultSharedConfigFiles).Elem(),
- "DefaultSharedConfigProfile": reflect.ValueOf(constant.MakeFromLiteral("\"default\"", token.STRING, 0)),
- "DefaultSharedCredentialsFilename": reflect.ValueOf(config.DefaultSharedCredentialsFilename),
- "DefaultSharedCredentialsFiles": reflect.ValueOf(&config.DefaultSharedCredentialsFiles).Elem(),
- "GetIgnoreConfiguredEndpoints": reflect.ValueOf(config.GetIgnoreConfiguredEndpoints),
- "LoadDefaultConfig": reflect.ValueOf(config.LoadDefaultConfig),
- "LoadSharedConfigProfile": reflect.ValueOf(config.LoadSharedConfigProfile),
- "NewEnvConfig": reflect.ValueOf(config.NewEnvConfig),
- "WithAPIOptions": reflect.ValueOf(config.WithAPIOptions),
- "WithAccountIDEndpointMode": reflect.ValueOf(config.WithAccountIDEndpointMode),
- "WithAfterAttempt": reflect.ValueOf(config.WithAfterAttempt),
- "WithAfterDeserialization": reflect.ValueOf(config.WithAfterDeserialization),
- "WithAfterExecution": reflect.ValueOf(config.WithAfterExecution),
- "WithAfterSerialization": reflect.ValueOf(config.WithAfterSerialization),
- "WithAfterSigning": reflect.ValueOf(config.WithAfterSigning),
- "WithAfterTransmit": reflect.ValueOf(config.WithAfterTransmit),
- "WithAppID": reflect.ValueOf(config.WithAppID),
- "WithAssumeRoleCredentialOptions": reflect.ValueOf(config.WithAssumeRoleCredentialOptions),
- "WithAuthSchemePreference": reflect.ValueOf(config.WithAuthSchemePreference),
- "WithBaseEndpoint": reflect.ValueOf(config.WithBaseEndpoint),
- "WithBearerAuthTokenCacheOptions": reflect.ValueOf(config.WithBearerAuthTokenCacheOptions),
- "WithBearerAuthTokenProvider": reflect.ValueOf(config.WithBearerAuthTokenProvider),
- "WithBeforeAttempt": reflect.ValueOf(config.WithBeforeAttempt),
- "WithBeforeDeserialization": reflect.ValueOf(config.WithBeforeDeserialization),
- "WithBeforeExecution": reflect.ValueOf(config.WithBeforeExecution),
- "WithBeforeRetryLoop": reflect.ValueOf(config.WithBeforeRetryLoop),
- "WithBeforeSerialization": reflect.ValueOf(config.WithBeforeSerialization),
- "WithBeforeSigning": reflect.ValueOf(config.WithBeforeSigning),
- "WithBeforeTransmit": reflect.ValueOf(config.WithBeforeTransmit),
- "WithClientLogMode": reflect.ValueOf(config.WithClientLogMode),
- "WithCredentialsCacheOptions": reflect.ValueOf(config.WithCredentialsCacheOptions),
- "WithCredentialsProvider": reflect.ValueOf(config.WithCredentialsProvider),
- "WithCustomCABundle": reflect.ValueOf(config.WithCustomCABundle),
- "WithDefaultRegion": reflect.ValueOf(config.WithDefaultRegion),
- "WithDefaultsMode": reflect.ValueOf(config.WithDefaultsMode),
- "WithDisableRequestCompression": reflect.ValueOf(config.WithDisableRequestCompression),
- "WithEC2IMDSClientEnableState": reflect.ValueOf(config.WithEC2IMDSClientEnableState),
- "WithEC2IMDSEndpoint": reflect.ValueOf(config.WithEC2IMDSEndpoint),
- "WithEC2IMDSEndpointMode": reflect.ValueOf(config.WithEC2IMDSEndpointMode),
- "WithEC2IMDSRegion": reflect.ValueOf(config.WithEC2IMDSRegion),
- "WithEC2RoleCredentialOptions": reflect.ValueOf(config.WithEC2RoleCredentialOptions),
- "WithEndpointCredentialOptions": reflect.ValueOf(config.WithEndpointCredentialOptions),
- "WithEndpointDiscovery": reflect.ValueOf(config.WithEndpointDiscovery),
- "WithEndpointResolver": reflect.ValueOf(config.WithEndpointResolver),
- "WithEndpointResolverWithOptions": reflect.ValueOf(config.WithEndpointResolverWithOptions),
- "WithHTTPClient": reflect.ValueOf(config.WithHTTPClient),
- "WithLogConfigurationWarnings": reflect.ValueOf(config.WithLogConfigurationWarnings),
- "WithLogger": reflect.ValueOf(config.WithLogger),
- "WithProcessCredentialOptions": reflect.ValueOf(config.WithProcessCredentialOptions),
- "WithRegion": reflect.ValueOf(config.WithRegion),
- "WithRequestChecksumCalculation": reflect.ValueOf(config.WithRequestChecksumCalculation),
- "WithRequestMinCompressSizeBytes": reflect.ValueOf(config.WithRequestMinCompressSizeBytes),
- "WithResponseChecksumValidation": reflect.ValueOf(config.WithResponseChecksumValidation),
- "WithRetryMaxAttempts": reflect.ValueOf(config.WithRetryMaxAttempts),
- "WithRetryMode": reflect.ValueOf(config.WithRetryMode),
- "WithRetryer": reflect.ValueOf(config.WithRetryer),
- "WithS3DisableExpressAuth": reflect.ValueOf(config.WithS3DisableExpressAuth),
- "WithS3DisableMultiRegionAccessPoints": reflect.ValueOf(config.WithS3DisableMultiRegionAccessPoints),
- "WithS3UseARNRegion": reflect.ValueOf(config.WithS3UseARNRegion),
- "WithSSOProviderOptions": reflect.ValueOf(config.WithSSOProviderOptions),
- "WithSSOTokenProviderOptions": reflect.ValueOf(config.WithSSOTokenProviderOptions),
- "WithServiceOptions": reflect.ValueOf(config.WithServiceOptions),
- "WithSharedConfigFiles": reflect.ValueOf(config.WithSharedConfigFiles),
- "WithSharedConfigProfile": reflect.ValueOf(config.WithSharedConfigProfile),
- "WithSharedCredentialsFiles": reflect.ValueOf(config.WithSharedCredentialsFiles),
- "WithUseDualStackEndpoint": reflect.ValueOf(config.WithUseDualStackEndpoint),
- "WithUseFIPSEndpoint": reflect.ValueOf(config.WithUseFIPSEndpoint),
- "WithWebIdentityRoleCredentialOptions": reflect.ValueOf(config.WithWebIdentityRoleCredentialOptions),
- // type definitions
- "AssumeRoleTokenProviderNotSetError": reflect.ValueOf((*config.AssumeRoleTokenProviderNotSetError)(nil)),
- "Config": reflect.ValueOf((*config.Config)(nil)),
- "CredentialRequiresARNError": reflect.ValueOf((*config.CredentialRequiresARNError)(nil)),
- "DefaultsModeOptions": reflect.ValueOf((*config.DefaultsModeOptions)(nil)),
- "EnvConfig": reflect.ValueOf((*config.EnvConfig)(nil)),
- "HTTPClient": reflect.ValueOf((*config.HTTPClient)(nil)),
- "IgnoreConfiguredEndpointsProvider": reflect.ValueOf((*config.IgnoreConfiguredEndpointsProvider)(nil)),
- "LoadOptions": reflect.ValueOf((*config.LoadOptions)(nil)),
- "LoadOptionsFunc": reflect.ValueOf((*config.LoadOptionsFunc)(nil)),
- "LoadSharedConfigOptions": reflect.ValueOf((*config.LoadSharedConfigOptions)(nil)),
- "SSOSession": reflect.ValueOf((*config.SSOSession)(nil)),
- "Services": reflect.ValueOf((*config.Services)(nil)),
- "SharedConfig": reflect.ValueOf((*config.SharedConfig)(nil)),
- "SharedConfigAssumeRoleError": reflect.ValueOf((*config.SharedConfigAssumeRoleError)(nil)),
- "SharedConfigLoadError": reflect.ValueOf((*config.SharedConfigLoadError)(nil)),
- "SharedConfigProfileNotExistError": reflect.ValueOf((*config.SharedConfigProfileNotExistError)(nil)),
- "UseEC2IMDSRegion": reflect.ValueOf((*config.UseEC2IMDSRegion)(nil)),
- // interface wrapper definitions
- "_Config": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_config_Config)(nil)),
- "_HTTPClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_config_HTTPClient)(nil)),
- "_IgnoreConfiguredEndpointsProvider": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_config_IgnoreConfiguredEndpointsProvider)(nil)),
- }
- }
- // _github_com_aws_aws_sdk_go_v2_config_Config is an interface wrapper for Config type
- type _github_com_aws_aws_sdk_go_v2_config_Config struct {
- IValue interface{}
- }
- // _github_com_aws_aws_sdk_go_v2_config_HTTPClient is an interface wrapper for HTTPClient type
- type _github_com_aws_aws_sdk_go_v2_config_HTTPClient struct {
- IValue interface{}
- WDo func(a0 *http.Request) (*http.Response, error)
- }
- func (W _github_com_aws_aws_sdk_go_v2_config_HTTPClient) Do(a0 *http.Request) (*http.Response, error) {
- return W.WDo(a0)
- }
- // _github_com_aws_aws_sdk_go_v2_config_IgnoreConfiguredEndpointsProvider is an interface wrapper for IgnoreConfiguredEndpointsProvider type
- type _github_com_aws_aws_sdk_go_v2_config_IgnoreConfiguredEndpointsProvider struct {
- IValue interface{}
- WGetIgnoreConfiguredEndpoints func(ctx context.Context) (bool, bool, error)
- }
- func (W _github_com_aws_aws_sdk_go_v2_config_IgnoreConfiguredEndpointsProvider) GetIgnoreConfiguredEndpoints(ctx context.Context) (bool, bool, error) {
- return W.WGetIgnoreConfiguredEndpoints(ctx)
- }
|