type github.com/aws/aws-sdk-go-v2/service/s3/types.IntelligentTieringConfiguration

17 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		types.go#L1964: type IntelligentTieringConfiguration struct {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_GetBucketIntelligentTieringConfiguration.go#L77: 	IntelligentTieringConfiguration *types.IntelligentTieringConfiguration
		api_op_ListBucketIntelligentTieringConfigurations.go#L80: 	IntelligentTieringConfigurationList []types.IntelligentTieringConfiguration
		api_op_PutBucketIntelligentTieringConfiguration.go#L105: 	IntelligentTieringConfiguration *types.IntelligentTieringConfiguration
		deserializers.go#L15890: func awsRestxml_deserializeDocumentIntelligentTieringConfiguration(v **types.IntelligentTieringConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L15894: 	var sv *types.IntelligentTieringConfiguration
		deserializers.go#L15896: 		sv = &types.IntelligentTieringConfiguration{}
		deserializers.go#L15964: func awsRestxml_deserializeDocumentIntelligentTieringConfigurationList(v *[]types.IntelligentTieringConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L15968: 	var sv []types.IntelligentTieringConfiguration
		deserializers.go#L15970: 		sv = make([]types.IntelligentTieringConfiguration, 0)
		deserializers.go#L15986: 			var col types.IntelligentTieringConfiguration
		deserializers.go#L16008: func awsRestxml_deserializeDocumentIntelligentTieringConfigurationListUnwrapped(v *[]types.IntelligentTieringConfiguration, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L16009: 	var sv []types.IntelligentTieringConfiguration
		deserializers.go#L16011: 		sv = make([]types.IntelligentTieringConfiguration, 0)
		deserializers.go#L16018: 		var mv types.IntelligentTieringConfiguration
		serializers.go#L9870: func awsRestxml_serializeDocumentIntelligentTieringConfiguration(v *types.IntelligentTieringConfiguration, value smithyxml.Value) error {
		validators.go#L2638: func validateIntelligentTieringConfiguration(v *types.IntelligentTieringConfiguration) error {