diff --git a/snapshot/api/io/micronaut/aws/sdk/v2/EnvironmentAwsCredentialsProvider.html b/snapshot/api/io/micronaut/aws/sdk/v2/EnvironmentAwsCredentialsProvider.html index 877f55f0c4..0022b3b25b 100644 --- a/snapshot/api/io/micronaut/aws/sdk/v2/EnvironmentAwsCredentialsProvider.html +++ b/snapshot/api/io/micronaut/aws/sdk/v2/EnvironmentAwsCredentialsProvider.html @@ -77,7 +77,7 @@

Class Environm
All Implemented Interfaces:
-
software.amazon.awssdk.auth.credentials.AwsCredentialsProvider
+
software.amazon.awssdk.auth.credentials.AwsCredentialsProvider, software.amazon.awssdk.identity.spi.IdentityProvider<software.amazon.awssdk.identity.spi.AwsCredentialsIdentity>

public final class EnvironmentAwsCredentialsProvider @@ -156,6 +156,12 @@

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+

Methods inherited from interface software.amazon.awssdk.auth.credentials.AwsCredentialsProvider

+identityType, resolveIdentity
+
+

Methods inherited from interface software.amazon.awssdk.identity.spi.IdentityProvider

+resolveIdentity, resolveIdentity
diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 40144d252e..d344e5febe 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -521,9 +521,9 @@

Micronaut Aws Sdk V2 Config Pro
-🔗 +🔗 - +@@ -538,18 +538,113 @@

Micronaut Aws Sdk V2 Config Pro

- + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -676,12 +771,22 @@

Micronaut Aws Sdk V2 Config Pro

+ + + + + + + + + +
Table 9. Configuration Properties for UrlConnectionClientConfigurationTable 9. Configuration Properties for NettyClientConfiguration

aws.url-connection-client.socket-timeout

aws.netty-client.max-concurrency

java.lang.Integer

aws.netty-client.max-pending-connection-acquires

java.lang.Integer

aws.netty-client.read-timeout

java.time.Duration

aws.url-connection-client.connection-timeout

aws.netty-client.write-timeout

java.time.Duration

aws.url-connection-client.proxy-configuration

software.amazon.awssdk.http.urlconnection.ProxyConfiguration

aws.netty-client.connection-timeout

java.time.Duration

aws.netty-client.connection-acquisition-timeout

java.time.Duration

aws.netty-client.connection-time-to-live

java.time.Duration

aws.netty-client.connection-max-idle-time

java.time.Duration

aws.netty-client.tls-negotiation-timeout

java.time.Duration

aws.netty-client.use-idle-connection-reaper

java.lang.Boolean

aws.netty-client.protocol

software.amazon.awssdk.http.Protocol

aws.netty-client.tcp-keep-alive

java.lang.Boolean

aws.netty-client.max-http2-streams

java.lang.Integer

aws.netty-client.use-non-blocking-dns-resolver

java.lang.Boolean

aws.netty-client.proxy.host

java.lang.String

aws.netty-client.proxy.port

int

aws.netty-client.proxy.scheme

java.lang.String

aws.netty-client.proxy.non-proxy-hosts

java.util.Set

aws.netty-client.proxy.username

java.lang.String

aws.netty-client.proxy.password

java.lang.String

aws.netty-client.proxy.use-system-property-values

java.lang.Boolean

aws.netty-client.proxy.use-environment-variable-values

java.lang.Boolean

java.lang.Boolean

aws.apache-client.proxy.use-environment-variable-values

java.lang.Boolean

aws.apache-client.proxy.scheme

java.lang.String

-🔗 +🔗 - +@@ -696,46 +801,26 @@

Micronaut Aws Sdk V2 Config Pro

- - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + +
Table 11. Configuration Properties for S3ConfigurationPropertiesTable 11. Configuration Properties for UrlConnectionClientConfiguration

aws.s3.accelerate-mode-enabled

java.lang.Boolean

aws.s3.path-style-access-enabled

java.lang.Boolean

aws.s3.checksum-validation-enabled

java.lang.Boolean

aws.s3.chunked-encoding-enabled

java.lang.Boolean

aws.s3.use-arn-region-enabled

java.lang.Boolean

aws.url-connection-client.socket-timeout

java.time.Duration

aws.s3.multi-region-enabled

java.lang.Boolean

aws.url-connection-client.connection-timeout

java.time.Duration

aws.s3.profile-name

java.lang.String

aws.url-connection-client.proxy-configuration

software.amazon.awssdk.http.urlconnection.ProxyConfiguration

-🔗 +🔗 - +@@ -750,110 +835,40 @@

Micronaut Aws Sdk V2 Config Pro

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + - - - - - - + - - - - - - - - - - - - + + - - + + - - + + - + - - - - -
Table 12. Configuration Properties for NettyClientConfigurationTable 12. Configuration Properties for S3ConfigurationProperties

aws.netty-client.max-concurrency

java.lang.Integer

aws.netty-client.max-pending-connection-acquires

java.lang.Integer

aws.netty-client.read-timeout

java.time.Duration

aws.netty-client.write-timeout

java.time.Duration

aws.netty-client.connection-timeout

java.time.Duration

aws.netty-client.connection-acquisition-timeout

java.time.Duration

aws.netty-client.connection-time-to-live

java.time.Duration

aws.netty-client.connection-max-idle-time

java.time.Duration

aws.netty-client.tls-negotiation-timeout

java.time.Duration

aws.netty-client.use-idle-connection-reaper

aws.s3.accelerate-mode-enabled

java.lang.Boolean

aws.netty-client.protocol

software.amazon.awssdk.http.Protocol

aws.netty-client.tcp-keep-alive

aws.s3.path-style-access-enabled

java.lang.Boolean

aws.netty-client.max-http2-streams

java.lang.Integer

aws.netty-client.use-non-blocking-dns-resolver

aws.s3.checksum-validation-enabled

java.lang.Boolean

aws.netty-client.proxy.host

java.lang.String

aws.netty-client.proxy.port

int

aws.netty-client.proxy.scheme

java.lang.String

aws.s3.chunked-encoding-enabled

java.lang.Boolean

aws.netty-client.proxy.non-proxy-hosts

java.util.Set

aws.s3.use-arn-region-enabled

java.lang.Boolean

aws.netty-client.proxy.username

java.lang.String

aws.s3.multi-region-enabled

java.lang.Boolean

aws.netty-client.proxy.password

aws.s3.profile-name

java.lang.String

aws.netty-client.proxy.use-system-property-values

java.lang.Boolean

@@ -921,38 +936,9 @@

Micronaut Aws Secretsma

Micronaut Aws Service Discovery Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - - - - - - -
Table 15. Configuration Properties for AwsServiceDiscoveryConfiguration
PropertyTypeDescription

aws.service-discovery.aws-service-id

java.lang.String

AWS Service ID.

aws.service-discovery.enabled

boolean

enable/disable this feature.

-
🔗 - +@@ -1022,7 +1008,7 @@

Micronaut Aws Servic
🔗

Table 16. Configuration Properties for AwsServiceDiscoveryRegistrationConfigurationTable 15. Configuration Properties for AwsServiceDiscoveryRegistrationConfiguration
- +@@ -1220,6 +1206,35 @@

Micronaut Aws Servic

Table 17. Configuration Properties for AwsServiceDiscoveryClientConfigurationTable 16. Configuration Properties for AwsServiceDiscoveryClientConfiguration
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + +
Table 17. Configuration Properties for AwsServiceDiscoveryConfiguration
PropertyTypeDescription

aws.service-discovery.aws-service-id

java.lang.String

AWS Service ID.

aws.service-discovery.enabled

boolean

enable/disable this feature.

+

Micronaut Function Client Aws Config Properties

diff --git a/snapshot/guide/index.html b/snapshot/guide/index.html index b9390e886c..8bf56dd0c6 100644 --- a/snapshot/guide/index.html +++ b/snapshot/guide/index.html @@ -946,6 +946,16 @@

8.1.2 A

java.lang.Boolean

+ +

aws.apache-client.proxy.use-environment-variable-values

+

java.lang.Boolean

+ + + +

aws.apache-client.proxy.scheme

+

java.lang.String

+ + @@ -1082,6 +1092,11 @@

8.1.3 Netty clien

java.lang.Boolean

+ +

aws.netty-client.proxy.use-environment-variable-values

+

java.lang.Boolean

+ +